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 XLVWelcome to the 45th Community Convergence. I recently reached the two year mark here at Microsoft, and that means it is probably time for me to run some changes on my now familiar routines. In this post I'll begin that process by taking Community Convergence in a new direction. In the past, this column has been used to report on the latest writings by members of the C# team and our immediate community. Overall, that has been a good strategy, but recent changes on the C# Dev Center have made me look for a new approach. You may have noticed an increase in the feed aggregation technology being used on the Dev Center. As you probably know, an RSS feed contains a series of links to what are often disparate but related posts. Users can subscribe to a feed, and have the posts in the feed brought to their inbox, their browser, their desktop, their phone, their Zune, or some other location. There are now several feeds on the Dev Center main page, two of which contain the kinds of posts that I have traditionally collected in Community Convergence: - The Featured Content feed is one that I manage directly, and as such it most directly takes the place of the old style Community Convergence posts. It contains content that I think is interesting, focusing primarily on material created by the C# team. You can subscribe to this feed by clicking here. The content in this feed is now also sent directly to the default C# Start Page in Visual Studio. (From the VS menu, choose View | Other Windows | Start Page.)
- The section entitled C# Team and Community Blogs on the front page of the Dev Center is also a feed, but unfortunately you cannot subscribe directly to it at this time. Instead, you can read it on the front page of the Dev Center. This feed picks up on the tags from several blogs written both by C# team members and by prominent C# community members. When Matt Warren, Luca Bolognese, Eric Lippert, Jared Parsons or other teams members write a new blog post, it should show up in this list shortly after they publish. Several Microsoft MVPs, such as Bill Wagner and Mark Michaelis, can also mark posts to appear on this feed. We have recently added a few Developer Evangelists to this list as well.
A primary reason for adopting these feeds is to keep the content on the Dev Center fresh. We also want to allow you to subscribe to feeds so that the latest C# content can be delivered directly to your desktop. There are other feeds on the Dev Center that you may have noticed. These include: - The Visual C# Code Gallery Samples: Code Gallery is a relatively new tool designed to replace the now defunct GotDotNet site. It allows team and community members to upload and download sample code and some related resources. You can find lots of interesting source code on this site, as well as other useful information such as white papers.
- There is also a CodePlex feed on the front page of the Dev Center. It lists recent and popular projects hosted on the CodePlex site. On CodePlex you will find projects to which the community can contribute via check-in to an online source control tool, while Code Gallery is meant for projects that are developed by one person or group and simply posted for download. Both sites allow contributions from either Microsoft employees or community members, and both sites contain lots of source code. A number of significant projects, such as IronPython, are released via CodePlex, and using this feed to keep an eye on what is happening on that site is always a good idea.
Finally, the feed tool that I use to maintain the Featured Content list can also be used to create custom lists. I've taken advantage of that functionality and created a list that will contain only content posted by the CSharp team. This means that only posts by people who are or who have been members of the CSharp team can appear on this list. I created that list this morning, so it is still fairly short, but you can click here to get started using it. I try to post only technical content in the Featured Content list, but I will use this list to link to any content produced by team members, whether it is technical or not. For instance, I'll add this Community Convergence post to that feed. I should thank Beth Massi, John Molloy, Amar Shah and Kerby Kuykendall who did so much to drive the adoption of feeds and new tools like Code Gallery on the Dev Center. We all worked together on these projects but Beth, John and Kerby were always on the front lines manning the barricades. Well, I'm done. I've written my first "new style" Community Convergence post. The idea for this particular post was worked out by John Boylan and myself, who is my contact at MSDN. I wouldn't have written it, however, if I didn't have some ideas for future posts. So watch this space to see if can actually come up with some ideas to keep moving this column in a new direction. 
|
More...
|
Visual C# Team and Community Blogs
- Data Connection String for a CSV file on VSTS Data Driven Test
Thursday, August 21, 2008 10:35:28 AM - Tasty Beverages
Eric LippertTuesday, August 19, 2008 2:09:00 PM - Charlie to Speak on LINQ at DevLink
Charlie CalvertMonday, August 18, 2008 10:12:50 PM - Future Focus: Document Map Margin
Charlie CalvertFriday, August 15, 2008 11:42:53 AM - Euler Problem 7
wwagnerThursday, August 14, 2008 6:30:35 AM - Released: .NET 3.5 Enhancements Training Kit
Charlie CalvertMonday, August 11, 2008 4:20:55 PM - Released: Visual Studio Service Pack 1; .NET 3.5 Service Pack 1
Charlie CalvertMonday, August 11, 2008 11:03:25 AM - Overload Resolution on Extension Methods
wwagnerSunday, August 10, 2008 7:37:40 PM - .NET Framework 3.5 SP1: LINQ perf improvements (LINQ to Objects and LINQ to SQL)
Dinesh.KulkarniSunday, August 10, 2008 10:37:00 PM - Axialis IconWorkshop™ Lite for VS 2008
Charlie CalvertFriday, August 08, 2008 1:21:14 PM
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)
Date HelperDateHelper provides common date functions in a C# helper/wrapper cl... moreMSDN Code GalleryThursday, July 31, 2008 12:52:22 PM
KillBit ExplorerThe ActiveX "killbit" has been in the security news lately, and I... moreMSDN Code GalleryMonday, July 21, 2008 12:18:54 AM
Functional C#This is a set of libraries to demonstrate functional programming aspects as... moreMSDN Code GalleryThursday, July 10, 2008 1:00:27 PM
More...
Visual C# Projects from CodePlex .gif)
VhdlSharpLibraries for simple object-oriented creation of VHDL code.CodePlexWednesday, August 20, 2008 1:57:46 AM
TytanNETTytanNET is an extension for Microsoft Visual Studio 2005 and 2008. It adds... moreCodePlexTuesday, August 19, 2008 4:50:11 AM
Zip SolutionSoftware is intended for developers who release sources of its application... moreCodePlexFriday, August 15, 2008 6:36:41 AM
More...
|