Where does ADO.NET and XML web services come in the
architecture ?
Answer Posted / 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 View All Answers
What are the namespaces used in ado.net for data access?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the differences between OLEDB and SQLClient Providers?
How to work with disconnected data - the dataset and sqldataadapter?
Which is faster datareader or dataadapter?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is DataReader Object?
Which object needs to be closed?
What is ado.net connection?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What are the different ado.net namespaces?
How is it possible to get 2 tables of data at a time by using data reader?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Which database is the ado.net sql connection object designed for?
What is openrowset?