
New Feature in C# 13: Params Collections
New Feature in C# 13: Params Collections C# 13 introduces a significant enhancement to the params keyword with the new “params collections” feature. This new functionality provides developers with...
New Feature in C# 13: Params Collections C# 13 introduces a significant enhancement to the params keyword with the new “params collections” feature. This new functionality provides developers with...
New Feature in Visual Studio 17.12: Custom Colors for Collapsed Text Indicator Visual Studio 17.12 introduces an exciting new feature that allows developers to customize the colors of the collapse...
Exploring New Code Analyzers in .NET 9: Automatic Refactoring for Better Code Code analyzers are powerful tools in the .NET ecosystem that help developers write cleaner, more efficient, and more m...
Understanding the Main Section of .editorconfig As part of our Code Cleanup series, let’s dive into the core configuration options in .editorconfig. Understanding these settings is crucial for main...
Code Cleanup Series Part 1: Enforcing Code Style with .editorconfig and Static Analysis in .NET In the world of software development, consistency is key. Maintaining a uniform code style across a ...
Visual Studio Code is bringing in the big AI guns, adding support for Anthropic’s Claude 3.5 Sonnet, Google’s Gemini 1.5 Pro, and OpenAI’s o1-preview. Here’s why that’s huge: Powerful AI L...
Select All Matching Strings with ALT+SHIFT+.: A Handy Visual Studio Shortcut Visual Studio just made editing repetitive code faster with a new shortcut: ALT+SHIFT+. Now, you can select all instanc...
Big news! JetBrains Rider is now free for non-commercial projects. Here’s why that rocks: Top-Tier Tools, Zero Cost No more scrimping on features! Students, hobbyists, and indie devs get a...
We had a problem last week to find out why specific project has reference to IdentityServer4, it wasn’t added as direct reference to this project, but it was transient reference. Easiest way to ver...
Visual Studio just added a long-awaited feature to its debugger: inline return values for return statements. Here’s why this small change is a big win for devs: Instant Insight at Return Poi...