Mauro Servienti

Results 164 issues of Mauro Servienti

Fix #148 ## PoA - [ ] PR description - [ ] implement rules as described by [combining attribute routing](https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-5.0#combining-attribute-routes) section of the Microsoft docs (thanks @markphillips100) - [ ]...

enhancement

A valid use case for "composition over controllers" is when the application is an MVC application. Controllers will be used to automatically hint the view engine on which view to...

enhancement

Currently `IHandleRequests` implementations use HTTP to talk to their back-end services. That's not needed, and lead to confusion. It leads people to believe they must use HTTP, but in reality...

enhancement

something as simple as https://github.com/adnanrahic/nodejs-restful-api

enhancement