OData / odata.net

ODataLib: Open Data Protocol - .NET Libraries and Frameworks
https://docs.microsoft.com/odata
Other
675 stars 349 forks source link

Updating WCF DataServices #2352

Open davidsisques opened 2 years ago

davidsisques commented 2 years ago

I have an OData server project with WCF data services and Entity Framework. I want to update it to OData.net but I see goohling is that I have to manually create a controller for each table and I have 50... Is there a way to update it without having to create every CRUD operations?

xuzhg commented 2 years ago

@davidsisques We had a lab at WebAPIODataV4Scaffolding for Scaffolding, But it's not shipped.

So, you have to do it by manually now.