Granica LukaszExploring New Code Analyzers in .NET 9Code analyzers are powerful tools in the .NET ecosystem that help developers write cleaner, more efficient, and more maintainable code…Nov 16
Michael HeadC# Scripting with RoslynWhen you think of scripting languages, you generally think of JavaScript, Python, Ruby, and PHP. But why not C#?Sep 30, 20231
Tech BeastVisual Studio 2022: Customize Roslyn analyzer rulesEach Roslyn analyzer rule, or diagnostic, has a default severity and suppression state that you can customize for your project. This…Oct 13Oct 13
Samet KayıkcıAutomating Anti-Forgery Protection in ASP.NET 8 MVC ApplicationsHi everyone!Oct 12Oct 12
In.Net Programmingbysharmila subbiahUnderstanding .NET Compiler Platform (“Roslyn”) AnalyzersThe .NET Compiler Platform, commonly known as “Roslyn,” provides a rich set of APIs that enable deep analysis of C# code. Roslyn Analyzers…Jun 26Jun 26
Granica LukaszExploring New Code Analyzers in .NET 9Code analyzers are powerful tools in the .NET ecosystem that help developers write cleaner, more efficient, and more maintainable code…Nov 16
Michael HeadC# Scripting with RoslynWhen you think of scripting languages, you generally think of JavaScript, Python, Ruby, and PHP. But why not C#?Sep 30, 20231
Tech BeastVisual Studio 2022: Customize Roslyn analyzer rulesEach Roslyn analyzer rule, or diagnostic, has a default severity and suppression state that you can customize for your project. This…Oct 13
In.Net Programmingbysharmila subbiahUnderstanding .NET Compiler Platform (“Roslyn”) AnalyzersThe .NET Compiler Platform, commonly known as “Roslyn,” provides a rich set of APIs that enable deep analysis of C# code. Roslyn Analyzers…Jun 26
Enescan BEKTAŞUsing Source Generators in the Unity Game EngineWhat is a Source Generator?Dec 29, 20225
Harish JesurajanUnlocking the Power of C# Code Rules with RoslynEver wondered how you can enhance the quality of your C# code? Well, the answer lies in Roslyn, the C# Compiler, equipped with a set of…Jan 14
Lyron FosterDynamic Code Generation and Compilation in C#: Building a Scripting EngineDynamic code generation and compilation can open up a world of possibilities for your C# applications. In this tutorial, we’ll explore how…Nov 8, 2023