DEV Community

Discussion on: Transaction middleware in ASP.NET Core

Collapse
 
moesmp profile image
Mohsen Esmailpour

Well, this middleware is about handling transaction and you can implement exception handling middleware to catch errors and translate to proper status code like this one What every ASP.NET Core Web API project needs - Part 3 - Exception handling middleware, it's about separating concerns.