Capital Area .NET Users Group Meeting

Date
25-26 Aug 2009 (Add to calendar) GMT
Venue
1900 Gallows Road , Vienna, US
Cost
Free

C# 3.0 Deep Dish with a slice of C# 4.0

This presentation will focus on new C# 3.0 language features with a nod to features coming in C# 4.0. These features will be shown outside the context of LINQ (i.e., pure C#). This is because it is crucial to understand these language enhancements as a foundation before diving into LINQ. This demo-heavy presentation will deep dive into various features by examining the IL in order to understand what is really happening “behind the scenes.” It will cover Local Variable Initialization, Object Initializers, Collection Initializers, Anonymous Types, Auto-Implemented Properties, Extension Methods, Lambdas, Query Expressions, Partial Methods, and Implicitly-Typed Arrays. We will also preview the new features of C# 4.0 including dynamics, named and optional parameters, and variance.

Steve Michelotti, MSCD, MCPD, MCT is a consultant for Applied Information Sciences. He has consulted at Advertising.com/AOL where he was the Tech Lead for one of the highest volume .NET applications in the world. He is a frequent presenter at developer user groups and Code Camps in the Maryland/Virginia area. He has been on Microsoft Channel9 and his published articles include Visual Studio Magazine and his blog: www.geekswithblogs.net/michelotti.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In order to understand recursion, one must first understand recursion.”