views:

276

answers:

3

Hi!

I'm looking for open source applications, built with winforms in C#. Specifically, i'm looking for applications using new and real world techniques. Like nerddinner and oxite for asp.net.

Thanks

+3  A: 

Look to codeplex, SourceForge and Code Google. There is lot of applications :)

Next resource is CodeProject.


Paint.Net is nice example. Here is source code.

MicTech
+7  A: 

SharpDevelop is an excellent example IMO

Another one is Paint.net

ammoQ
Thanks, i'm going to check it out!
alexn
Just wanted to let you know, the source for SharpDevelop was exactly what i was looking for.
alexn
+3  A: 

NUnit is a good "real world" open source application...

http://sourceforge.net/projects/nunit/

Steve Dignan