Posts by Renicius Pagotto • 31 points
3 posts
-
2
votes1
answer1117
viewsQ: Projects with synchronous and asynchronous Apis
I am developing a small project and have, for now, two entities: Product and Customer Product API is asynchronous (with Task and async) and client API is synchronous. I would like to know if there…
-
0
votes0
answers41
viewsQ: ASP.NET Core - Search by daughter entities
I need to implement an API that receives parameters for daughter entities Example: api/Orders/5/Products or api/Orders/5/Products/10. I need to pick up only the products of order number 5 or still,…
-
-1
votes1
answer809
viewsQ: ASP.NET Core - Search for GET requests
I am using ASP.NET Core 2.1 Web API and need to perform searches by certain type of field, IE, on my front I can choose the field I want to do the research and my back-end need to pick this value.…