What Is New in C# 3.0 - Part 4 (Type Inference and Anonymous Types)

  Welcome to part 4 of the "What Is New in C# 3.0" series. Lets present two of the features that can make your code shorter and are essential to LINQ.

  You can often read about a feature of C# 3.0 called "the var keyword". That is pure bullshit and the feature is actually called "type inference" or "implicit typing"...
Posted by:   Stilgar
01:57 15.02.2008

What Is New in C# 3.0 - Part 3 (Extension Methods)

   Part 3 of the "What Is New in C# 3.0" series deals with extension methods. However before we proceed lets make a little trip through the history of methods as we know it just for the sake of our younger readers (namely Hristinka)...
Last edited by:   Stilgar
on   20:57 22.03.2008
Posted by:   Stilgar
04:02 10.02.2008

What Is New in C# 3.0 - Part 2 (Object Initializers and Collection Initializers)

   Today we will dive deeper into the world of C# 3.0 with object initializers and collection initializers. Be sure to check part 0 and part 1 from the “What Is New in C# 3.0” series if you have missed them.

   Now straight to the topic...
Posted by:   Stilgar
03:37 08.02.2008

What Is New in C# 3.0 - Part 1 (Automatic Properties and Partial Methods)

  In part 1 of the "What's New in C# 3.0" series we are taking a look at partial methods and automatic properties. These are pretty simple so it should be an easy start for everyone. However before that I would like to tell you about the concept behind the new things in C# 3.0...
Posted by:   Stilgar
02:56 07.02.2008

What Is New in C# 3.0 - Part 0 (Introduction for Java Developers)

  It is high time I made my first IT post. This website was built as my first project with .NET 3.5 so it seems like it is appropriate to start with a series of articles about the new stuff in .NET 3.5. Part 0 is a (not so) short introduction to the features of C# 2.0 that are important for understanding the new features in C# 3.0. This way the following articles will be interesting and meaningful for people with Java or C++ but no C# background.
Last edited by:   Stilgar
on   00:24 07.02.2008
Posted by:   Stilgar
01:46 06.02.2008
First Previous ... 21 22 23 24 25 26 27 28 29 30  ... Next Last