Answer Posted / vaidyanathan r.
ADO.NET consists of the assemblies, types and routines
needed for making connection to database so as to
facilitate the clients(users) with simpler and secured way
of retrival and updating of data residing in the database.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are all the different authentication techniques used to connect to MS SQL Server?
Define different execute methods of ADO.NET command object ?
What are the namespaces used in ADO.Net to connect to a database?
How to retrieve the user id which is provided while windows authentication?
What are dataproviders?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Which is faster datareader or dataadapter?
What is datatable in ado.net?
How can I retrieve two tables of data at a time by using data reader?
How many major types of connection objects in ADO.NET?
What are the drawbacks of using ado.net?
What is difference between sqldatareader and sqldataadapter?
What is ado.net architecture?
What is bubbled event can you please explain?
Define the executescalar method?