How I Get Manual Testers Writing E2E Automated Tests In C# .NET Using Specflow
Over the past couple of weeks, I’ve been covering how to use Playwright to create E2E tests using C# .NET. …
Over the past couple of weeks, I’ve been covering how to use Playwright to create E2E tests using C# .NET. …
This is a post in a series about the automated E2E testing framework Playwright. While you can start anywhere, it’s …
This is a post in a series about the automated E2E testing framework Playwright. While you can start anywhere, it’s …
I was recently asked by another developer on the difference between making a method virtual/override, and simply hiding the method …
Here’s another one from the vault of “Huh, I guess I never thought I needed that until now” Recently I …
User Secrets (Sometimes called Secret Manager) in .NET has been in there for quite some time now (I think since …
Imagine an Ecommerce system that generates a unique order number each time a customer goes to the checkout. How would …
In a previous post, we talked about how we could soft delete entities by setting up a DateDeleted column (Read …
In any database schema, it’s extremely common to have the fields “DateCreated, DateUpdated and DateDeleted” on almost every entity. At …
Such is life on Twitter, I’ve been watching from afar .NET developers argue about a particular upcoming C# 11 feature, …