You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: