VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get ready for VB.Net The good stuff #1


Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

Microsoft Visual Studio.net (v.7.0) Including the awesome new Visual Basic.net language is now available. VB is now 100% object oriented, threads are now available, no more runtime libraries etc. Check out this small article with a screenshot to learn the basics of the new stuff in VB.NET ...

Rate Get ready for VB.Net The good stuff #1

The new Visual Studio.net (v.7.0) comes with a brand new user interface. 
As shown above, you now switch between your code and design view, by clicking the appropriate tab. You can switch between open forms (now called Windows Forms) by selected the appropriate tab.
Variables have changed, f.ex. the good old integer variable is now called short. The long variable is now called integer!!! You can not use variables without defining them first (Developers who used the option explicit statement are familiar with this). A new powerful feature is presented in VB.NET, you can now declare a variable with a value in it. This is similar to the old C++ from Visual Studio 6.0.
Statements like on error goto are now history. Instead we have the Try statement which is very similar to the one we have in Delphi.
Another great feature in .Net is the collapse option in the code view. When writing complex application you may get lost in spagetti code. Now you can collapse classes, functions, procedures, scopes etc. This enables you to keep a better track of your code. An example of this is shown above.
Typecasting is now available in .Net. We can no longer pass integer values to strings without typecasting. At first this sounds boring and dreadful but this prevents mistakes so this is really a great new feature.
.net provides us with better access to memory.
Overall VB.Net is going to make us, the VB programmers, the most valuable programmers on the market and will enable us to write killer applications in no-time.
With greetings from Iceland,
MrHippo,

Download this snippet    Add to My Saved Code

Get ready for VB.Net The good stuff #1 Comments

No comments have been posted about Get ready for VB.Net The good stuff #1. Why not be the first to post a comment about Get ready for VB.Net The good stuff #1.

Post your comment

Subject:
Message:
0/1000 characters