Creating a full-featured extension for the ASP.NET MVC HtmlHelper class sounds like a lot of work. But, because of the way the Microsoft .NET Framework works, it's almost trivially easy. To show that, ...
Readers suggest ways to build a powerful HtmlHelper that simplifies creating typical application Views. Along the way, Peter uses a workaround for extending an anonymous object with additional ...
Microsoft this week made available a final release of ASP.Net MVC 2, which provides a Model View Controller pattern for building Web applications leveraging ASP.Net. Version 2 is available for Visual ...