Tag Archives: coding

All of you have used the latest and greatest open source software in your .net based applications. And you already know that it is hard to figure out the best choice, get it, set it up, run it and update it. Recently I came across the Visual Studio 2010 extension called NuGet (formerly NuPack) which [...]
Posted in Development | Also tagged , , | Leave a comment
Recently I came across the requirement for displaying thumbnails of XPS document in SharePoint document library. As a hardcore developer, I’m not in favor of readymade third -party components unless and until you really need them. Hence, I’ve decided to create an image generator myself. I explored the native .net methods for reading the XPS [...]
Posted in Articles | Also tagged , | Leave a comment
In past, I’ve started developing asp.net applications with the default settings of asp.net. Sometimes I found that the application is not responding quickly as it should be. I’ve digged in to this matter and figured out that the entire page is heavily loaded with the hidden page viewstate. Due to this length, the application is [...]
Posted in ASP.net, Development | Also tagged , , | 4 Comments