Exception handling in .NET Framework 4.0
Explain how exception handling is changed in the .NET Framework 4.0?
Expert
In .NET 4.0, a new namespace, System.Runtime.ExceptionServices, has been introduced which comprises of the following classes in order to handle exceptions in a better and advanced manner:
a)HandleProcessCorruptedStateExceptionsAttribute Class - Allows managed code to handle the corrupted state exceptions which may occur in an operating system. Such type of the exceptions cannot be caught by using the try...catch block. In order to handle such exceptions, you can apply this attribute within the method which is assigned to handle such exceptions.
b)FirstChanceExceptionEventArgs Class – It generates an event when a managed exception first arises in your code, before the common language runtime begins searching for an event handlers.
Illustrate the difference between the .dll extension and .exe extension files?
Explain the term Metadata?
Specify different ways of deployment which are supported by .NET Framework 4.0.
Explain the term Cloud Computing?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Define the terms Web server controls and Custom user Controls in Asp.net?
Write down the different ways of hosting the WCF service?
What are the layouts of ASP.NET Pages?
What do you mean by the Assembly Manifest?
18,76,764
1948272 Asked
3,689
Active Tutors
1422900
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!