C# & VB.NET Conversion Pocket Reference

  Author:    Jose Mojica
  ISBN:    0596003196
  Sales Rank:    578294
  Published:    2002-04
  Publisher:    O'Reilly
  # Pages:    144
  Binding:    Paperback
  Avg. Rating:    5.0 based on 9 reviews
  Used Offers:    10 from $8.07
  Amazon Price:    $9.95
  (Data above last updated:  2008-09-06 05:54:53 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
C# & VB.NET Conversion Pocket Reference
  
Though most programmers use two or more languages, they usually have a mastery of one. Although Microsoft has advertised that the .NET runtime is language agnostic and that C# and Visual Basic .NET are so close that switching between the two is really quite easy, that's only true up to a point. Some of the differences are obvious, but others are very subtle. "C# & VB.NET Conversion Pocket Reference" helps you easily make the switch from one language to another.

The differences occur in three main areas: syntax, object-oriented principles, and the Visual Studio .NET IDE. Syntax concerns the statements and language elements. Object oriented differences are less obvious, and concern differences in implementation and feature sets between the two languages. IDE differences include things like compiler settings or attributes. There is also a fourth area of difference: language features that are present in one language but have no equivalent in the other. These unique language features are also covered in this book.

"C# & VB.NET Conversion Pocket Reference" is a perfect companion for documents and books that don?t have examples using your mastered language. Author Jose Mojica expects that you know one of the two languages, but does not make an

assumption about which one. He presents the information in a

language-neutral point of view so that programmers from either background can read a section and feel that it is targeted to them.

                  Reader Reviews 1 - 14 of 14                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
11-05-05 4 0\1
(Hide Review...)  Just waiting for version 2
Reviewer Permalink
Jose, you listening?

I've worn out two copies of this over the years even though some of it went obsolete with 1.1 in 2003 (such as VB7.1/2003 fully supports inline index initialization in For Loops such as 'For i *AS INTEGER* = 0 to col.count-1' where in VB7.0 - and the book - only with v1.0 did you have to declare the i variable outside of the loop).

I really hope that you get a chance and O'Reilly sees the profit potential of putting out this wonderful pocket reference in it's same form factor with updates to cover changes like the one above and also new CLR features in 2.0 such as Generics.

Till then I'll still be recommending thsi little guy, but at the same time I have to remember to recommend it be taken with a lot of grains of salt.
(Review Data Last Updated: 2006-12-21 13:46:19 EST)
06-01-05 5 2\2
(Hide Review...)  Great for experienced VB.NET Programmers
Reviewer Permalink
This is a great book to start programming in C#. I have been programming in VB.NET for over three years and this book has been very helpful while making the transition from VB to C# and every time I am going from one language to the other. It is nicely organized and you can quickly find the information and exmaples you need to start working.I definitely recommend this book. I got it (...)at my local bookstore and it is worth alot more than that.
(Review Data Last Updated: 2007-04-11 12:49:30 EST)
05-31-05 5 2\2
(Hide Review...)  Great for experienced VB.NET Programmers
Reviewer Permalink
This is a great book to start programming in C#. I have been programming in VB.NET for over three years and this book has been very helpful while making the transition from VB to C# and every time I am going from one language to the other. It is nicely organized and you can quickly find the information and exmaples you need to start working.I definitely recommend this book. I got it (...)at my local bookstore and it is worth alot more than that.
(Review Data Last Updated: 2007-04-11 12:43:54 EST)
01-19-05 5 5\5
(Hide Review...)  Excellent Reference and Useful for Learning Both Languages
Reviewer Permalink
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.
(Review Data Last Updated: 2007-06-24 10:29:48 EST)
01-18-05 5 3\3
(Hide Review...)  Excellent Reference and Useful for Learning Both Languages
Reviewer Permalink
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.
(Review Data Last Updated: 2006-07-07 13:06:57 EST)
01-08-05 5 1\1
(Hide Review...)  Great Pocket Reference
Reviewer Permalink
This is a great pocket reference for those of us who go back and forth between C# and VB.NET. It is also good for those who do not have to do that, but want to know the differences.

Granted, much of the .NET platform allows almost line-for-line conversion between languages, but there are many syntax differences. This book covers those for these two languages, as well as a special section of significant differences between the languages (in addition to the item-by-item coverage).

This is a handy little book, but because it is little, it sometimes slides to the back of the bookshelf (between two larger books). Still, well worth the price and peace of mind.
(Review Data Last Updated: 2007-06-24 10:29:48 EST)
01-07-05 5 (NA)
(Hide Review...)  Great Pocket Reference
Reviewer Permalink
This is a great pocket reference for those of us who go back and forth between C# and VB.NET. It is also good for those who do not have to do that, but want to know the differences.

Granted, much of the .NET platform allows almost line-for-line conversion between languages, but there are many syntax differences. This book covers those for these two languages, as well as a special section of significant differences between the languages (in addition to the item-by-item coverage).

This is a handy little book, but because it is little, it sometimes slides to the back of the bookshelf (between two larger books). Still, well worth the price and peace of mind.
(Review Data Last Updated: 2006-07-07 13:06:57 EST)
06-30-04 4 1\1
(Hide Review...)  Good book
Reviewer Permalink
This book has been a lot of help for me. I came from an all C# programming background and took a job as a VB.NET programmer. With what I already knew, and this book as a reference I was programming VB.NET almost as well as I had programmed C# the very first day.

This book is a very handy tool for anyone to have especially for the price. My one compliant is that there is no index but you can quickly get use to thumbing though to find what you need in a hurry.

(Review Data Last Updated: 2007-06-24 10:29:48 EST)
06-29-04 4 (NA)
(Hide Review...)  Good book
Reviewer Permalink
This book has been a lot of help for me. I came from an all C# programming background and took a job as a VB.NET programmer. With what I already knew, and this book as a reference I was programming VB.NET almost as well as I had programmed C# the very first day.

This book is a very handy tool for anyone to have especially for the price. My one compliant is that there is no index but you can quickly get use to thumbing though to find what you need in a hurry.

(Review Data Last Updated: 2006-07-07 13:06:57 EST)
07-30-03 5 7\7
(Hide Review...)  Very good book!
Reviewer Permalink
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.

(Review Data Last Updated: 2006-07-07 13:06:57 EST)
05-28-03 3 2\2
(Hide Review...)  Nice, but not complete at all
Reviewer Permalink
This book is really nice, and i do use it, but especielly the lack of a index is a pain in the royal ... Also, there are to many things missing. And yes, i know it is a pocket book, but still. But OK - i use it a lot so ok book, 4 stars if it had with an index.
(Review Data Last Updated: 2007-07-10 18:10:16 EST)
05-02-03 4 1\1
(Hide Review...)  Wonderful reference, but ...
Reviewer Permalink
I agree with the other two reviews I've seen on this book so far, but I have one thing to add: the book would be easier to use if it had an index. Other than that, the book is just right.
(Review Data Last Updated: 2006-07-07 13:06:57 EST)
10-01-02 5 2\2
(Hide Review...)  Small Concise: A Great Reference
Reviewer Permalink
If you want to be fluent in VB.NET and C# this 139 page reference is a "must have." The author contrasts the two languages clearly and quickly. Note: This is a very nicely written quick reference, but is not a textbook. Nevertheless, I wouldn't be without it!
(Review Data Last Updated: 2006-07-07 13:06:57 EST)
04-30-02 5 13\13
(Hide Review...)  Another great Pocket Reference from O'Reilly
Reviewer Permalink
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).

(Review Data Last Updated: 2006-07-07 13:06:57 EST)
  
                  Reader Reviews 1 - 14 of 14                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)