Storing object into cache using Linq classes and velocity
Posted
by Arun
on Stack Overflow
See other posts from Stack Overflow
or by Arun
Published on 2010-03-23T20:59:33Z
Indexed on
2010/03/23
21:03 UTC
Read the original article
Hit count: 215
linq-to-sql
I careated couple of linq classes & marked the datacontext as unidirectional. Out of four classes; one is main class while other three are having the one to many relationship with first one; When I load the object of main class & put into the memory OR serialize it into an XML file; I never get the child class data while it is maked as DataContractAttribute. How can I force object to put the child class data into XML file or into cache ?
© Stack Overflow or respective owner