vote up 3 vote down star
4

Hey guys, I am a 2nd year university student on winter break and I am currently learning c# by myself right now. I really learn by writing code (like the rest of us i assume) and I would love to contribute to an open source project using c#. I was really wondering where to start... I've been doing some googling and I have checked sourceforge, and the projects that are looking for help (which seems like a small list) but I really do not know where to begin. I know people say to work in what you are interested in, but I am not sure where to start looking =p. Well anyway, any help you can give me or suggest me to a c# open source project that might accept beginners to the language (but not programming) be my guest thanks!

flag

re-titled to prevent closing it as a duplicate. – Simucal Dec 25 '08 at 21:55

6 Answers

vote up 1 vote down check

I'd personally recommend F-spot. Best worked on under a GNU/Linux OS like (K)ubuntu. Check out the source, and have a go!

link|flag
He asked about C# projects? – Garry Shutler Dec 25 '08 at 20:31
Did you even bother checking what language these 2 projects use? – Can Berk Güder Dec 25 '08 at 21:52
F-spot is written in C# isn't it? Just check out the source tree: svn.gnome.org/viewvc/f-spot/trunk/src – DrJokepu Dec 26 '08 at 4:20
I think fspot seems to have a really good system in place. Projects like these are what im looking for. Thanks! – Javed Ahamed Dec 26 '08 at 4:31
vote up 1 vote down

My own personal experience has been that if you want to be involved with an open source project, start with one that you find useful to you personally (or your company). So if there's a C# app, or library that you've used and found useful (or if you can think of ways for it to be more useful), contribute to it! That could be in QA, bug triaging, testing, writing unit tests, submitting patches, and/or working directly on the code (usually that takes a while to build up to though).

Just my 2 cents

link|flag
vote up 2 vote down

I recommend getting involved with something that's related to Mono. But I think I might be a little biased here, because I really like what the mono people have done, and I'm a big mono fan.

link|flag
Even though I use MS.Net, I agree entirely. Mono is a great project to get involved in. – Jonathan C Dickinson Dec 27 '08 at 12:17
vote up 5 vote down

If you are looking for open source c# projects, check out Codeplex. There are a large number of C#/.NET projects there that you could contribute to.

Also, check out the answers to this question http://stackoverflow.com/questions/43649/how-to-get-involved-in-an-open-source-project

link|flag
vote up 0 vote down

You can contribute to my humble attempt at creating a TextMate clone for Linux. The project is at a very early stage, and every contribution will be appreciated.

Here's the GitHub repo: TuxMate.

link|flag
He asked about C# projects? – Garry Shutler Dec 25 '08 at 20:31
So? TuxMate is being written in C#. – Can Berk Güder Dec 25 '08 at 21:38
vote up 0 vote down

You could check out http://csharp-source.net/. It is a list open source software written in C#. There has got to be someone there willing to accept your assistance.

link|flag

Your Answer

Get an OpenID
or

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