Site updated with MVC

Site updated with MVC

In case you haven't been following along the recent posts, I've been exploring ASP.Net MVC recently using this site as a guinea pig. Today I deployed the updated bits and hope you find them to be an improvement on the older site. I've tried hard to keep backwards compatibility with the old site links via some tricks in the Routing engine. Please take a look around and let me know if you find any links that aren't quite working correctly. Please be patient as it may be a bit before all of the legacy kinks are worked out.

As with the previous versions of this site, I plan to make this code base available, but need to clean it up before releasing it.

Posted on 7/24/2009 10:29:00 AM - Comments(2)
Categories: MVC LINQ
Comments:
  • Gravatar Good job! I look forward to peeking at the code if you post it. Does the project have more lines of code or less? Not that that really matters.

    Sam
    Sam (Posted on 7/27/2009 12:02:00 PM)
  • Gravatar Sam, I checked and the MVC version has slightly more lines than the WebForm version (522 for Webform vs 551 for MVC). Some of the difference is in the code needed to handle legacy routes so that links with the old schemes won't be broken. The View code is definately cleaner with MVC.
    Jim (Posted on 7/28/2009 4:20:00 PM)