This post is a part of the series that describes EFLazyLoading library.
- Part 1 – Strategies for implementing lazy loading
- Part 2 – Implementation of EFLazyLoading
- Part 3 – Anatomy of a Stub
In two previous articles I have introduced EFLazyLoading – a framework for lazy loading of entities on top of Entity Framework. In this post I will explain what stubs are and how they work. […]