What are the Different layers in ADO.Net?
Answer Posted / nageswarao.garine
1.
2.business logic layer
3.data access layer
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the significance of CommandBehavior.CloseConnection ?
What is ado.net components?
What are the major challenges in accessing data from a database?
How can I retrieve two tables of data at a time by using data reader?
Explain how can we load multiple tables in to dataset?
What is ado asp?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explian About DataAdapters
Explain ODP.net
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What do you know about ADO.NET's objects and methods?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is ado.net and its architecture?
Describe ado.net object model in detail.
Which method is used by command class to execute SQL statements that return single value?