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
How do session tokens work?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How do I open an ashx file in windows 7?
How can we use Web API with ASP.NET Web Form?
Can you explain the basic use of dataview?
What are the various session state management options provided by asp.net?
Where can I get information on cookies in asp.net?
What is preprocessor in .net and type, where it use?
Describe the application event handlers in ASP.NET?
What is xaml? Are xaml file compiled or built on runtime?
What are ASHX files?
What is event in asp.net?
What is meant by web application?
In which event of page cycle is the viewstate available?
What is ispostback method in asp.net? Why do we use that?