Cursor Review - AI-Powered Code Editor
Cursor is a code editor built around AI, designed to boost your productivity without getting in your way. Here’s why you should give it a spin: Key Features AI-Powered Coding Assistant Cu...
Cursor is a code editor built around AI, designed to boost your productivity without getting in your way. Here’s why you should give it a spin: Key Features AI-Powered Coding Assistant Cu...
Visual Studio has introduced a convenient new feature that enhances breakpoint management. Developers can now export and import breakpoint groups, allowing for efficient debugging across multiple p...
The Azure Poor Formatter is a powerful Visual Studio Code extension that brings enhanced T-SQL formatting capabilities to Azure Data Studio. Built on the Poor Man’s T-SQL Formatter, it offers compr...
Visual Studio 2022 has introduced a game-changing feature: Code Cleanup on Save. This feature is particularly valuable for teams dealing with build failures caused by unnecessary using statements. ...
Enhancing productivity in Visual Studio can significantly improve your coding efficiency. Here are some of my favorite tips and shortcuts that have made a noticeable difference in my daily workflow...
UUID v7 in .NET 9 With the release of .NET 9 Preview 7, Microsoft introduces native support for UUID version 7 (UUID v7), expanding the capabilities of the System.Guid class beyond the traditional...
Snapshots in Azure Data Studio Overview DbSnapshotCreator is a valuable extension for Azure Data Studio that simplifies the process of creating, managing, and reverting database snapshots. Databas...
Recently, we analyzed the impact of Roslyn analyzers on the build time of our solution. As you can see, the SonarAnalyzers took a significant amount of time during the build—over 7 minutes—while...
Tutorial: Write Your First Analyzer and Code Fix Recently, we explored how to write custom Roslyn analyzers and discussed their potential applications in our daily work. This post summarizes our f...
The httpgenerator is a .NET global tool that generates .http files from OpenAPI (Swagger) specifications. The .http file format was popularized by the REST Client extension for Visual Studio Code a...