up vote 4 down vote favorite
share [g+] share [fb]

I know that there are two obvious answers: sharpDevelop and Paint.net. But I was thinking the other day, what else is out there? What are some good, useful, applications created using C# / .net ?

Here are the answers. Feel free to add to this post.

link|improve this question
Are you consider web applications useful ? – MichaelT Sep 18 '08 at 15:38
I was thinking more along the lines of desktop applications. But either work. – Joel Sep 18 '08 at 15:48
feedback

20 Answers

My 10 month old loves Baby Smash! by Scott Hanselman

link|improve this answer
feedback

MySpace? duck

link|improve this answer
I agree that Myspace despite any personal feelings towards the application is a great example in the power and scalability of an ASP.net application. – jwarzech Sep 18 '08 at 15:39
feedback

Personally, I don't see too much of a difference between desktop and web applications - they both have an end in mind, and as long as that end is met via the implementation, you could say the language/platform used was useful - and there are plenty of web applications that are useful, I have worked on many over the last 6 years.

Stack Overflow may prove to be a useful web application...

link|improve this answer
feedback

I use FlashDevelop daily, it's IMO the best free ActionScript editor

link|improve this answer
feedback

Singularity

link|improve this answer
feedback

I'm fond of Reflector, but perhaps this is not the kind of application you are asking.

link|improve this answer
I think it's a good example because, although a simple utility, is built in .NET to reflect upon .NET (and even itself). The meta nature or recursive feeling of this is cool. Speaks to the power of .NET. – John K Mar 31 '10 at 0:44
feedback

Microsoft Live Writer

link|improve this answer
feedback

SharpOS

link|improve this answer
Note, the website I had for SharpOS has gone, if someone knows if/where the new one is, post it and I'll correct my post. – Timothy Carter Jan 29 '09 at 13:14
feedback

SharpReader has not been updated for a while, but is a solid desktop RSS reader written in C#.

link|improve this answer
feedback
  • Beagle - a spotlight like tool for linux

  • F-spot - an image organizer for linux

link|improve this answer
feedback

If you play world of warcraft there is Rawr written in C#

link|improve this answer
feedback
up vote 1 down vote accepted

I know this is old, but I was looking through here today, and decided that I would add all the links and projects into one answer.

Edit: Going to copy those into the question, and let people add them there.

link|improve this answer
feedback

Check out CodePlex.com. Most projects there are .Net and most of those are C#.

link|improve this answer
feedback

Cropper is a great, free screen capture utility created in C#.

Download and source code can be found here:

http://www.codeplex.com/cropper

link|improve this answer
feedback

the LSE software.....duck

link|improve this answer
feedback

How about the "umbraco" CMS at http://www.codeplex.com/umbraco

Don't forget about SharpZipLib (not an application, a library, but very useful :-)).

Netron, a graphing library, that unfortunately died because the source got bought. Still, the last releases on SF are there: http://sourceforge.net/project/showfiles.php?group_id=69788&package_id=123851

link|improve this answer
feedback

PageFlakes is a pretty cool ASP.NET site, and PlentyOfFish has made its founder (Markus Frind) a wealthy man.

link|improve this answer
feedback

PlentyOfFish.com is a really popular dating site done in .Net by a single dev.

link|improve this answer
feedback

I find ForestPad to be quite useful.

It's a super simple application I wrote to store all the text I need to remember and it's free source.

link|improve this answer
feedback

C# or .NET? This one's not C#, but rather VB.NET: DotNetNuke

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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