Best of Visual Studio — June 2023
- 1
- 2
DevBlogs·3y
Announcing C# Dev Kit for Visual Studio Code
The C# Dev Kit is designed to enhance your C# productivity when you’re working in VS Code. It works together with the C# extension, which has been updated to be powered by a new fully open-source Language Server Protocol (LSP) Host, also open source.
- 3
Community Picks·3y
Awesome SQL Code Review Tools for Developers
SQL (Structured Query Language) is a fundamental tool for managing and manipulating data within relational databases. Writing good SQL code helps you better query the database. Code review is without a doubt one of the crucial parts of software development. It can help developers improve their SQL code quality by detecting potential problems.