Difference b/w dataset.clone and dataset.copy ?
Answer / thirushakar
Dataset.copy method copies both the structure and data
Clone just copy the structure of dataset
| Is This Answer Correct ? | 13 Yes | 2 No |
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
Please explain what do the terms “boxing” and “unboxing” mean?
Name for built-in permission sets in .Net
Tell us what is json data, and what is one way that .net developers can work with json?
What is alias ? Is it used in .Net ?
How to Create and Consume a Web Service?
Explain what inheritance is, and why it's important?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is Atomicity?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is CCW (COM Callable Wrapper)
Explain how to spawn a thread?