What are the Different layers in ADO.Net?
Answers were Sorted based on User's Feedback
Answer / anitha
1.Presentation Layer
2.Business Logic layer
3.Data Access Layer
Is This Answer Correct ? | 21 Yes | 6 No |
Answer / logu
1.Property layer
2.Business logic layer
3.Data accress layer
Is This Answer Correct ? | 8 Yes | 5 No |
Answer / chinnu
hey..
that is the layers of ado.net .layers of 3 tier
architecture..........
Is This Answer Correct ? | 6 Yes | 3 No |
1.Presentationlayer
2.BussinessLayer
3.DataAccessLayer
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / joey c lu
Connected Layer
Disconnected Layer
Entity Framework
Is This Answer Correct ? | 2 Yes | 0 No |
1.
2.business logic layer
3.data access layer
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / suresh.r
1.Presentation Layer
2.Buisness logic layer
3.Data access layey
Is This Answer Correct ? | 5 Yes | 5 No |
Answer / sarika
1.Presentation Layer
2. Service or Façade Layer
3. Business Layer
4. Database Layer
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / umesh
There are three types of ADO.NET providers,
OLEDB.NET DataProvider
SQLSERVER.NET DataProvider
ODBC.NET DataProvider.
Is This Answer Correct ? | 1 Yes | 9 No |
What is difference between executenonquery and executequery?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Differnces between oracle 9i and sql server?
2 Answers College School Exams Tests, Microsoft,
What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple tables?
3 Answers Fulcrum Logic, Merrill Lynch,
What is ado recordset?
What are the steps you will take to improve performance? Will you use dataset or datareader?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is data access pattern?
What are the attirbutes of DataSet?
Which is faster ado.net or linq?
What are the ado.net objects?