This post briefly describes a solution to mix ASP.NET WebForms and MVC in one project. You can download a sample project that might be more useful than my ramblings. Download the sample here, unzip, open with VS 2008 SP1 and hit F5.
There are lots of ‘legacy’ ASP.NET WebForms applications out there in the wild. What [...]
Categories: ASP.NET MVC
Tagged: Area, ASP.NET MVC, Sample, WebForms
- Published:
- June 3, 2009 – 10:40 pm
- Author:
- By martijn
This is part 4 of a series of posts. See also:
Validation in ASP.NET MVC – part 1: basic server-side validation
Validation in ASP.NET MVC – part 2: custom server-side validation
Validation in ASP.NET MVC – part 3: client-side validation with jQuery validation
In the previous posts, I described how we implemented model-based validation on the server-side in Cuyahoga [...]
Categories: ASP.NET MVC
Tagged: ASP.NET MVC, jQuery, Sample, Validation
- Published:
- December 8, 2008 – 9:18 pm
- Author:
- By martijn