scrapbook.qujck.com
Roll-your-own lazy loading
Thanks to @dot_NET_Junkie for pointing me to this article How *not* to inject services into entities Here’s my version: public interface IEntityLoader where T : class { bool IsLoaded…