July 2015
Intermediate to advanced
1300 pages
87h 27m
English
Visual Studio provides two default possibilities for compiling your projects. Both of these possibilities are represented by configurations. By default, Visual Studio offers two built-in configurations:
Debug—When the Debug configuration is active, the Visual Basic compiler generates debug symbols that the Visual Studio debugger can process. Without these symbols, you cannot debug your applications with the Visual Studio debugger.
Release—The Release configuration basically excludes debug symbols from the build ...