Most Helpful Customer Reviews
|
|
15 of 15 people found the following review helpful:
5.0 out of 5 stars
Another great Pocket Reference from O'Reilly, April 30, 2002
I noticed before writing this review that someone had recommended "The .NET Languages: A Quick Translation Guide" instead of "Converting VB.NET & C# Pocket Reference". Having browsed through "The .NET Languages: A Quick Translation Guide" at the book store, it is certainly a good book, but there is nothing "quick" about it. At 400+ pages it's really more of an overview and less of a "quick translation guide".If you are looking for a truly pocket sized conversion guide between C# and VB.NET, I would strongly suggest Jose Mojica's "Converting VB.NET & C# Pocket Reference". This book is in contrast to some of the larger "overview" style books, as it is a reference guide weighing in at around 100 pages. The book is great for developers that have a fair grasp of VB.NET and/or C# and don't want or need lengthy instruction, but rather a quick alternative to searching the .NET help system or looking for code examples on the web. The format is very straightforward and simple. Every topic includes a brief, but concise explanation and is enhanced with occupying code examples. The code snippets, in most cases, almost speak for themselves. Often the examples are in a rapid-fire "here's what it looks like in C#, here's what it looks like in VB.NET" style. Typically, the topic or keyword being covered will appear in the code in bold, adding to their readability and usefulness. My only complaint with the book is that I had expected to see an appendix section with a keyword comparison similar to the ones found in the .NET help. It would have been convenient to those of us too lazy to print that section out ourselves. Overall, this is the best book I've seen if you are a developer looking for a quick conversion reference when working in a mixed C#, VB.NET environment (which could include just about anyone working with .NET today).
|
|
|
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Excellent Reference and Useful for Learning Both Languages, January 18, 2005
There are at least two advantages to knowing both languages.
- Understanding sample code and examples.
- Flexibility on multi-language projects.
I'm from a C++ background in the bad old days before .NET, but now I'm equally comfortable in either C# or VB.NET, largely due to this book.
Exclusive of conversion between the two langauges, it's also the best quick reference I have for either. Many times I've continued to search for my copy rather than turn to another source. Now I also subscribe to it on Safari, and when my hardcopy falls apart I'll probably buy another one.
It would be nice if it had an index, but I'm still giving it five stars since as far as I know there is no adequate substitute.
|
|
|
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Very good book!, July 30, 2003
By A Customer
I picked up this book on a fling... but I am amazed at how useful I've found it. Most book authors today are gauged (by the publishing houses) according to the number of pages they turn in. This book on the other hand tries to squeeze a lot of good solid information into a small space without beating the topic to death.It goes over some of the core differences of VB.NET and C# making not just a valuable reference in conversion between the two, but amazing for learning both languages if you're coming from a high level language (I'm a very strong VB programmer). Within a few minutes I learned how to build classes in both C# and VB.NET from this book. About 10 minutes later I had basic Overloading and Inheritance down. Granted, this book won't teach you what Inheritance is, but if you already know it your only problem is to learn the syntax and this book gives you the syntax quickly. Another cool thing about this book is that it quickly also shows you what's WRONG with the languages at the IL level and will give you a quick bit of info about things that can cause problems (i.e., case sensitivity in C# which allows you to write functions that would result in ambiguous interpretation in VB.NET) Remember: this book won't tell you what object oriented design is and won't tell you how to build an n-tier app in .Net, but it will teach you how to write a class in C# and VB.NET in about 1 minute :-) Its just as helpful to learn the basics, such as loops, indexing, calling conventions, etc... If you are already good in high level languages and have gotten dropped head first into .NET, get this book and keep it nearby.
|
|
|
Most Recent Customer Reviews
|