Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-generated entity model binding support? #7214

Closed
Opiumtm opened this issue Dec 8, 2016 · 3 comments
Closed

Pre-generated entity model binding support? #7214

Opiumtm opened this issue Dec 8, 2016 · 3 comments

Comments

@Opiumtm
Copy link

Opiumtm commented Dec 8, 2016

Any plans to support pre-generated binding for entity models (pre-generated at compile time queries, code for populating entity values etc)?

For .NET Native on UWP and especially for local database access on mobile devices in UWP using of pre-generated code would greatly optimize performance.
.NET Native on UWP have issues with reflection speed and don't support IL code generation and JIT at run-time. LINQ Expressions isn't compiled to IL, but interpreted. LINQ Expressions performance on .NET Native isn't good. ARM mobile devices require good optimization as ARM CPU isn't as powerful as desktop x86 CPU.

@divega
Copy link
Contributor

divega commented Jan 17, 2017

@Opiumtm we have considered all these improvements as part of #1906 and #241, which are currently in our backlog.

@divega
Copy link
Contributor

divega commented Jan 17, 2017

Note for triage: There is overlap between this issue and the existing #1906 and #241 (and also between the latter two). But there is good information here about things we have discussed doing but that are not called out in the existing issues.

I think we could probably track compiled models and any code we want to pre-generate (e.g. using Roslyn) in just one issue. We should decide which issue to keep.

@rowanmiller
Copy link
Contributor

Closing in favor of #1906

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants