Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Yesterday, while we were here at TechEd, Alex James and I sat down and recorded a short discussion about POCO and other features coming EF4. Check it out at: www.msteched.com/online/view.aspx?tid=ef76e96c-7471-44a6-aa88-1ada037471ca
- Danny
Comments
Anonymous
May 14, 2009
PingBack from http://www.anith.com/?p=38074Anonymous
May 15, 2009
Danny, thanks for the talk it very informational. I have been bit by POCO serialization via the the poco adapter because I got back a proxy object. Could you provide any recommendations on how to handle those scenarios? Currently, I am forced to recreate the object by copying the properties from the POCO-proxy back into the POCO.Anonymous
May 16, 2009
Never mind, ProxiesToPocos() does just this. I didn't catch it first time around because another bug was masquerading its functionality.