
Broken name suggestions in VS2019
This post details how I fixed an issue in Visual Studio 2019 where variable name suggestions were completely wrong. It may help you, and it may not. Anyways here goes …
ReadMy shared experiences and advice in software
This post details how I fixed an issue in Visual Studio 2019 where variable name suggestions were completely wrong. It may help you, and it may not. Anyways here goes …
ReadIf you haven’t yet heard about the ESP8266 then it’s time for you to wake up and get serious! This little beauty is a seriously low-cost WiFi chip with a …
Read(It is started!) Project Water my Plants has begun. This blog post marks the arrival of the first bits of electronics, and provides a simple overview of how the getting …
ReadIn a recent project, I had the need to implement multiple interfaces in a single Repository class public class UsageStatisticsRepository : DbContext, IApiKeyCounter, IIpAddresssCounter { // … } We …
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 …
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