https://github.com/jalpeshvadgama/efcodeexplicitloading
A example of explicit loading in Entity Framework core
https://github.com/jalpeshvadgama/efcodeexplicitloading
csharp entityframework entityframework-codefirst entityframeworkcore
Last synced: 4 months ago
JSON representation
A example of explicit loading in Entity Framework core
- Host: GitHub
- URL: https://github.com/jalpeshvadgama/efcodeexplicitloading
- Owner: JalpeshVadgama
- Created: 2017-04-02T10:33:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T05:05:53.000Z (about 8 years ago)
- Last Synced: 2024-12-30T04:27:43.617Z (6 months ago)
- Topics: csharp, entityframework, entityframework-codefirst, entityframeworkcore
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EFCodeExplicitLoading
A example of explicit loading in Entity Framework core**P.S.:** You need to change the connectionstring in student context file and run update-database for creating a database. Otherwise this sample will not work.
You can find complete blog post for example at following location - http://www.dotnetjalps.com/2017/04/explicit-loading-efcore.html