Articles by Tag #roslyn

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

C# dynamic is a trap door: stop the leaks before they spread (Must read for Dapper users)

In C#, dynamic can be handy at boundaries. The problem is that it can silently leak into places where...

Learn More 0 0Jan 14

Incremental Source Generators in .NET

As .NET developers, we’re obsessed with performance and productivity. We build robust systems, but we...

Learn More 0 0Nov 9 '25

Roslyn CodeFix for updating code

Changes are inevitable when you are working with many repositories. As your applications and...

Learn More 2 0Jul 13 '25

🚀 Roslyn UnUsed Code Remover – Clean Up Your .NET Projects with Ease

A lightweight Roslyn-based CLI tool to detect and remove unused code from your C# projects automatically.

Learn More 0 0May 7 '25

Understanding .NET Compilation: .NET Standard vs .NET Core, Roslyn vs csc.exe, and Dynamic Compilation

When working with .NET, it's crucial to understand how code is compiled and what tools are...

Learn More 1 0May 9 '25

C# Analyzers and Code Fixes: Building Developer Tools

C# Analyzers and Code Fixes: Building Developer Tools In the world of software...

Learn More 0 0Jun 26 '25

C# 14 Will Change How You Code — Here’s Why

C# 14 ships with .NET 10 and brings a set of focused, developer‑friendly improvements: extension...

Learn More 0 0Sep 6 '25