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
- You don't have to use query expressions to use LINQ
Wednesday, Jan 7 by skeet - 10-4 Episode 1: Working with the Visual Studio 2010 CTP
Wednesday, Dec 17 by Charlie Calvert - Unattended Installation of Team Foundation Server 2008 on Windows 2008 with SQL Server 2008
Monday, Dec 15 - Query Data with Parallel LINQ
Monday, Dec 15 by Charlie Calvert - NotImplementedException vs. NotSupportedException
Friday, Dec 12 by Jared Parsons - Immutable Collections and Compatibility with Existing Frameworks
Wednesday, Dec 10 by Jared Parsons - Value types and parameterless constructors
Wednesday, Dec 10 by skeet - SQL Server 2008 Install Nightmare
Monday, Dec 8 - How to debug crashes and hangs
Sunday, Dec 7 by Kirill Osenkov - Redesigning System.Object/java.lang.Object
Friday, Dec 5 by skeet
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)
XPath Sample CodeSample code for compiling and evaluating XPath expressions against XML.All... moreFriday, Jan 2 by MSDN Code Gallery
WMI via C#Sample code for querying WMI.Friday, Jan 2 by MSDN Code Gallery
iPhone UIIt's an interface that works with transparency effects. As a sample I u... moreFriday, Dec 19 by MSDN Code Gallery
More...
Visual C# Projects from CodePlex .gif)
DotDiffDotDiff is a small Xml Compare Library, allowing the developer to compare 2... moreFriday, Jan 9 by CodePlex
TextScreen AnimatorThis is a component written in C# for .NET developers to have an animat... moreFriday, Jan 9 by CodePlex
More...
|