Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Jaydata and Entity Framework Core #280

Open
Davidvlv opened this issue Dec 12, 2016 · 3 comments
Open

Jaydata and Entity Framework Core #280

Davidvlv opened this issue Dec 12, 2016 · 3 comments

Comments

@Davidvlv
Copy link

Hi,

I'm trying to set up ASP.NET Core and Entity Framework Core with Jaydata, is this supported?
I want to be able to expose a database to an Angular 2 client side, and also support POST, DELETE, etc. back to the server.

Thanks

@robesz
Copy link
Collaborator

robesz commented Dec 13, 2016

You can use JayData with any standard OData v4 compatible endpoint, unfortunately ASP.NET Core cannot publish OData v4 services yet. this is the official MS thread: OData/WebApi#772

@ysmoradi
Copy link

For now, you can start your asp.net core & entity framework core project using full .net framework and odata will works fine on that. See working sample here: https://github.com/ymoradi/OwinAspNetCore
You can upgrade your project far easier than any other approaches whenever odata becomes .net core compatible.

@Davidvlv
Copy link
Author

@ymoradi This is very helpful, thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants