I'm looking for a C# textbook that has some interesting exercises at the end of each chapter. I'm not talking about 10 easy quiz problems that most books come with these days. I'm talking about doing exercises that asks you to write a program such as PayRoll, Cost Calculator, etc.?

link|improve this question

feedback

closed as not constructive by Anna Lear Dec 10 '11 at 6:08

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 1 down vote accepted

Depends on how experienced you are. I read Head First C# a few years ago which aims at newbies, but there were some cool excercises in it. On the other hand, i read SCJP 1.6 which is a certification guide for sun certified java programmer. there were some good questions in it but it was mostly about reading existing code. Maybe you want to get a certification guide for any .NET certification at your level? There should be some good stuff out there.

link|improve this answer
by the way, i dont think there are c# "quiz books" around but it would be nice. if your german, have a look at mycsharp.de - theres a thread going on with coding quizzes. whoever solves it first has to give the next excercise which is quite fun. – atamanroman Jun 30 '10 at 11:53
feedback

Its not specific to C#, but I'd recommend "Pragmatic Programmer" if you are also looking for excercises in good programming practices. Each chapter has a selection of exercises to reinforce the topic taught.... and they aren't necessarily simple either, especially if you are new-ish to the topic.

link|improve this answer
feedback

I use Deitel's Visual c# 2010 how to program book. They contain a lot of puzzles and exercises which are really interesting and more challenging have a look at it.

visit Deitel web site for more information

link|improve this answer
feedback

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