Posts tagged #architecture

Enforce architectural constraints using NetArchTest

Enforce architectural constraints using NetArchTest

Testing, reviewing, and enforcing architectural constraints and conventions in solutions can be a big challenge even in smaller software development teams. Let's take a look at a very lightweight solution can help you and your team with this.

Read more →
There is no template for vertical slicing

There is no template for vertical slicing

Vertically sliced architectures and vertical slicing in general are currently all around us in the software development industry. Let's take a look at key aspects and things to consider when it comes to implementing vertical slicing.

Read more →
Action filters in ASP.NET - A quick guide

Action filters in ASP.NET - A quick guide

Following up on our article on how to design good [controllers in ASP.NET](https://dateo-software.de/blog/improve-your-asp-net-core-controllers), I'd like to introduce you to a different set of tools to help you clean up your architecture in ASP.NET Core projects. Let's visit action filters in ASP.NET.

Read more →