4.1.10 How to Build and Deploy Visual Studio Projects

When you build a project it creates a binary file (either a dll or an exe) based on the project contents in a Debug folder. That Debug folder contains a bin and obj folder that contain the information on your project. The video below explains the differences between Debug and Release modes and what kinds of files they create, how to build individual projects and how to deploy an application for use. Visual Studio Building and Deployment (6:50)