Category Archives: Development

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 | Tagged , , , | Leave a comment
Some time ago, I came across a wonderful theme for BE called Arthemia. Arthemia is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. This is originally developed by  Michael Jubel for wordpress, which is ported to BE by onesoft and Antonio Chagoury. I’ve came across of the [...]
Also posted in Blogengine.Net | Tagged , | 3 Comments
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 [...]
Also posted in ASP.net | Tagged , , , | 4 Comments