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
Explain diff. Between friend and protected friend?
What is ispostback property?
Explain what are delegates?
What is difference between cookies and cache?
What is .net framework and what are the main components of it?
Do you know about caching with the datasource controls?
What do you understand by aggregate dependency?
Will session work if cookies is disabled?
From which base class all web forms are inherited?
Where do we store our connection string in asp.net application?
What is application in asp net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is the behavior of a Web browser when it receives an invalid element?
Differentiate between early binding and late binding.
Disable Mouse right click on web page in asp.net?