Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# simple open source application [closed]

Tags:

c#

open-source

C# simple open source desktop application to learn from?

I'm trying to learn C#, but most of the times I found tutorials for non programmers which are pretty boring, or comparission with other lenguages.

I tried to compile an application that look nice enough as to call my attention and simple enough ( at first glance ) as to be understood by me, but it turns out it was developed in Mono.

I've downloaded VS for C# express edition in the past, but didn't knew what to do next with it.

So my question is:

Does anyone knows about a simple open source Windows Application developed in C# I can learn from?

It doesn't have to be too simple, but most of the ones I've looked so far are pretty complex, since they are production ready.

Thanks

like image 347
John Avatar asked May 07 '09 21:05

John


3 Answers

If you dont mind wpf, try BabySmash

like image 169
Gulzar Nazim Avatar answered Sep 20 '22 19:09

Gulzar Nazim


These aren't desktop applications but they are good open source web applications done mostly in C# that you could learn from.

http://www.asp.net/community/projects/

like image 39
David Yancey Avatar answered Sep 21 '22 19:09

David Yancey


Have you tried looking at SourceForge or Code Project?

like image 24
FloppyDisk Avatar answered Sep 22 '22 19:09

FloppyDisk