views:

199

answers:

3

For Perl, there is cpan.org, where I can lookup and reuse any previously built package in my own code.

Is there a similar open source code repository for C#?


Edit: Thanks all. I also just found code.google.com.

+7  A: 

http://www.codeplex.com/ for starters. That's the most "official" one. But you'll find numerous other resources such as sourceforge.net and CodeProject.com

Google Code also has a C# section

Paul Sasik
CodePlex has far more C# projects then any other site.
jwanagel
+4  A: 

I think your what your looking for is CodePlex.

Wikipedia Entry:

CodePlex is an open source project hosting website from Microsoft. It allows shared development of open source software. Its features include wiki pages, source control based on Team Foundation Server but accessible using Subversion, discussion forums, issue tracking, project tagging, RSS support, statistics, and releases. While Codeplex encompasses a wide variety of projects, including SQL, WPF and Windows Forms-related projects, major activities center around the .NET framework, including ASP.NET, and Microsoft's intranet collaboration server, SharePoint. The most prominent and used project that was born inside CodePlex, the AJAX Control Toolkit is a joint project between the community and Microsoft.

Lucas McCoy
+2  A: 

codeplex - not really 100% match to your need but has got lots of goodies

also codeproject

pm100