Blog

Does your Help need Help?

By Martin Schaeferle

Writing a ton of HTML code to support almost any kind of application, particularly one that maintains data, can be breathtakingly tedious.

This blog entry was originally posted August 15, 2012 by Martin Schaeferle


ASP.NET MVC 3 - OutputCache Action Filter

By Martin Schaeferle

ASP.NET has had robust output caching features since the very first version back near the beginning of the millennium.

This blog entry was originally posted August 14, 2012 by Martin Schaeferle


ASP.NET MVC - Content Result

By Martin Schaeferle

At one extreme, many MVC views consists entirely of static content. But on the opposite end, you have the option to use a ContentResult object to entirely define the content of a Web page within an action method.

This blog entry was originally posted August 10, 2012 by Martin Schaeferle


ASP.NET MVC Request Validation Protection: AllowHtml Attribute

By Martin Schaeferle

MVC has always included the same kind of request validation protection that is turned on by default, although you could turn it off by using the ValidateInput attribute with an argument of false.

This blog entry was originally posted August 09, 2012 by Martin Schaeferle