C# exercises

  • Thread starter Thread starter vinnie
  • Start date Start date
V

vinnie

Hi everyone,

I am looking for exercises in C# for beginners.

Any idea where can I find some ?



Thanks
 
google (or your XYZ Favorite search engine) is your friend.
Example:

http://www.google.com/search?hl=en&q="C#+Tutorial"

hi and thanks for your help, however i already have different
tutorials that i took from the public library. What i'm looking now is
a book/website/blogs from which i can practice my knowledge and then
advance another step.

I'll know that i know something only if i can test my knowledge.. :)
 
They have nothing to do with C#, but search for programming contest archives.
They give you the problems and you build the code. You'll have to check
yourself... They usually don't ask for a UI, so this challenges you to come
up with both the algorithm and the UI.
 
Back
Top