A topic that was on my imaginary “C# Wishlist” until I found out
1) why it’s a bad idea and
2) how to implement it with techniques C# already provides.
So the series should really be called “Virtual Static Interface Methods in C# – and why you do not need them” 😉
Introduction
Virtual Static Interface Methods in C# – Introduction
First Implementation
Virtual Static Interface Methods in C# – Implementation
Updated Implementation