Hello and welcome:), A few weeks back a friend of mine recommended a tool and he described it as such Treating code as data, you can query information about your code and keep track of changes. What he said was an understatement. I tried said tool and I found out that it can become invaluable … Continue reading Treating code as data: NDepend
Month: July 2018
Automation testing dogma and exploration
Hello and welcome :), In a previous post I hinted about today's topic. So in this post, I want to discuss two topics: Automated tests dogma - this is based on my opinions of things we as developers need to loosen our grip on. Exploratory testing - why and where should we introduce randomness and … Continue reading Automation testing dogma and exploration
LinqPAD script of the day: RandomStringGenerator
Hello and welcome :), This is part of a series entitled LinqPAD script of the day in which we will be looking at some scripts I used from time to time to help me with a specific issue or question. Keep in mind that some of these scripts might be silly, useless, geeky but hey, … Continue reading LinqPAD script of the day: RandomStringGenerator
LinqPAD script of the day: WorldClock
Hello and welcome :), This post is the first in a series entitled LinqPAD script of the day in which we will be looking at some scripts I used from time to time to help me with a specific issue or question. Keep in mind that some of these scripts might be silly, useless, geeky … Continue reading LinqPAD script of the day: WorldClock
Testing Entity Framework Core
Hello and welcome, In this post, we are going to have a look at how we can write automated tests using entity framework core. As in the recent previous posts, the code can be found here. The story A while back when working on a project, I wanted to do an integration test with a … Continue reading Testing Entity Framework Core