-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Lazy and Eager Loading #2980
Comments
Eager loading is implemented (using the Include/ThenInclude extension methods). Lazy loading is not yet implemented. Lazy loading is a common request but is also the number 1 source of performance issues we see and folks are often not aware that they are using it. Based on this we are going to see how we go without it... but will add it if feedback shows that folks really need it. |
Yep, lazy loading in EF can get quite contentious in my experience. Thanks, Rowan, for the swift response :) |
#3176 @rowanmiller |
+1 for lazy load |
+100 for lazy load, that's just ridiculous without it. |
Please can you provide an update on current status of lazy and eager loading of navigation properties in EF7. Or point me to some documentation of existing or future implementation. I have tried googling on Bing and ReadTheDocs but to no avail. Thank you.
The text was updated successfully, but these errors were encountered: