11

I would like to evaluate .NET as a development platform for a desktop application. I am looking for good examples of .NET desktop applications used in the mainstream. The only ones I know of are:

  1. Visual Studio (The copy website form is one example.)
  2. Team Explorer UI
  3. Paint.NET
  4. Reflector
  5. Gnome Do (An app launcher for Gnome; runs on Mono)

I am looking for more examples; open source, freeware or a demo version in that order.

Suggestions?

Agnel Kurian
  • 57,975
  • 43
  • 146
  • 217

12 Answers12

11

SharpDevelop is an open source Development IDE for .NET very much like VS.NET written in .NET (iirc it still has some pinvokes, but it is all managed code) and is quite large and feature complete.

You can even get the source code for it to look at.

mattlant
  • 15,384
  • 4
  • 34
  • 44
5
Mark Heath
  • 48,273
  • 29
  • 137
  • 194
4

There are lots of desktop apps done in .NET, only most of them are internal/enterprise apps in companies, not mass-market products.

The only downside I see to doing a mass-market desktop app in .NET is the need to distribute the .NET Framework with it. Of course with the advent of Windows Vista, .NET already comes preinstalled.

cruizer
  • 6,103
  • 2
  • 27
  • 34
3

KeePass is the free, open source, light-weight and easy-to-use password manager.

Sergey Shandar
  • 2,357
  • 18
  • 25
2

Check for WPF(.NET3.5) applications

http://www.thirteen23.com/experiences/desktop/

WPF app by Frog design

Jobi Joy
  • 49,102
  • 20
  • 108
  • 119
2

Windows Live Writer

Mark Heath
  • 48,273
  • 29
  • 137
  • 194
2

Comicster! :)

Matt Hamilton
  • 200,371
  • 61
  • 386
  • 320
1

Icarus (screenshots here), the GUI of Gallio/MbUnit OSS testing platform.

Yann Trevin
  • 3,823
  • 1
  • 30
  • 32
1

I have this Game Neverwinter Nights 2, quite a big thing, and it has some SharpZipLib and QWhale DLLs included. Should be dotNet

Midhat
  • 17,454
  • 22
  • 87
  • 114
1

I found this from the related questions list.

Most notable are Gnome applications running on Mono/Linux. Tomboy, Beagle and F-Spot!

Community
  • 1
  • 1
Agnel Kurian
  • 57,975
  • 43
  • 146
  • 217
1

slimKEYS is written in C# with some p/invokes.

Martin Plante
  • 4,553
  • 3
  • 33
  • 45
0

Windows Media Center has a managed API I believe. I'm not sure how much .Net stuff is in WMC, but you can check it out.

Max Schmeling
  • 12,363
  • 14
  • 66
  • 109