Strongly-typed forms using pure Razor script with validation
How to create a strongly-typed form in Umbraco 4 (WebForms) using pure Razor CSHTML scripting - without the need for ViewState, User Controls or any "web forms" gunk! You'll also see how you can perform both server-side and client-side validation (using jQuery validate) without cluttering your presentation layer.