All Tags > C# Version 3.0 > c#
-
C# Version 3.0 - Pieces of LINQ
In this session, we'll take some of the pieces of Language Integrated Query (LINQ) that we've looked at previously in the C# V3.0 language and start to build them together.
Posted: 09/10/2006 by Mike Taulty
Tags: c#, C# Version 3.0, LINQ
-
C# Version 3.0 - Anonymous Types
In version 2.0 of the C# language the compiler learnt how to generate anonymous methods. In version 3.0 it's learnt how to generate anonymous types. It's fiendishly clever, and we'll have a look at how ...
Posted: 19/09/2006 by Mike Taulty
Tags: c#, C# Version 3.0
-
C# Version 3.0 - Collection Initialisers
In C# version 3.0, a generic collection such as List<T> can be initialised in a single line of code. Here we take a quick look.
Posted: 19/09/2006 by Mike Taulty
Tags: c#, C# Version 3.0
-
C# Version 3.0 - Extension Methods
In version 3.0 of the C# language you can write methods that 'appear' to belong to other classes. These are called extension methods, and we have a look at how it's done in this session.
Posted: 19/09/2006 by Mike Taulty
Tags: c#, C# Version 3.0
-
C# Version 3.0 - Implicit Typing
It's possible to declare local variables without specifying their types in C# version 3.0. Is this late-binding? Is it variants? Watch the session to find out.
Posted: 19/09/2006 by Mike Taulty
Tags: c#, C# Version 3.0