SkywardApps / popcorn

Popcorn is a .Net Middleware for your RESTful API that allows your consumers to request exactly as much or as little as they need, with no effort from you.
https://skywardapps.github.io/popcorn/
MIT License
59 stars 19 forks source link

Need a .Net Framework implementation for Entity Framework #6

Closed undiwahn closed 6 years ago

undiwahn commented 7 years ago

Within the dotnet implementation, we have:

Many projects use the original Entity Framework and Asp.Net under .Net Framework. We would like to add an implementation for this scenario.

Setup:

Requirements:

alexbarbato commented 7 years ago

@Eightgate is working on this

alexbarbato commented 6 years ago

@undiwahn - with the changes to having everything under one .NET Standard project - is this implementation still necessary? From the write up above it would seem that we could attempt to support lazy loading natively with EF, but from what I can tell I'm not sure that would justify making a whole new implementation.

undiwahn commented 6 years ago

I don't believe the current implementation will work with asp.net 4 and entity framework 6.

On Nov 10, 2017 10:10 AM, "Alex Barbato" notifications@github.com wrote:

@undiwahn https://github.com/undiwahn - with the changes to having everything under one .NET Standard project - is this implementation still necessary? From the write up above it would seem that we could attempt to support lazy loading natively with EF, but from what I can tell I'm not sure that would justify making a whole new implementation.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/SkywardApps/popcorn/issues/6#issuecomment-343498417, or mute the thread https://github.com/notifications/unsubscribe-auth/AJNm3sq_ZPCWyRXAV49Kxjcb2JaYRhWrks5s1Gd2gaJpZM4P4jO9 .

undiwahn commented 6 years ago

I'm working on this.