Just sharing some of my inconsequential lunch conversations with you... RSS  

Tuesday, December 11, 2007

First ASP.NET MVC impressions

It just works! And it matches perfectly with LINQ to SQL. And here's my favorite method:

namespace: System.Web.Mvc.BindingHelpers.BindingHelperExtensions
method: public static void UpdateFrom(this object obj, NameValueCollection values);

There are no words to express the brevity capabilities of this great extension method that allows:

myEntity.UpdateFrom(Request.Form);

This is the only CTP that got to run on my Vista host machine - all of the rest (Parallel Extensions, Entity Framework, Astoria, the dying Acropolis, ...) will remain installed on guest OSs to limit interdependencies. At least for now.

No comments:

Development Catharsis :: Copyright 2006 Mário Romano