When posting a form the normal ModelBinder in ASP.Net MVC enforces required fields with the RequiredAttribute from the System.ComponentModel.DataAnnotations Namespace.
But when you forget or a hacker deliberalty removes a required field from the form and submits the form, the Required Field is not ...
[More]
This short blog was born out of frustration, I wanted to move my wordpress.com blog to a self hosted .net based blog blogengine.net
Wordpress.com does not give you the option to move your blog in a SEO friendly way (no 301 redirect) only paid 302 redirects which you would have to pay for indefinite...
[More]
This is the first blog in a series of blogs I am doing on stuff I learned from my current and first asp.net mvc project. I have worked on this from the first preview releases and have gone live during beta (yeah I know dangerous).
This blog is about creating a strongly typed Action Link so instead ...
[More]