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
in which protocol ASP.NET WEB API Work?
What is an axd file?
How can you handle exceptions in asp.net?
what are the ihttphandler and ihttphandlerfactory interfaces ?
How do I use response redirect?
Which asp.net objects encapsulate the state of the client and the browser?
How does ASP.NET framework maps client side events to Server side events.?
What are the server controls in asp.net?
How can we provide the WebParts control functionality to a server control?
How do you identify that the page is postback?
What are asp.net web forms?
Define repository pattern in mvc.net? : asp.net mvc
What is application variable?
What is the benefit of WebAPI over WCF?
What are server objects?