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:
Post a Comment