controllerless icon indicating copy to clipboard operation
controllerless copied to clipboard

Controllerless in .NET Core 3.X

Open deeproute opened this issue 5 years ago • 1 comments

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.

deeproute avatar Jan 29 '20 15:01 deeproute

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.

dotnetjunkie avatar Jan 29 '20 19:01 dotnetjunkie