Chapter 8: Web Tools and Hot Reload
Visual Studio has many tools to work with .NET applications and all the Microsoft ecosystem, but it also has many tools for other programming languages and technologies. This includes web development technologies such as JavaScript, CSS, and HTML.
In Visual Studio 2022, there are also some new improvements that help us to code faster on the frontend side. This means design tools for web developers that work with CSS, JavaScript, and HTML. With these tools, you don't need to use other editors or IDEs to complete your activities while working with these technologies.
In this chapter, you will learn about web tools in Visual Studio, and how to take advantage of them and simplify when we are developing some common statements. These tools will help you to generate code automatically, install and specify a version of web libraries, inspect the code in JavaScript, and refresh the application automatically to see the changes in real time.
...