Lazy loading, eager loading and explicit loading
Lazy loading
virtual properties are only loaded when they are required to be used
This is controlled by an option that you set - you can make lazy loading the default way to load properties
Has an N+1 loading problem. If you have a foreach stateme...
coderlyn.hashnode.dev1 min read