Attached, you can find a couple of ASP.NET MVC demos which demo:
- ajax views
- route debugging
- menulink helper
- error handling (controllers, views, customization)
- different view results (RSS view result among them)
- model binding
- custom controller factory with a simple Autofac dependency injection demo
- custom view engine (showing how mobile pages can be served by using MDBF) and
- client & server side validation using the interesting xVal framework.
Thank you for the demos.
There are few different versions of ASP .NET MVC (from early to 1.0 release). I have installed MVC 1.0 (the latest one on http://www.asp.net/mvc).
I’ve tried to use route debugging directly in my project but Visual Studio 2008 cannot find the class or namespace. Have I missed a reference? Which MVC version do you use?
Saso, all samples were build using ASP.NET MVC 1.0. For route debugger demo you need RouteDebugger.dll, which you can find on Phil Haack’s site. The sources are available here.