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.
Create a console project in Visual Studio - Visual Basic Tutorial
From the course: Visual Basic Essential Training
Create a console project in Visual Studio
- [Instructor] For this chapter, I'll use this empty folder to create my project files. So I'm in the cloned repository, which on my computer is this vb essential training folder, then in the code folder, and then in chapter three. Real applications are comprised of many individual code files. Visual Studio uses a project-based approach, which provides a structured way to load, organize, and configure our application code and settings. When you start a new Visual Studio session, this is the start screen. We have several options for getting started. One is to create a new project. Another alternative is to open an existing project. For this example, I'll continue without code. That takes me to the main interface for Visual Studio. Now, from here to create a new project, we go to file, new, project. Each project has an important file known as the project file that contains a list of information about the project, code dependencies, build settings, and a lot more. For Visual Basic…
Contents
-
-
-
-
-
(Locked)
Optimize the Visual Studio settings1m 55s
-
(Locked)
Create a console project in Visual Studio4m 2s
-
(Locked)
Projects and solutions2m 5s
-
(Locked)
Examine the template structure and code1m 45s
-
(Locked)
How the editor enhances our code3m
-
Use the auto suggestions when editing5m 21s
-
(Locked)
Compile the project code2m 9s
-
(Locked)
Run the example code from Visual Studio2m 28s
-
(Locked)
Run the example code with a debugger2m 23s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-