
[C#] Internal classes and generic unit-testing baseclasses
This is another blog post in the series of “Things that gave me plenty of grief, but eventually got solved”. I was working on a component that utilizes the Azure …
ReadMy shared experiences and advice in software
This is another blog post in the series of “Things that gave me plenty of grief, but eventually got solved”. I was working on a component that utilizes the Azure …
ReadIn a recent project, I had the need to implement multiple interfaces in a single Repository class public class UsageStatisticsRepository : DbContext, IApiKeyCounter, IIpAddresssCounter { // … } We …
Read