vote up 0 vote down star

I currently have some time on my hands at work and want to advance my vb/c# skills. I have found that most of the tutorials/resources on the net are fairly basic. I am looking for intermediate to advanced exercises.

I have seen the books that people have recommended in other posts here on Stack Overflow and they look great. It's just that they don't seem to have exercises in them. So , I am more interested in a book that has exercises. Does anyone have a book they used in school or elsewhere that was good?

flag

5 Answers

vote up 2 vote down check

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation

This is the for the MS exam for .net

Covers fundamentals of .net in C# and VB Has problems to try out and sample code in each chapter. Also the book comes in PDF format (on CD in addition to hard copy) which is very nice.

It is written with the intent to help learn .net as well as pass the exam.

link|flag
2  
Let's hope they've fixed all the errors, though - the original errata was... "extensive" ;-p – Marc Gravell Aug 22 at 20:03
1  
I read that in the reviews. Supposedly it is better now (I have only seen the second edition). – Maestro1024 Aug 22 at 20:37
I have the second edition and noticed many errors in it. – Meta-Knight Aug 25 at 15:13
Thank you all for the heads up on the errata. – pave Aug 27 at 13:05
vote up 2 vote down

Sounds like what you want is a Code Kata, or coding "practice sessions." Jeff Atwood blogged about this on Coding Horror. I'd suggest a good VB/C# book -- C# in Depth, comes to mind, given your desire for intermediate/advanced material -- combined with some practice problems to solve.

link|flag
vote up 1 vote down

I really enjoyed Effective C#. It is a nice book because it basically just explains what you are likely doing wrong, and how to do it right, just my .02

link|flag
vote up 0 vote down

You must try your luck with Wrox Brother's Professional VB 2008 or C# 2008, it has many resources and examples.. Uses example codes at many places.

link|flag
vote up 0 vote down

always for me http://www.learnvisualstudio.com

C# and Vb.net

also include Visual Studio ...

link|flag
The site looks good to me. Is it worth the money. it is pricey compared to most books. – pave Aug 27 at 13:34
yes totally $50 is the price of a decent book - just another type of learning resource. – littlegeek Aug 27 at 14:27

Your Answer

Get an OpenID
or

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