
[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 …
ReadOne of the things I find myself doing over and over again when working in xaml-based applications is to create a ViewModelFactory based on Jeremy D. Miller’s StructureMap. All my …
ReadI recently came across the need to write a console application that can take a CasperJs script (or folder) and run it with console output on. I wanted to make …
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