Five cool features in Visual Basic

1. Case tests

Test a value against a limit, a range or constants.

2. Typedefs

Create custom names for any type. Demo:

3. Object templates

Create an enumeration of any type. Demo:

4. Conditional exception handling

Exception handlers that combine type checking and logical tests. Demo:

5. XML literals

Built in support for XML. Demo:

Comments

2 responses to “Five cool features in Visual Basic”

Leave a Reply

Your email address will not be published. Required fields are marked *