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

c#, open-source, repository

Solution

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

Problem

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.

Original source