Explain the overview of ado.net architecture?
What are major difference between classic ADO and ADO.NET?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
How does ado.net work?
How do you implement locking concept for dataset?
What providers does ado.net uses internally ?
Can we do database operations without using any of the ado.net objects?
What are the namespaces used in ado.net for data access?
What are the advantages using ado.net?
What does sqldatareader return?
What is the use of adodc?
What happens when we issue Dataset.ReadXml command?
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?