BradVin's .Net Blog

Code, snippets, controls, utils, etc. Basically all things .net

Browse by Tags

All Tags » ASP.NET » C# (RSS)
Squashing the asp.net MVC response - part 1
The goal of this post : reduce the total size of a simple asp.net MVC page response. Our measuring tools : Firefox running Firebug and the YSlow plugin Source Code : Download here Lets use a really simple and common scenario as the example. The steps...

Posted by bradvin | 8 comment(s)

Filed under: , , , ,

Helper Class : QueryString Builder (chainable)
If you are a web developer you would definately have worked with the querystring. Most of the time you are just getting values from the querystring or adding querystring values to url's, but in some cases the querystring can really become a hassle to...

Posted by bradvin | 10 comment(s)

Filed under: , ,

More Posts