Coding C# with C#
Details
Remembering every step of a coding pattern opens the door to mistakes. We're human after all (or an LLM trained on human written code). Thankfully we can write C# code that helps us write our C# code. C# Roslyn Analyzers, Roslyn Code Fixes, and even Source Generators can help us automate the code we write.
In this session we'll review the basics of those aforementioned features built into C# for codifying our code. We'll also take time to discuss the pros and cons of those features to understand when it's beneficial to codify our code or not.
