What are the two fundamental objects in ADO.NET?
Answer Posted / gourav jain
1) Data set
2) .Net data provider
comprises of (Connection object, Command object, Data
Reader, Data Adapter).
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to retrieve the user id which is provided while windows authentication?
What is different between sqlcommand object and command behavior object?
What are different layers of ADO.Net?
What are the benefits of using of ADO.NET in .NET 4.0?
Do we use stored procedure in ADO.Net?
What is sqldatareader?
What is partial class?
What are dcl commands?
How to pass multiple tables in datasets simultaneously?
What is a data control clerk?
What is the current version of entity framework?
What are the main differences between classic ado and ado.net?
What is data relation in 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?
What is dataset object? Explain the various objects in dataset.