Now on ASP.NET MVC Preview 5
Posted in BlogSvc, Asp.Net, MVC by JarrettV on 9/30/2008 10:03:22 AM - CSTI'm proud to announce the next release is built on MVC. The move to MVC has many
benefits for BlogService:
- No more WCF issues
- Testable
- Simplified authentication
- VS.net development server support
- Better flexibility around themes
- Url rewriting no longer required
- Better ajax scenarios
- Cleaner deployment structure (see right)
- Less configuration required
This website is already running on MVC and it appears overall speed has increased both on the browser and through Windows Live Writer (even on the new beta).
If you like to discuss the change to MVC, please head on over to the discussion already in progress.
Comments
Trackback from BlogSvc News on 12/22/2008 1:55:40 PM - CST
MVC Release 0.6
The sixth release of BlogSvc includes the switch over to MVC preview 5. Along with this…