Rating: - Excellent
I came to this book with some knowledge of c++ and java so I can't really say how I would have found it if I was a complete beginner. Having said that, however, I must state that I found this book to be very well structured. The concepts were clearly explained and the author doesn't waste time with too many examples, only what is necessary to get the point across. So indeed, in less than 21 days I was up and running (well maybe walking briskly). I look forward to more books by this author.
Rating: - Excellent teaching manual
This is by far the best ever introduction to C# programming that I have ever read.
Experienced programmers, especially those coming from a Java or C++ background, will be able to skim through the first few "days". Beginners to coding are introduced to fundamental principles such as variables, loops and conditions and then quickly move on to more interesting subjects.
The book's examples are better than most too, they are generally of sufficient length to be realistic while still illustrating the point.
The other highlight for me was an absence of typographical and more importantly technical errors. Spelling errors tend to distract and break up the flow when reading and when I see something that I know to be wrong I am always wary of trusting more advanced topics later.
I can't recommend this book enough for those wishing to venture into the world of C#.
Rating: - Poor book for current programmers looking to move to C#
The book is very barebones and basic. It does not cover anything in depth and you will find that you will need another book to help you with your project if you are counting on this one to do so. I find the topics discussed to be poorly documented and for a senior level developer moving to C# this book is not for you. Try APress's "C# and the .net platform" by Andrew Troelson (EXCELLENT BOOK..that has everything you will need to know about .net covered in depth!)
Rating: - Hits The Major Topics
I have thoroughly enjoyed the book and its ability to bring one up to speed with C#. He covers some very basic concepts such as structures, classes, indexers, and advanced topics such as delegates. All the constructs that one needs in order to put the language to work are detailed.
If you are looking for a quick, down and dirty book to jump start your knowledge of the language I would rate the book 5 stars.
One of the biggest challenges with OO languages is not using a procedural style when writing code. The author no doubt has a handle on the C# language. But I don't think he has a handle on OO. As the author mentions, everything in C# is class. With this in mind, I would expect to see good class design throughout the book.
My criticism, which I hope is taken with a grain of salt, is that the examples which wrap up a week's lesson are too procedural. They are spaghetti code that I personally would re-factor before publishing. There is a Main method that is hundreds of lines long with nested do's nested in if's nested in do's that are nested in if's... get the picture?
If this seems like harsh criticism, I apologize. I thought twice about writing this review until I hit is Black Jack program on about page 400.
Respectfully, A fellow techie
Rating: - Its only So So
I am a start out Programmer but I figured it would be a good book to start from. I did it for a while and I got really bored the leasons took forever. Then I tried a C++ book called WeekEnd Crash course and it was great and kept me interested if you want to do C++ instead of C# try that book
|