I’ve done a lot of work with LINQ to Data lately (both LINQ to SQL and others). I spend more then the better part of a day checking my Google Reader checking for blog posts and/or articles from the .NET community. There’s a lot you can learn...
With C# 4.0 actively in development I thought it would only be appropriate to start writing about the new features. The first I’ll be visiting is the new dynamic type. The dynamic type allows us to easily access an object type without statically...