Phillip Johnson
Phillip Johnson’s Blog

Phillip Johnson’s Blog

Follow
Follow
homebadgesnewsletter
Tag

dotnet

#dotnet

More content

Read more stories on Hashnode


Articles with this tag

The Difference Between Dependency Inversion and Dependency Injection

Apr 9, 20229 min read

The difference between inverting a dependency and simply injecting it · Introduction Understanding Dependency Inversion has been a long journey for me. I...

The Difference Between Dependency Inversion and Dependency Injection

DDD - Command Query Responsibility Segregation (CQRS)

Mar 20, 20225 min read

Commands are complex, Queries are simple · Overview Previously we've looked at DDD Entities, that have state, and Events, where state changes. To reduce...

DDD - Command Query Responsibility Segregation (CQRS)

Is it time to redefine TDD?

Mar 15, 20224 min read

Everybody talks about it, hardly anybody does it... should we redefine what Test Driven Development means? · Everybody asks for TDD but nobody uses...

Is it time to redefine TDD?

DDD - Entity and Value Types

Feb 27, 20224 min read

What are Entity and Value Types in Domain Driven Design? · In Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans, Entity...

DDD - Entity and Value Types