I want to push my domain model to the WCF API and would like to get some thoughts on lazy loading methods with this type of setup.
Any suggestions on using this approach?
when I implemented this technique and enter my application, before the server returns my list, it gets to receive each property, which should be lazy loaded ... Thus, furious loading. Could you explain this problem or propose a solution?
Edit: appears , you can use the XMLIgnore attribute so that it is not visible during serialization .. still read about it though
web-services wcf domain-driven-design
Toran billups
source share