5

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

MPelletier
  • 16,256
  • 15
  • 86
  • 137
alexn
  • 57,867
  • 14
  • 111
  • 145

3 Answers3

11

SharpDevelop is an excellent example IMO

Another one was Paint.net, but it's no longer open source, see comments.

Erich Kitzmueller
  • 36,381
  • 5
  • 80
  • 102
5

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
  • 42,457
  • 14
  • 62
  • 79
  • I searched through the above hosting sites, it seems to me the real world winform projects are surprisingly not many, considering winform has been around for long time, and is the "standard" windows desktop framework. – liang Mar 18 '13 at 02:46
  • Unfortunately, Paint.NET is [no longer open source](https://stackoverflow.com/q/1693528/24874). – Drew Noakes Nov 20 '18 at 15:44
3

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

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

Steve Dignan
  • 8,230
  • 6
  • 30
  • 34