Posts tagged #asp.net

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 →

Learn how to improve your ASP.NET Core controllers with these principles
When it comes to API projects there is a lot you can do with your controllers. Consequently, there is also a lot that you can do wrong with them. So let’s have a look at some basic guidelines that might help you improve the design of your ASP.NET Core controllers.
Read more →