Answer Posted / jaimika
1-presentation layer.
2-business application layer
3-data layer
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are two types of transaction supported by ado.net?
What are two important objects of ADO.Net?
What is csdl entity framework?
Give an example that shows how to execute a stored procedure in ado.net?
Describe briefly an ADO.NET Dataset ?
What is partial class?
What is ado rdo dao in visual basic?
Explain how to create dynamic gridview?
What does ado stand for?
Define partial class?
How to enable and disable connection pooling?
What is the difference between Dataset. clone and Dataset.copy?
How do you update a dataset in ado.net and how do you update database through dataset?
How can we perform transactions in .net?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)