开发者

Learning C# with exercises, questions and puzzles [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise开发者_高级运维, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

I learned Java with the help of the book 'Java how to program'. The book had lots of questions and exercises that helped me a lot.

I am now looking for a website or preferably a book that has similar programming questions/exercises that will help me learn C#/.NET and become a better programmer. Could someone suggest a book or point me to a website ?

Thanks

Edit: I should add that I am not looking for advanced stuff like Project Euler, but basic stuff


While it's specifically aimed at algorithmic programming, Project Euler can only do good things for getting well-acquainted with a language! Work through as many problems as you can, solving them in C#, and you'll have fun at the same time as learning the language.


This isn't a bad site:

http://www.fincher.org/tips/Languages/csharp.shtml

Starts off with console applications doing "Hello World" and reading files and goes on to hit a long list of important concepts including database access using Parameters.


The Sphere online Judge has a good collection of programming problems, ranging from tutorial problems to challenge problems.


If you like working through exercises, solving puzzles, etc. while learning, you'll love the Head First book on C#.


APress Pro C# 2010 and the .NET 4 Platform by Andrew Troelsen is the single best book I've read to quickly get into the language. It suggests concise relevant examples and code samples for the reader to try, and I recommend following them. It's a 1700 page book - very exhaustive and reasonably priced for the amount of content.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜