Why are we criticizing VB.NET?

A Few Changes

In my opinion, VB.NET has gained the features its always needed. Error handling has become more structured and robust. Classes have been enhanced to allow for constructors. True implementation of inheritance can now be achieved. Far better polymorphism and encapsulation is now possible. Default properties have been removed, but something different called indexed properties have been added. By getting rid of default properties we can also say goodbye to the Set directive. For a more complete understanding of the changes in VB.NET see the links at the end of the article.

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.

“C++ : Where friends have access to your private members.” - Gavin Russell Baker