ASP.NET MVC Plan 9 Sample
Posted by: dmitryrs blog,
on 22 Jan 2009 |
View original | Bookmarked: 0 time(s)
The attached sample implements simplified Web application paradigm (called Plan 9 MVC) based on ASP.NET MVC. It is page-centric (it hides Controllers) but it retains many of the benefits of ASP.NET MVC. The package contains a Visual Studio solution with two projects (the standard ASP.NET MVC starter template rewritten as a Plan 9 Web Site, and the library implementing Plan 9 framework), the license document, and README document.
ASP.NET MVC provides many benefits including:
Separation of Concerns...