You are naming your tests wrong

Growing Object-Oriented Software, Guided by Tests Without Mocks (2016)

Don't mock the application database, it's an implementation detail

YAGNI beats OCP in the vast majority of cases

Unit testing anti-patterns: Structural Inspection

Growing Object-Oriented Software, Guided by Tests Without Mocks

Entity Identity vs Database Primary Key

Leaking domain knowledge to tests

Short-term vs long-term perspective in software development

How I tried to get into game development and failed

Error handling: Exception or Result?

Law of Demeter and immutability

Domain model isolation

Growing Object-Oriented Software, Guided by Tests Without Mocks

Entity vs Value Object: the ultimate list of differences

Early exit is a tail call optimization of procedural languages

Is SQL a good place for business logic?

Domain-centric vs data-centric approaches to software development

SQL vs NoSQL: you do want to have a relational storage by default

C# and F# approaches to illegal states

Fail Fast principle

DRY revisited

Cohesion and Coupling: the difference

Database versioning best practices

Make hard coding your default choice

Return the most specific type, accept the most generic type

3 misuses of ?. operator in C# 6

DTO vs Value Object vs POCO

.NET: Read-Only Collections and Liskov substitution principle