Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Native Parallelism with the Parallel Patterns Library
Nov 16, 2008 at 12:06 PMNative Parallelism with the Parallel Patterns Library
Nov 14, 2008 at 10:54 AMAnders Hejlsberg - LINQ
Nov 05, 2006 at 6:37 AMLINQ obviously abstracts the act of retrieving data away and allows for a declarativ programming style.
But almost any application also needs to update existing and insert new persisted data in databases.
I guess that developers for now still need to interact directly with ADO.NET? Are there any researches going on in the field of declarativly adding/updating data, for example as extension methods on Collection<T> and Table<T>?