Too busy this week to write large blog posts myself… Luckily other people do write interesting things on ASP.NET MVC!
-
Test your routes by simply browsing to a specific URL and checking the output of this tool.
-
The ASP.NET MVC request lifecycle
Description of the ASP.NET MVC request lifecycle from request to response.
-
ASP.NET MVC Membership manager (in German)
Membership manager for the ASP.NET MVC framework including the necessary management controllers.
-
Tutorial on how to enable ASP.NET MVC on Mono.
-
Define ASP.NET MVC routes in web.config
I think the title says it all..
-
Define ASP.NET MVC route data in a database
Create a database schema and provider for storing route data.
-
Generates Select/Insert/Update/Delete (CRUD) controllers & views for the ASP.NET MVC framework
Happy coding!