Summary
In this chapter, we have learned about the different tools that Visual Studio has for frontend and backend developers.
We learned how CSS3 snippets can help create cross-browser compatible styles quickly. Likewise, hierarchical CSS indentation helps to keep styles readable. Also, the color picker can help to select colors quickly, and we have also seen how IntelliSense is present when we need to edit CSS files, and finally, how the image editor provides useful tools if we need to make basic edits to our images.
In the case of code analysis, we have learned how code quality analysis can help us to have safe and reliable code, while code style analysis helps us to maintain a nomenclature whether we are working individually or with a team of developers.
In Chapter 10, Publishing Projects, you will learn the most common ways to publish web projects on different platforms.