Advent of Code (AoC) is a once a year coding challenge that consists of 25 puzzles
over 25 days starting from December.
[Read More]
Exploring .NET 6.0 Identity
Recently I’ve been re-exploring some specific aspects of .NET 6 through a small
side-project as a way to get back into the latest and greatest of the .NET
world.
[Read More]
Adventures with Roslyn .NET, Part 3 (Final) - The Fix Provider
Welcome to the final part of our Roslyn Adventure where we will cover the
simple fix provider for our sample problem presented and analyzed in the
previous two parts:
[Read More]
Adventures with Roslyn .NET, Part 2 - Analyzer
The previous part of this series served as an introduction to both Roslyn in
general and the problem statement, the code smell we will try to tackle with our
Roslyn Extension.
[Read More]
Adventures with Roslyn .NET, Part 1 - Intro
I recently started reading up on the subject of the .NET Compiler Platform and SDK
(aka Roslyn) and all the things you could do with it in terms of
code quality, analyzers and code fixers.
[Read More]