Entity framework and Eager loading and enterprise application with DDD aproach
问题 ITNOA We are trying to create an ASP.NET MVC 4 application using entity framework with domain driven development style pattern approach. As you can see in our part of domain layer, we have a complex design. We need to load entity with lazy as well as eager methods. Unfortunately we have big problem with these methods in entity framework. As we understand, for eager loading in EF we have to use the Include method and give string of properties and properties of properties etc. (In Hibernate and