Have you used microsoft dataaccess blocks and Exception blocks?
Answer Posted / swetha
Data Access and Exception Management Application Blocks are
used to reduce the amount of redundant code you have to
write when trying to access the data from the database and
when handling and logging exceptions to the database or
Event viewer.
They are useful and powerful tools that can make
applications more maintainable, scalable and efficient.
They can greatly decrease the code you have to write to
perform common tasks.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ASP Session State and ASP.Net Session State?
Elaborate differentiation between ViewState and SessionState?
Define common type system?
What are the 3 levels at which content pages can be attached to Master Page?
What is viewstate? What does the “enableviewstate” property do?
What are the navigation ways between pages available in ASP.NET?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Explain the difference between value type and reference type?
What are the uses of reflection?
What is global.asax file used for?
Explain the difference between response.redirect vs server.transfer
How do I know asp.net mvc version? : Asp.Net MVC
What symbol would you use to denote, the start of a code block in aspx views?
What is ipostback?
How would you turn off cookies on a page of a website?