Category Archives: ASP.net

Today Microsoft released beta version of free tool for developing web application called “WebMatrix”. This tool targets all kind of developers from beginners to experienced. WebMatrix can be downloaded from WebMatrix download page. WebMatrix is small downloadable package of 15MB only. It contains core WebMatrix editor, IIS Express, SQL Compact Edition and support for ASP.NET [...]
Posted in ASP.net | 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 [...]
Also posted in Development | Tagged , , , | 4 Comments