C# & VB.NET Conversion Pocket Reference

C# & VB.NET Conversion Pocket Reference
Authors
Jose Mojica
ISBN
0596003196
Published
22 Apr 2002
Purchase online
amazon.com

Though most programmers use two or more languages, they usually have a mastery of one. For those who use either C# and/or Visual Basic .NET, the C# & VB.NET Conversion Pocket Reference helps you easily make the switch from one to another. It?s a perfect companion for documents and books that don?t have examples using your mastered language. The author expects that you know one of the two languages, but does not make an assumption about which one.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

Though most programmers use two or more languages, they usually have a mastery of one. For those who use either C# and/or Visual Basic .NET, the C# & VB.NET Conversion Pocket Reference helps you easily make the switch from one to another. It?s a perfect companion for documents and books that don?t have examples using your mastered language. The author expects that you know one of the two languages, but does not make an assumption about which one. 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.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”