Click to See Complete Forum and Search --> : looking for examples for C#


Jigbrant
October 20th, 2008, 06:17 AM
I'm new at C# and I'm searching for good exercises for C# programming.
Can anyone help me with this?

toraj58
October 20th, 2008, 06:33 AM
first i suggest you that pick up a book from Wrox or sams or at least Wiley and read it form the first to end.

Wiley has published a good book with this name:
C# for Dummies

don't be angry with the name becuase i think it is realy advance in some parts like Generics and Polymorphism with a lot of good samples.

also SAMS books are straight froward and if you read one you know what i am telling you.

My best choice is Wrox books because behind each book is great team of programming geeks and each book has all its code in the Wrox site that you can download and run it and sometimes further than it ; you maybe find the site that the book explain how to build it in the internet.

Next You need (as you said) samples and Code snippets:

i have some site for you:
1- here!
2- www.daniweb.com (you can also find some snippet from me here)
3- www.codeproject.com (cool and advance project with source code and explanation !!!)
4- forums.msdn.microsoft.com (Geeks are there)
5- dotnet-snippets.com
6- http://www.c-sharpcorner.com (Cool)
7- http://www.csharpfriends.com (Cool also)
8- p2p.wrox.com (for Wrox Publication)

Touraj Ebrahimi [toraj_e] [at] [yahoo] [dot] [com]

Jigbrant
October 20th, 2008, 07:07 AM
Thanks a lot. I belive i have some reading to do.