
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 …
ReadThis is a reminder to myself more than anything else. It is not often that I get to greenfield a new project. Most of the time, the solution already exists, …
ReadThis 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 …
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 …
ReadThis is the second blog post of my project WaterMyPlants. You can find the first blog post here Introduction This time, I just wanted to share a little about the …
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 …
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 …
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 …
Read