Well it’s been a long, long time since I blogged anything, so here’s a quick post to break the ice.
I’ve been using ASP.NET MVC for a client project over the past 7 or 8 months (yes, I was using it pre-beta).
There have been good and bad times, but overall I’m optimistic about the framework.
Version 2 (preview 2) was just released and now features support for ‘Areas’ within a single project.
This is awesome and just what I was looking for, as I’m using the areas feature to separate the back-end “admin” portion of the website from the live portion.
(Previously I had put the Admin stuff in a separate project, which made things more complicated in all sorts of ways.)
After installing the update and 25 minutes of refactoring I had everything working and had moved Admin in-project.
If only framework upgrades were always this easy…
0 Responses to “Upgrading to ASP.NET MVC 2 Preview 2”