#software-architecture
Read more stories on Hashnode
Articles with this tag
Let’s find out how to implement value objects and map them to a database table with EF Core 6.0. · What is Value Object A value object is an object...
I want to share with you how .NET 6 features with the new MediatR.Extensions.AttributedBehaviors NuGet package helped me polish my MediatR pipelines. ·...
“A microservice architectural style is an approach to developing a single application as a suite of small services.” — Martin Fowler. · First, we will...
The software architecture should scream the intent of the system. — Uncle Bob · Let me hear you scream like you want it Let me hear you yell like you...
Separation of concerns is a technique for the effective ordering of one's thoughts. You should focus one's attention upon one aspect. - Edsger W. Dijk ·...
Architectures have the same objective — the separation of concerns. They all achieve it by dividing the software into layers. — Uncle Bob · Layers Layers...