9 of 10 people found the following review helpful:
5.0 out of 5 stars
Reads well and is a bargain at $35, September 10, 2003
This review is from: Sams Teach Yourself the C# Language in 21 Days (Paperback)
Review by Aaron J. Young for CodeGuru.com:
If you're new to programming or have little experience, Teach Yourself C# is a great beginner's book. With it's course-like layout, the material is split into 3 weeks of 7 lessons/days, each covering a new but related topic, allowing the reader to pace him or herself and actually absorb what's being read without becoming overwhelmed by new concepts as is the case with many other "tutorial" books.
Teach Yourself C# in 21 Days covers all the topics needed to get you going in C#. You learn, step-by-step, the development lifecycle, programming fundamentals; like structure and program flow, statements, expressions and storage types. Object orientated design concepts are covered in sufficient detail, like inheritance, polymorphism and encapsulation. This includes coverage of the most common .NET Classes such as the Math routines, Files and Streams.
Each day ends with a summary, followed by a Q and A section where the author attempts to answer some common questions on the covered subjects, this is then followed by a Workshop consisting of a quiz and exercises designed to reinforce what has just been learnt. There are also plenty of code listings through out the book, including several "Type and Run" listings, implementing the discussed materials making it easy to follow and understand what's being taught.
It's worth mentioning that this book doesn't just stop at covering the basics of C#, it also covers ADO.NET and even designing Web Services and ASP.NET pages to a point where you can actually get something up and running and feel comfortable about how it was done.
The book is aimed at beginning to intermediate programmers, if you're in the intermediate range, but new to .NET, you'll find weeks 2 and 3 the most interesting, week 1, which is peppered with programming fundamentals does a fantastic job of preparing you for what's to come in the other 2 weeks.
Overall Teach Yourself C# in 21 Days is a must for those starting out on the .NET path, it gives you a very thorough understanding of the core language and brings you to a point where you'll be developing meaningful applications almost immediately.
A CD-ROM comes with the book and contains all the code listings organized by day as well as other tools and utilities, like the .NET framework v1.1/SDK, "SharpDevelop" - a free, open source, development environment for .NET and "Mono" - an open source implementation of the .NET framework for Linux.
There's so much useful information crammed into this book and yet it's done in a format that won't leave you scratching your head, it reads well and is a bargain at $35 - highly recommended.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5 of 5 people found the following review helpful:
5.0 out of 5 stars
You'll read it cover to cover and keep it for reference, February 17, 2005
This review is from: Sams Teach Yourself the C# Language in 21 Days (Paperback)
This book was awesome! I just finished reading it today and I am amazed of how much I learned.
I disagree with the comment that rates it bad for not talking enough about Visual Studio.... There are good books about "Visual C#" which target this audience, however the best developers are those who learn how to build software from scratch without fancy tools.
Trust me, before this, I had no idea what was all the code Visual Studio (and even SharpDevelop) generated by default.
Recommended path:
I read 1 chapter a day; then took the chapter quiz, and did all the exercises.
Also play with the "Type and Run's", they are a lot of fun!
I am now writing my own C# applications (Console, Windows-based, Web, and even for my Pocket PC).
Excellent book, great job Brad Jones!
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Well written, January 9, 2007
This review is from: Sams Teach Yourself the C# Language in 21 Days (Paperback)
This book is a great book for beginners. If you happen to be a programmer the first couple of chapters are a review but the later chapters make up for this. I would have preferred a little more about creating windows applications but this is still a great book. I recommend this book.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No