Visual C# Community Convergence Blog .gif) .jpg) | Community Convergence provides C# developers and managers with updates on events in the C# community. If you have any questions or thoughts you want to share, go to my blog to leave comments. |
Community Convergence XLVIIWelcome to the 47th Community Convergence. We had a very successful trip to PDC this year. In this post I’ll outline some of the highlights, and give you a chance to share in some of the excitement by linking to online versions of the talks from the C#, VB, IronRuby, IronPython and F# teams. Speakers at these talks include Anders Hejlsberg, Luca Bolognese, Paul Vick, Lucian Wischik, Dustin Campbell and Alex Turner. Several of these talks were among the top rated events at the conference, with Anders’ talk once again garnering the most attention and generating the most excitement. Other highlights include a paper by Mads Torgersen that provides an overview of C# 4.0, samples demonstrating how to use the new C# 4.0 features, several posts by managed language team members on C# 4.0 features, and a set of interviews and pod casts related to our most recent plans. Last week we also announced the release of the CTP for Visual Studio 2010. Be sure to download it if you want to try out the features discussed in the talks and posts that are highlighted in this article. You can go to the forums to leave comments on the CTP. While you are thinking about the important new announcements for Visual Studio 2010, don’t forget to download the free CodeRush Xpress for Visual Studio 2008. That is something you can be using right now! The Talks Click the links to go to an online version of the VSL (managed language) team talks at PDC Samples and Overview of C# 4.0 I want to make sure that everyone can find the C# compiler team’s samples that demonstrated the key new features in C# 4.0. Accompanying the samples is a wonderful overview of C# 4.0, written by Mads Torgersen. Mads is a Senior PM on the VSL team; he sits on the C# design team with Anders, Matt, Eric and the others who help shape the language. You can download the samples and Mads’ paper on the CSharp Future site: http://code.msdn.microsoft.com/csharpfuture This site will be the place where we roll out new samples and other documents related to the evolution of the C# language. Don’t forget to click the Downloads tab on the CSharp Future site to view the downloads. Posts Eric, Sam and Chris are developers who are implementing the dynamic feature in C# 4.0, so you don’t want to miss any of their posts on this subject. Along with Mads, Alex and Anders, they are folks who are defining the future of C#, so you should and listen to everything they have to say if you want to stay current with our plans for C#. Sam Ng Chris Burrows Eric Lippert Charlie Calvert Interviews We did several podcasts and interviews during this event, and more are coming: 
|
More...
|
Visual C# Team and Community Blogs
- Copenhagen C# talk videos now up
Tuesday, Nov 18 by skeet - Building a LINQ IQueryable Provider - Part XII
Monday, Nov 17 by mattwar - Anders Hejlsberg Video on C# Dynamic
Thursday, Nov 13 by Charlie Calvert - Comparing Continuations in C# and F# Part 3: Double wrong
Thursday, Nov 13 by Jared Parsons - Properly Incrementing an IntPtr
Tuesday, Nov 11 by Jared Parsons - Duck Typing in C# 4.0
Tuesday, Nov 11 by wwagner - Comparing Continuations in C# and F# Part 2
Tuesday, Nov 11 by Jared Parsons - Comparing Continuations in F# and C#
Monday, Nov 10 by Jared Parsons - XNA Game Studio 3.0
Monday, Nov 10 by Charlie Calvert - The Future Of C#, Part Five
Friday, Nov 7 by Eric Lippert
More...
Content from Your CommunityCalculating with Infinite Sequences in C# By Tomas Petricek My previous article explored lazy evaluation and looked at how it can be simulated in C#. We implemented a class Lazy<T>, which represents a value that can be evaluated on demand—this means that the class "knows" how to calculate the result, but doesn't actually calculate it until it is really needed in the program. More... More...
Visual C# ForumsVisual C# General General open Visual C# issues that don't fall into any other Visual C# forum category. Visual C# Language Issues regarding the Visual C# language and compiler, including topics such as generics and anonymous methods. Visual C# IDE Questions and discussions on the Visual C# IDE, including IntelliSense, refactoring, and code snippets, as well as colorization, bracematching, smart tags, auto-generated code, and more.
|
Visual C# Code Gallery Samples .gif)
NReco LibraryNReco is an integration framework that supports lightweight model driven de... moreTuesday, Nov 18 by MSDN Code Gallery
AeroTraxWith the release of Microsoft's latest operating system, Vista, applica... moreMonday, Nov 10 by MSDN Code Gallery
Fun with C#A collection of example projects demonstrating fun tricks with C# and L... moreTuesday, Oct 28 by MSDN Code Gallery
More...
Visual C# Projects from CodePlex .gif)
OnlineTimeA program that helps the user monitor time spent on-line.It provides statis... moreTuesday, Nov 18 by CodePlex
xnaPanzerxnaPanzer is an XNA/C# version of the classic Panzer General war ga... moreMonday, Nov 17 by CodePlex
More...
|