Where does ADO.NET and XML web services come in the
architecture ?



Where does ADO.NET and XML web services come in the architecture ?..

Answer / r.bala

In 3-tier Architecture, three layers are
1. Presentation Layer -> For Only Presentation & Post the
Data to Business Object layer & Vice versa
2. Business Object Layer -> For Verfication & Posting the
Data to Data Access Layer & Vice versa
3. Data Access Layer -> Deals with the Database
Ado.Net - Comes in DAL Layer ( Data Access Layer)
XML Webservies - Comes in BOL Layer (Business Object Layer)

Is This Answer Correct ?    24 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

What is the use of data grid?

0 Answers  


What is the Magic Tables in Sqlserver2000?

7 Answers   IBM, SQL Star,


What Is Difference Between Ado And Ado.net?

0 Answers   BirlaSoft,


How will you fill the gridview by using datatable object at runtime?

0 Answers  


What are the data providers used in ado.net

0 Answers  






We all know that Dataset is purely disconnected architechure, but we also know that we can update the changes made to the dataset can be updated in the backend database. when there is no connection how does the update happedn?

6 Answers   Accenture, FastStream,


What is the main difference between ADO and ADO.Net

4 Answers   HCL,


Does sqlclient and oledb class share the same functionality?

0 Answers  


What is ado code?

0 Answers  


Which architecture does Datasets follow?

0 Answers  


What is difference between executequery and executeupdate?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


Categories