AspNetCoreOData icon indicating copy to clipboard operation
AspNetCoreOData copied to clipboard

OData client side tool for .NET 5.0

Open HumbertoCortes opened this issue 4 years ago • 2 comments

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!!

HumbertoCortes avatar Mar 09 '21 17:03 HumbertoCortes

OData client: https://www.nuget.org/packages/Microsoft.OData.Client/ ODataConnectedService: https://github.com/OData/ODataConnectedService

xuzhg avatar Mar 12 '21 17:03 xuzhg

@HumbertoCortes Was you issue resolved?

KenitoInc avatar Apr 14 '22 09:04 KenitoInc