
New contextual keyword in c#
New Warning About Contextual Keyword “value” We recently encountered a new warning in SonarCloud related to the use of value as a keyword in property accessors. Initially, it was believed that val...
New Warning About Contextual Keyword “value” We recently encountered a new warning in SonarCloud related to the use of value as a keyword in property accessors. Initially, it was believed that val...
The Big News: TypeScript Goes Native Microsoft just dropped a bombshell: TypeScript is getting 10x faster with a new native compiler, and here’s the kicker—it’s being rewritten in Go. Yes, you rea...
Introduction In this article, I’ll walk you through the process of backtesting a trading strategy based on the Relative Strength Index (RSI). We’ll cover the implementation details, methodology, a...
In a recent interview on Nick Chapsas’ YouTube channel, C# Lead Designer Mads Torgersen offered a deep dive into exciting upcoming features in C#, discussing long-standing challenges and potential ...
Automating Work Item Access from Git Branches Streamlining Azure DevOps integration with local development environments helps maintain context and reduces context-switching during task transitions...
Understanding RSI and Its Application in Technical Analysis The Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements. It is used in technica...
Converting C# Namespaces to File-Scoped Using PowerShell The Problem When trying to enforce the IDE0161 rule (Use file-scoped namespace declarations) across a large codebase, Visual Studio’s built...
Code Cleanup Series: Code-Block Preferences with .editorconfig and Static Analysis in .NET In this post of our Code Cleanup series, we’ll explore the Code-Block Preferences section of .editorconfi...
Code Cleanup Series: Organizing Usings with .editorconfig and Static Analysis in .NET In this third post of our Code Cleanup series, we’ll dive into the Organize Usings section of .editorconfig an...
Customize AI Git Commit Messages with GitHub Copilot in Visual Studio In this post, we’ll explore a new feature in Visual Studio that allows you to customize AI-generated Git commit messages using...