|
This sample illustrates a number of features of anonymous types, and how they can be used in conjunction with LINQ.
|
07-30-2007
|
341
|
Download
File Size 15.3kB
|
|
This code contains the code the the post: Ne w Features in C# 3.0, Part3: Various features . The file contains 3 projects: AutomaticProperties : Illustrates how to use automatic properties ObjectInitializers...
|
08-05-2007
|
383
|
Download
File Size 77.1kB
|
|
This is the sample code for the Expression Trees article, which is part 6 in the series. Any feedback or corrections are always welcome! Bennie
|
09-03-2007
|
341
|
Download
File Size 20.2kB
|
|
This is the code for my Lambda expression post .It covers: A comparision of delegates, anonymouns functions and lambda expressions How to pass lambda expressions as arguments to functions How to combine...
|
08-14-2007
|
405
|
Download
File Size 31.1kB
|
|
This is the code for my post: New Features in C# 3.0. Part 4 : Extension Methods . Remember, you will the Beta2 version of Orcas (Visual Studio 2008) or later to compile and run the samples in this project...
|
08-08-2007
|
381
|
Download
File Size 43.6kB
|
|
This sample introduces the new "var" keyword, which allows you to create an implicitly typed local variables, and then shows how it is applied in a LINQ query
|
07-29-2007
|
346
|
Download
File Size 22.8kB
|