Chad#

Ramblings of a technology junkie.

Browse by Tags

All Tags » C# (RSS)
The more you know – Why List<T> is bad with query results
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...
Posted: Dec 13 2008, 08:07 AM by Xtek | with 9 comment(s)
Filed under: , ,
C# 4.0 New features – Part 1: dynamic type
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...
Posted: Nov 04 2008, 10:48 AM by Xtek | with 3 comment(s)
Filed under: ,
More Posts