Tag: C#
All the articles with the tag "C#".
Using C# Enums with Flags Attribute
Published: at 04:24 AMA guide on using C# Enums with the Flags attribute for bitwise operations, including best practices and limitations of bitwise shifting.
Execute .csx as a Task in VSCode
Published: at 06:18 AMLearn how to configure Visual Studio Code to execute C# scripts (.csx) as a task using a custom `tasks.json` configuration.
Fun Algorithm
Published: at 09:38 AMA fun algorithm that checks for single mismatches between strings and recursively finds matching pairs.
Write Fast C# Code
Published: at 11:51 PMKey performance tips and optimization techniques to write fast C# code.
.NET or C# Reference Links and Code Snippets
Published: at 10:43 AMA list of useful C# and .NET resources with links to documentation, code examples, and utilities for developers.