How would one do a deep copy in .NET?

Answer Posted / kavita

Two or more pointers have their own Data.
class A
{
string c;
}
A a;
B b;
a=b;//deep copy

Is This Answer Correct ?    6 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we access static variable?

808


Will the asp.net validators run in server side or client side?

855


Define a multilingual website?

702


How can we register exception filter globally?

754


What is the benefit of WebAPI over WCF?

740






when a request is made in Life cycle of ASP.NET page .

699


What are session state modes in asp.net?

719


What symbol would you use to denote, the start of a code block in aspx views?

733


Explain file-based dependency and key-based dependency.

748


How Can assign alias name for ASP.NET Web API Action?

1147


What is the difference between dynamic SGA and static SGA?

771


Why is mvc better than asp.net?

730


Explain the difference between panel and groupbox classes using .net?

665


What is a reflection?

736


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

789