Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
i suggested Google Code as well. It's a bit thin though. You'll want to look at CodePlex and SourceForge first. Those have been around for years and host many hundreds of useful projects between them. – Paul Sasik Jan 8 '10 at 22:20

3 Answers

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

share|improve this answer
CodePlex has far more C# projects then any other site. – jwanagel Jul 17 '10 at 21:30

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.

share|improve this answer

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

also codeproject

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.