What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / ranjanatyagi
the first one copy both the data and the structure i.e.
schema of the arry and the second one copy only the
structuere not data.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What does the parsefloat function do?
What is the base class in .net from which all the classes are derived from?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is connection pooling in ado.net?
How C# 4.0 supports dynamic programming language?
Explain about Oops concept
What are floating point numbers?
Explain the clr triggers?
What is int64 in c#?
Is stringbuilder thread safe c#?
What is alias in c#?
Why is it important to override gethashcode when equals method is overridden?
What is data type c#?
What is the purpose of a console table?
Can we inherit abstract class in c#?