From the course: Visual Basic Essential Training

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

What applications can you create?

What applications can you create? - Visual Basic Tutorial

From the course: Visual Basic Essential Training

What applications can you create?

- [Instructor] Console applications provide an easy introduction for learning a programming syntax. For real applications, there are better choices. Because Visual Basic uses the .NET foundation classes, we have access to thousands of .NET types and dozens of project types. You can find the list of project types here in File, New, Project, we'll filter to Visual Basic, and then in this last dropdown is a filter for looking at specific project types. Now, there are about 25 project types listed here. Not all of them have templates for Visual Basic Code, but there are still plenty of choices. Let's start with Cloud. Use these project types to build Azure-specific items. Azure is Microsoft's Cloud services. Next, we'll look at Desktop. You won't be surprised to learn that there are lots of desktop project templates available. After all, Microsoft likes programmers to build Windows applications. This top item is called Windows Forms App. This has a long history in enterprise development…

Contents