[Solved] Clone Enity framework POCO

I found a nice turn around . If you try MemberwiseClone() to get a copy of the object and then add the object to the context and SaveChanges() you will get an error because the MemberwiseClone() does clone the Dynamic Proxy too . So my turn around is Create a new Context just for the … Read more