Visual C# ResourcesCommunity Convergence Team and Community Blogs Visual C# MVP Articles Featured Library Content | Visual C# Community Convergence .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 LVIWelcome to the fifty-sixth community convergence. As you probably know by now, Visual Studio 2010 Beta 2 has been released on MSDN and will be available to the general public on Wednesday, October 21, 2009. I’ve worked with the team to create a wide range of technical material designed to support this release, and I will call out each item out here in this post. Be sure to check out the new How Do I and Interview videos, the samples, and the great posts by Alexandra Rusina. In other news, we’ve gotten word that the SoCal code camp will be held right after PDC this year. If you live in the LA area, this is a great chance to see some of the Microsoft speakers who will be presenting at PDC.
From the C# Team
How Do Videos on C# 4.0
How Do I Use Named and Optional Parameters in C# 4.0? (with S... Más
|
Team and Community BlogsMore Blog Entries > Visual C# MVP Articles.jpg) | Mark Michaelis Read Mark's article Multicast Delegate Internals. | Find out how you can submit an article. See more MVPs. In my last article, I outlined the internals of foreach and the way iteration works. I discussed the differences when iterating over arrays, as well as foreach’s interleaving and possible resource cleanup with a using clause. In this article, I am going to switch to another fundament .NET language construct – delegates. We will discuss the class structure of a delegate, specifically how multicast delegates use sequential notifications and, therefore, may require manually iterating over the delegate linked list rather than simply invoking the delegate....More > |
Featured Library Content Important updates and highlights of Visual C# content in the MSDN Library. More Visual C# Library Content > |
Featured "How do I?" VideosSee all "How do I" Videos > | Other Resources.png) | Visual C# 2010 Resources
Learn about Visual C# 2010 with these articles, samples, blogs, and more. | .png) | Code Gallery
Download or share sample applications or code snippets. | .png) | CodePlex
Microsoft's open source project-hosting site. | .png) | MSDN Magazine
Read in-depth articles on C#. | .png) | Visual C# Content on Channel 9
Watch videos and connect with your peers – it's all about the conversation. | .png) | DevLabs
Explore the projects that we are experimenting with in our labs, and let us know if they inspire you. | .png) | patterns & practices
Use Microsoft's proven practices for software engineering. | .jpg) | Ramp Up
Ramp Up is a free, online, community-based learning program that will help you build professional development skills. |
|