Ayer me entero de:

altnetconf - Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf 
http://codebetter.com/blogs/jeffrey.palermo/archive/2007/10/05/altnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx

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

Algunas cosas se podian hacer antes, pero ahora:

URLs

The default URL scheme will look something like this:

  /<RouteName>/<Action>/<Param1>/<Param2> 

  where RouteName is configured to map to SomeController.  Multiple routes can 
map to the same controller for the purpose of providing more URLs (think SEO).


Se me ocurre que en el AjSaaS, pueda poner el dia de maniana:

/SistemaTenant/..... y todo siga andando, no importa la cantidad de Tenants que 
ponga.

Hoy, el bueno de Woloski, me envia:
http://nimad.wordpress.com/2007/10/07/microsoft-announces-its-new-mvc-architecture-for-web-apps/

Al parecer, se lo tenian guardado este anuncio.

Nos leemos!

Angel "Java" Lopez
http://www.ajlopez.com/

Responder a