January 2003
Beginner
696 pages
16h 38m
English
| Q1: | What are the caveats, if any, when working with C# versus Visual Basic .NET? |
| A1: | Visual Basic .NET is a very developer-friendly language, and many of the features of the language are what make it the most widely used programming language in the world. If you're going to develop in C# and have never programmed in C or Java, remember that the language is case sensitive, statements must be terminated by a semicolon, and expressions must be enclosed in parentheses when they're being evaluated. Other than those three items, the rest should be pretty straightforward as you learn to use the language. |
| Q2: | I'm looking at the help file for C#, and I see unsigned numbers, such as Uint16 and Uint32. Why didn't you mention them in your discussion on ... |
Read now
Unlock full access