Also
read
Here you have details about exception handling and ways to
handle exception in ASP.NET. It also includes brief detail of
Try/catch block, Error Events and Custom Error Pages.
Application exceptions can be user defined exceptions
thrown by the application.............
When an application is shared amongst several other
applications, the complete machine code is present the Global
assembly cache............
JIT compiler is a part of the runtime
execution environment that helps in a higher performance by
placing the complied code in the cache for a faster
execution.............
Application
exceptions can be user defined exceptions thrown by the application.............
When a derived class is inherited from an Abstract class, no other class can be
extended then. Interface can be used in any
scenario..............
Dispose method belongs to IDisposable interface. It is used
to free unmanaged resources like files, network connection
etc.............. |