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
Post a Comment