Answer Posted / pramod nikumbh
In C# if u want to deep allocation, u can used
serialization that is use ISerializable
for shallow copy u can use cloning, that is use Iclonable
interface
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Difference between response.redirect and server.transfer?
What are ASHX files?
What is _dopostback in asp net?
What is the namespace to create thread in .net?
Explain the differences between clr & cts?
What is the flow of processing of the request? : asp.net mvc
What is application session?
Explain how can we inherit a static variable?
How to disable disable browser's Back button in asp.net (JavaScript)?
How can you handle exceptions in asp.net?
What is diff. Between abstract class and an interface?
Can user control be stored in library?
Explain automatic memory management in .net.
What are the authentication types in asp.net?
What are themes and skins in 2.0, explain usage scenario?