Browse by Tags
All Tags »
LINQ (
RSS)
I've been having mixed feeling for quite some time now regarding LINQ. Sure it can make working with data sources a lot easier and it can definately save a lot of code... But, what happens with the following C# foreach statement List < KeyValuePair...
I'm doing a 1 hour Introduction to LINQ session at SAP tomorrow. Below is a link to the presentations and I'd be happy to hear comments about it if anyone has any... Technorati Tags: .NET 3.0 , LINQ , Language Integrated Query © 2007 Eran Kampf...
C# PM Luke Hoban has posted a simple C# Ray Tracer code that utilizes the new C# 3.0 language capabilities. On the same note, you can also check Scott Guthrie's posts about the new C# 3.0 language features: Automatic Properties, Object Initializer and...
TheServerSide.Net has published a very comprehensive LINQ\C# Learning Guide . Technorati : .NET , C# , LINQ