asp.net - What is the minimum .NET framework required for OData service development -


what minimum .net framework required odata service development?

is possible develop odata services in .net framework 4 & microsoft asp.net web api

but system.web.odata still not available.

do have develop project using .net framweork 4.5 (minimum) & microsoft asp.net web api 2

webapi/odata v4 using .net framework 4.5, if want use .net framework 4, can try system.web.http.odata webapi/odata v3, it's under maintanance, , won't add new features anymore, recommandation move use webapi/odata v4, or try restier https://github.com/odata/restier if start build odata service.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -