C Sharp .NET 3.0 and Beyond
// October 17th, 2009 // 2 Comments » // CSharp, development
I have started learning everything .NET lately. Among the vast amount of information I have taken a liking to C# and the features it offers with .NET! I jumped into the .NET game at version 3.5 this means I have a lot to learn in a short span of time. I decided to concentrate on features starting from .NET 3.0 and up. I know this is super late and probably everyone knows about these features of the language, but I am going to talk about them anyways
The next article will be on the following features, that make my life as a developer so much easier.
- Automatic Properties
- Implicitly typed local variables
- Anonymous types
- Object and collection initializers
- Query expressions (LINQ)
I am doing this mostly as a primer/base for my next article some time in the future. This future article will be about the cool features in the up and coming C# .NET 4.0!



