Tag Archives: mvc

ASP.NET MVC Variable length lists

Well you never know when this will come in handy… http://justsimplecode.com/archive/2009/01/07/my-take-on-variable-length-lists-in-asp.net-mvc.aspx

Posted in Development | Tagged , , , | Leave a comment

Prevent Cross-Site Request Forgery (CSRF) using ASP.NET MVC AntiForgeryToken helper

Original post: http://blog.codeville.net/2008/09/01/prevent-cross-site-request-forgery-csrf-using-aspnet-mvcs-antiforgerytoken-helper/ ——————————– Cross-site scripting (XSS) is widely regarded as the number one security issue on the web. But since XSS gets all the limelight, few developers pay much attention to another form of attack that’s equally destructive and … Continue reading

Posted in Development | Tagged , , , | Leave a comment