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
What are good ado.net object to replace to ado recordset object.
What are the key features of ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
How we can provide data to ado.net?
What is the difference between Dataset. clone and Dataset.copy?
What we do with the object of ado.net dataset after using it?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What providers does Ado.net uses?
What is data relation?
Why is it important to close an ado.net application?
What is the difference between a datareader and a dataset?
What is a dataview?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How to pass values into a datatable?
How can you add or remove rows from the datatable object of dataset?