Configure GitHub Desktop/Windows to Work with a Proxy?
I downloaded the GitHub Desktop application and can connect my account, but doing pushes/pulls fails because of an unresolved host.
Read more →A Day to Day technical blogging .
I downloaded the GitHub Desktop application and can connect my account, but doing pushes/pulls fails because of an unresolved host.
Read more →The files in android can be saved in either internal and external memories.By default, files saved to the internal storage are private to your application and other applications cannot access them (nor can the user). When the user uninstalls your application, these files are removed.
Read more →Too many android devices and much more to come and among them, various different CPU architectures and different screen densities devices are there. Making single apk with all device compatible, increases your apk size, as it has resources for every device. Why to make our users, to download apk containing device specific useless resources who are having lower memory devices. Do we really need single larger apk with device specific useless resources or we need apk with smaller size only containing the essential resources, fitting all segment devices available. If you are looking for some sort of solution to reduce apk size by not loosing any useful resources it is time to implement apk split for building multiple apk.
Read more →The tutorial shows how to combine Excel files into one: by running VBA.
Read more →Export SSRS Report into PDF Format from ASP.NET Application
Now a days, it is often required to execute SSRS Report from ASP.NET web application and export that report on the disk in different formats like PDF,XLS etc.
Read more →