Tag Archives: Sample

ASP.NET WebForms and MVC together in one project 3

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 [...]

Validation in ASP.NET MVC – part 4: example with server-side and client-side validation 3

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 [...]