What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is difference between executenonquery and executequery?
How we can provide data to ado.net?
How do you merge two datasets into the third dataset in a simple manner?
What?s the role of the DataReader class in ADO.NET connections?
Does executenonquery return a value?
ADO and ADO.NET differences?
What is @@rowcount and with small code snippet explain the usage?
What is the difference between DataReader and DataSet in ADO.NET?
0 Answers Petranics Solutions,
what is clustered index?why is it created?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is ado.net objects?
When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency