AspNetCoreOData
AspNetCoreOData copied to clipboard
OData client side tool for .NET 5.0
We have trying to build our REST services in .NET 5.0 using the “ASP.NET Core OData 8.0 preview3” package. However we are wondering which is the more appropriate tool to build the OData expressions in the client side. We know that Linq2Rest library (https://www.nuget.org/packages/Linq2Rest/) is a wonderful tool for that, however as far as can we see does not exist a version for .NET 5.0.
¿Can you suggest us a tool to easy build OData expressions in the client side?
Thanks in advance!!
OData client: https://www.nuget.org/packages/Microsoft.OData.Client/ ODataConnectedService: https://github.com/OData/ODataConnectedService
@HumbertoCortes Was you issue resolved?