Blog

Roslyn Analyzer - writing the code fix (Part 3)

A step by step guide to writing an analyzer code fix


Read more...


Roslyn Analyzer - writing the analyzer (Part 2)

A step by step guide to writing an analyzer


Read more...


Roslyn Analyzer - explained (Part 1)

An introduction to Roslyn Analyzers, what they are and how they are useful


Read more...


Multiple implementations of same interface - the options

Different methods of registering the same interface with multiple implementations using .NET dependency injection


Read more...


Useful Visual Studio keyboard shortcuts

Be up to 20% more productive!


Read more...


C# String vs string

Which to use? Does it matter?


Read more...