In this chapter, I describe the key features that Visual Studio provides for developing ASP.NET Core MVC projects. Table 6-1 summarizes the chapter.
Table 6-1. Chapter Summary
Problem | Solution | Listing |
---|---|---|
Add packages to a project | Use the NuGet tool for .NET packages and Bower for client-side packages | 6-8 |
See the effect of view or class changes | Use the iterative development model | 9–11 |
Display detailed messages in the browser | Use developer exception pages | 12 |
Get detailed information and control about application execution | Use the debugger | 13 |
Reload one or more browsers using Visual Studio | Use Browser Link ... |