
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 …
ReadLets say that you have a project in which you want to make files available in Azure Storage for a limited amount of time. This is not only possible, it’s …
Read(Storage of historical measurements) Summary / TL;DR This is the third post in the WaterMyPlants project. The first post, which describes the project in some detail is here. The second, …
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 …
ReadI had the pleasure of being invited to a late-night geek meet, hosted Novanet, a consulting company focusing on the Microsoft platform. I was invited to attend the meet by …
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