From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

.NET and .NET core

.NET and .NET core - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

.NET and .NET core

- [Instructor] A Visual Basic application is a .NET application. In this video, we'll explore the parts of your application that are Visual Basic and what parts are .NET instead. Visual Basic is the code that stitches together the parts of the application. Use it to define your program flow. Use Visual Basic to define your code sections and your named sub routines and functions. Use Visual Basic to define classes and other types. And you'll employ Visual Basic to utilize all the classes and features contained in the .NET Framework. For a better understanding of .NET, let's first investigate the concept of a framework. Simply put, a framework is a development platform. Code written for a framework gets a lot of services from that framework. In the Microsoft world, there are two active .NET Frameworks that support Visual Basic applications. The Microsoft .NET Framework is the original .NET Framework. It is a mature…

Contents