This chapter is from the book
Summary
This hour covers the various options for configuring how your web application will compile and interact with the web server. You have learned how to build a .csproj file and have seen some of the most important configuration options for a project. You have learned how to get started with the NuGet package manager, where to find NuGet packages, and how to reference them in your application. Finally, you have learned how to customize the commands that interact with your project by using a Program class.