
[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 …
ReadOver time, one developers techniques and habits that “just workâ€. In this post, I would like to share with you a set of base classes that I’ve been using and …
ReadA collegue of mine at my current project in NRK showed me how to use the dynamic keyword in C# to perform dynamic casting from a base type to a …
Read