Posts Tagged ‘programming’

LazyLoading and Serialization

Posted: 14th February 2011 by Juan Manuel in Programming
Tags: ,

The other day I run into a little problem, which I thought worth of mentioning. It’s really kinda obvious when you think about it, but I didn’t, until I run into it. First, a little background for those that don’t know what LazyLoading or Serialization are. Lazy loading is a design pattern commonly used in [...]