Have you used microsoft dataaccess blocks and Exception blocks?



Have you used microsoft dataaccess blocks and Exception blocks?..

Answer / 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

More ASP.NET Interview Questions

What are the page level transaction and class level transaction?

1 Answers   Satyam,


Which is better viewstate or session?

1 Answers  


What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()

2 Answers   Syntax Softtech, winfoware,


Can you change a Master Page dynamically at runtime?

1 Answers  


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


What is Assembly?

3 Answers   Inspira Technologies,


Is asp.net outdated?

1 Answers  


How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


Describe the Server Control Events of ASP.NET?

1 Answers   SwanSoft Technologies,


Explain the benefits of viewstate?

1 Answers  


Apart from IDE what are the enhancements in asp.net 2.0?

1 Answers   Microsoft,


Explain difference betn dataset and recordset?

1 Answers  


Categories