C# – Creating an interface for a class automatically
10/04/21
The last few years have seen a huge proliferation of interfaces for C# classes. These interfaces are very useful for... Read more
10/04/21
The last few years have seen a huge proliferation of interfaces for C# classes. These interfaces are very useful for... Read more
09/09/20
C# 8 will ship soon with .Net Core 5, and one of the most exciting features is Source Generators. These... Read more
07/07/20
NuGet Packages are a critical part of any .Net Core project. This article offers guidance on setting up a working NuGet workflow on GitHub. Read more