Top "Cloning" questions

Cloning refers to the making of an exact copy (deep copy) of any kind of object.

C# Clone System.Data.Entity.DynamicProxies to the actual (non proxied) class?

Possible Duplicate: EF4 Cast DynamicProxies to underlying object I'm trying to figure out how to clone or convert a System.…

c# entity-framework poco dynamic-proxy cloning
Java: How to deep-clone a HashSet neatly?

I have a HashSet of MyObject that I need to clone. If MyObject implements a copy-constructor, what is the easiest, …

java cloning
How to clone an Azure VM

Is there a simple method of cloning an Azure VM? So far I have found that you can "Deprovision" a …

azure virtual-machine clone cloning