Sunday, October 07, 2007

MVC pre ASP.NET

Jeffrey Palermo píše o MVC Frameforku pre ASP.NET na ktorom pracuje tím Scota Guthrieho (Microsoft). Ciele projektu sú napríklad:

  • Natively support TDD model for controllers.
  • Provide ASPX (without viewstate or postbacks) as a view engine
  • Provide a hook for other view engines from MonoRail, etc.
  • Support IoC containers for controller creation and DI on the controllers
  • Provide complete control over URLs and navigation
  • Be pluggable throughout
  • Separation of concerns
  • Integrate nicely within ASP.NET
  • Support static as well as dynamic languages