I have seen numerous examples of lazy loading - what\'s your choice?
Given a model class for example:
public class Person { private IList
You can use the Lazy class I talked about here : What is the proper way to inject a data access dependency for lazy loading?
Lazy
There is also link to a more detailed blog post there...