Summary
Now, you are ready to take advantage of the web tools in Visual Studio to code faster and improve the quality of your code. With scaffolding, we have the possibility to create components for an MVC model easily. Visual Studio generates the code using a template with simple sample code.
You also learned how to include JavaScript and CSS libraries using the tools included in Visual Studio. Using these tools, you know how to select the right version of the library and upgrade dependencies in the future.
If there is an issue or strange behavior in the code, you can now use JavaScript debugging to analyze the code deeper and execute the code step by step, inspecting the values of the variables and workflows.
Finally, you learned how to use hot reload in Visual Studio 2022 to refresh the application when you are debugging and see the changes performed in the code in real time.
In Chapter 9, Styling and Cleanup Tools, we will continue learning about tools included in...