What are the Different layers in ADO.Net?
Answer Posted / sarika
1.Presentation Layer
2. Service or Façade Layer
3. Business Layer
4. Database Layer
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Do we use stored procedure in ADO.Net?
Describe connection object in ado.net
Explain the difference in record set and dataset?
What is ado and rdo?
What is the difference between sqlcommand and sqldataadapter?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ado data control?
How can we load multiple tables in a dataset?
What is the difference between executequery and executenonquery?
Explain ODP.net
How to creating a SqlCommand Object?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What providers does Ado.net uses?
How we can provide data to ado.net?