Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 2
    Just a few days later and I have run into a situation where I am so relieved I forced myself to reference entities just by ID and avoid hiding a query with lazy loading. While lazy-loading stops the load of a huge nested data set into memory, it makes easier running into the problem of serializing an Entity into a huge document (like JSON for a web interface) and having to 'rethink' one extra model to export my data outside my Domain layer. Commented Jan 4, 2014 at 21:14