ASP.NET MVC preview 5's AntiForgeryToken helper method and attribute
Explains the AntiForgeryToken helper and ValidateAntiForgeryToken attribute in ASP.NET MVC Preview 5 for preventing cross-site request forgery attacks.
Explains the AntiForgeryToken helper and ValidateAntiForgeryToken attribute in ASP.NET MVC Preview 5 for preventing cross-site request forgery attacks.
A tutorial on creating a custom GridView extension method for ASP.NET MVC using C# lambdas for templating, paging, and editing.
A tutorial on creating a custom ImageResult class in ASP.NET MVC to dynamically render images directly from controller actions.