views:

471

answers:

7

I am looking for some useful open source projects that I wish to participate. Please provide the websites and the projects.

+2  A: 

Your first port of call should be codeplex.com. A fantastic array of .NET open source proojects are available here, and something should be available that catches your interest.

Martin
A: 

NHibernate. One of the best ORM frameworks for .NET that is open source. You would learn a lot from the code base.

Ray Vega
A: 

http://www.codeproject.com/

+5  A: 

Sites like Google Code, SourceForge, and CodePlex host thousands of open source projects that would love help.

However, my suggestion would be to look at the open source projects that you currently use. Think of ways they could be improved, identify bugs that need to be fixed... and then do it! Another great way to contribute is by writing documentation. Again, look at the projects you use. Write a getting started guide, contribute API documentation, write a series of blog posts. One of the biggest barriers to open source adoption is the lack of good documentation. It isn't as fun or sexy as coding, but it is critical to promoting a project and is a good way to get started.

scott.caligan
A: 

I would look at this project in Codeplex. It was originally released with .Net 1.0 and has recently revised to work with 2.0. Not only do you get to learn from the programming, it is fun as well!

http://www.codeplex.com/terrarium2

avanwieren
A: 

I maintain a class library called SixPack. We are looking for contributors and testers if you are interested.

http://code.google.com/p/sixpack-library/

Sklivvz