Answer Posted / sandeep singh shekhawat
There are two type of Data set
When We create dataset programmely taht is weak type data set.
like DataSet ds=new DataSet();
But when We Create a DataSet using XML Schema(Xsd) that is called strong type data set that has extension .xsd
and create when we do working with LINQ to XML.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between sqlcommand and sqldataadapter?
What are the advantages and drawbacks of using ado.net?
What is difference between datagridview and datagrid control in winforms?
What is ado.net explain with diagram?
Explain the difference in an abstract class and an interface?
Why do we need ado.net?
What is the difference between sqldatareader and sqldataadapter?
What is ole db query?
How do you update a dataset in ado.net and how do you update database through dataset?
What is Serialization in .NET? what are the types of Serialization?
Name which operations can you not perform on an ado.net dataset?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
List all the steps in order, to access a database through ado.net?
What is the difference between Datareader and Dataset?
Explain the difference in record set and dataset?