Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Inside C#, Second Edition

Inside C#, Second Edition

List Price: $49.99
Your Price: $32.99
Product Info Reviews

<< 1 2 3 4 5 6 .. 11 >>

Rating: 4 stars
Summary: Very Good Start for Understanding Concepts and Techniques.
Review: The Author has description for narrating the Concepts and it is well organized. Especially he has covered topics like Attributes and Interfaces. You have to pay a close attention to highlight the hidden important notes/rules. (He should have put those lines on BOLD). Other wise this is a very good book to start learning C#. This book also has a softcopy of the entire book that I found very useful. I would definitely recommend this book.

Lawrence Paranidharan
IL - USA

Rating: 3 stars
Summary: Inside C# -- A Hollow Inside
Review: The title, "Inside C#," couldn't be more appropriate, which can be a double edged sword. When it says "C#" it means C# and C# alone. You must have knowledge and understanding of the Microsoft .NET Framework before you can fully comprehend and appreciate what this book has to offer. You must also have prior programming experience. This book does not even touch either of these prerequisites, so if you don't have both of them, this book is not for you.

This book is for those who want to go "Inside" the C# programming language itself, the in-and-outs, nuts-and-bolts, guts of what C# does and why C# does what it does. This book is for people who want to learn the abstract features of C#, but it will not teach you C# itself. The code samples are few and poorly explained, and the how-to's are completely absent.

To sum it up, if you want to learn how-to program C# this book is not for you. If you want to learn the nuts-and-bolts, behind the scenes reasoning, and abstract features behind C# then this book is an excellent source of information.

Rating: 5 stars
Summary: This book taught me C#
Review: I've been a VB developer for years and I knew a little about C# syntax when I picked up this book. I read this book cover-to-cover while on a vacation and I've been successfully coding in C# ever since my return. It touched on all the topics I needed to know to get started.

Rating: 4 stars
Summary: Great for beginners to C# with C++ experience
Review: This book is great for the C++ programmer looking to make the transition to C#. The book assumes basic programming knowledge and concepts with no previous experience in C#. Covers the basics as well as a few advanced topics. Great for those looking to begin their C# career.

Rating: 1 stars
Summary: Not a good learning source
Review: Unlike Programming .NET, this book is simply too unstructured.
The author have a good sense of humor to mix platform specific details with its language specifics and expect learners to figure it out themselves. The code illustrations are some of the cryptic wordings I've seen so far giving me the impression that the author is trying to impress rather than to deliver.

If you get this book, be prepared to look elsewhere for additional resources from other sites like [website] or MSDN etc. Just my two cents.

Rating: 4 stars
Summary: Excellent for bringing you up to speed.
Review: If you're an experienced programmer just becoming acquainted with C#, this book is perfect. I found it very helpful in understanding the basics behind how C# works, and why it works the way it does.

Another excellent benefit of this book is the effective presentation. I can take the code samples, the text, and build test applications to explore the new technologies. I especially enjoyed the level of detail with the discussions on the MSIL and how what I do is represented in the MSIL.

Even if you're not an experienced developer, I highly recommend this book. It's not a step-by-step book by any means, but with a bit of work, you'll come to learn and appreciate what C# has to offer.

Rating: 4 stars
Summary: A good C# book right from the horses's mouth
Review: Although many people always want to dislike any book Microsoft publishes you have to realize one unargueable thing: It's the best source of official information, especially if you are studying towards a MS certification.

With that said I can say this book will help you learn C# but it probably isn't the best way to learn if you've never written C# or C/C++ code bofer as you might want to pick another book such as "C# Step by Step" which is alos by MS publishing.

Rating: 5 stars
Summary: A great intro to a fun language
Review: If you're looking for the Kernigan & Ritchie equivalent of C#, then look no further. Tom Archer describes the C# language concisely and accurately, and even makes comparisons to C, C++, and Java, to help those making the transition.

He describes everything: namespaces, classes, inheritance, interfaces, delegates, events, multithreading, and COM interoperability. What's great is that he does everything on the command line -- not a single Windows form, not even a message box. This allows him to focus on the language itself.

He even explains why the design team at Microsoft made certain decisions. For example, why use a garbage-collection system instead of a reference counting system? He describes the thought processes that went on at Microsoft, which is a really nice touch. His style is very easy and conversational, and I had a great time reading it.

There were a few areas which I would have liked him to explain in greater details (threading, for example), but considering that he had to learn the language while writing about it, he did a superb job.

Rating: 5 stars
Summary: Very good book
Review: This book, in my humble opinion is the best book about the C# language, period.
It explains well all the aspects of the C# language, with a twist, in almost all the chapters the authors delve in IL code, to show us the real work performed by the C# compiler and to really understand what is really happening and why it's happening. If you really didn't care about performance of your applications in the managed world, this book perhaps will be an eye opener for you, rest assured. For the performance lover, the authors strive many times to increase the quality of generated IL code, leading us to be much more proficient with the C# language and far more competent. This book will teach also to love the ILDASM tool, that is if you already don't love it ... it's a great teaching aid and great tool to discover eventual tricky problems.
The book have a lot of code snippets to help clarify the concepts and this aspect works very well, at least for me , it reinforced well the author's explanations, so this in conjunction with the IL snippets sprayed along the entire book is definitely a KILLER teaching aid .. The authors also are constantly comparing the language and the concepts with existing technologies like COM , MFC and C++ , this helped me a lot because my background is from these technologies, for the readers that don't have this background but have some experience don't worry because you will learn well too, for the beginners the book is a bit more head-scratching because of the constant low-level and high-level switching view, but this isn't an disadvantage, be rest assured that you have a good book to learn from and that will give you solid foundations on the C# language and prepare you to use C# in real world scenarios and with greater confidence; so I recommend this book to all levels of programmers with some programming experience.
I liked all the chapters, but my favourite ones were all from Advanced C# part, like Deterministic finalization and the Dispose pattern, Pinning and memory management, Using COM from C# applications, .NET components in unmanaged code, etc, but all of them offer valuable insight in all the C# language aspects.
Concerning the authors, I only talked with Tom Archer, and let' me say that the author is a extremely accessible and helpful person that tries to answer any kind of question that perhaps you had any doubt about it, even when he is terribly occupied, this a great added value to this great book, so this IS NOT that kind of book in which you are left alone in the dark if that worries you.

Rating: 2 stars
Summary: Some chapters are wonderful, others aren't worth reading
Review: 1) Chapters 1 through 11 seem okay, but the rest simply don't make the grade. The chapter on Delegates and Events is too shallow, and some of the claims made by the author are totally incorrect. (for example: "an event delegate must be defined as taking two arguments") Strongly recommend skip this chapter altogether, instead, try reading through online doc, which gives a much better definition and explanation.

2) User-defined conversion example is horrible, the whole section should be better eliminated than confusing the reader.

Bottom line: the authors apparently didn't do their homework well,and just rushed out the book for marketing purposes, so watch out for errors and false statements throughout the book.


<< 1 2 3 4 5 6 .. 11 >>

© 2004, ReviewFocus or its affiliates