egarim / BitFrameWorks

8 stars 11 forks source link

XpoWebApi add support for AspNet Rest API for net framework 462 to host XPO providers not compatible with net core or net standard #9

Closed egarim closed 4 years ago

egarim commented 4 years ago

Some of the XPO providers are still not implemented for net core or net standard because the underlying ADO.NET provider is still not implemented for these target frameworks

The main idea is to host the net framework XPO provider in an AspNet Web Api project and consume in in a client app in net standard or net core

Additional information

Supported XPO providers for net framework

https://docs.devexpress.com/XPO/2114/fundamentals/database-systems-supported-by-xpo

Supported XPO providers for net standard

https://docs.devexpress.com/XPO/2114/fundamentals/database-systems-supported-by-xpo?p=netstandard

egarim commented 4 years ago

Implemented here https://github.com/egarim/BitFrameWorks/tree/master/src/XpoProviders/XpoWebApi/BIT.Xpo.Providers.WebApi.AspNet

Demo is here https://github.com/egarim/BitFrameWorks/tree/master/src/Demos/XpoWebApi/XpoWebApiAspNet