controllerless
controllerless copied to clipboard
Controllerless in .NET Core 3.X
Hello @dotnetjunkie, Awesome use case in showing SOLID principles and taking to the next level by removing those pesky Controllers. Nice Job! Is it this hard, nowadays, to implement a web api to be controllerless? I'm wondering if there is an easier way to do this using .NET Core 3.X.
My solid services project shows an implementation for ASP.NET Core, but I agree, if you look at the solution it looks all but simple. Perhaps there is an easier way, but as far as I can see, ASP.NET Core seems to be missing some tooling that simplifies this. If you ever find a way to simplify or improve the solution in the solidservices repository, feel free to send tips, post a GitHub issue, or send a pull request.