Hello and welcome In today's post, we will discuss mocking/stubbing lambda expressions so that we can have a bit more control over our unit tests. Keep in mind that I'm by no means versed in expression trees so I will try my best to explain. What is an Expression and how to use it Going … Continue reading Mocking LINQ Expressions
Year: 2020
The rise of the Null-Object pattern in C# 8
Hello and welcome, As I probably mentioned in some of my older posts, I'm a big fan of code restrictions that can be imposed by the IDE. I think this is a reason why stylecop was/is so popular (I don't know since I mostly use Rider nowadays and Resharper for Visual Studio). Because of this, … Continue reading The rise of the Null-Object pattern in C# 8
Online scams and what to watch out for
Hello and welcome 🙂 Today I wanted to discuss something that I encountered recently with (possible) online scammers and I wanted to give you some tricks and tips as to how to avoid or at least be wary of them. The reason I mentioned "possible" is that I caught it early and as such the … Continue reading Online scams and what to watch out for
Mouse automation with AutoItX
Hello and welcome, In this post, we are going to talk about how we can automate part of the windows desktop environment using AutoItX. What is AutoItX? Before we can talk about AutoItX first we need to talk a little bit about AutoIt. AutoIt as we see from the description on their page and their … Continue reading Mouse automation with AutoItX