What is the difference between dataset and datatable in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How Global.asax is used ?

0 Answers   Siebel,


What is serialization in .net?

0 Answers  


Can you change the value of a variable while debugging a C# application?

2 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What is the concept of strong names?

0 Answers  






Why singleton pattern is used in c#?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is difference between dll and exe in c#?

0 Answers  


What's the difference between a static method and a non static method c#?

0 Answers  


What is windows forms in c#?

0 Answers  


What are the return types in c#?

0 Answers  


What is cosole application?

0 Answers  


Categories