Compiling and Building Your Project

You’ll compile and build at every step of project development to check that your code is correct and that your application behaves as you expect it to. The initial active project configuration builds your application with debugging information, so that you can easily debug any errors you discover. You can specify a different project configuration to be built by default.

The development environment provides several enhancements to the build process, including:

In addition, there are many ways to optimize the build process, including:

Suggested Reading