ASP.NET - ways of handling
exceptions - Dec 25, 2009 at 19:55 PM by Nishant Kumar
What are the ways of handling exceptions in ASP.NET?
There are three ways to handle exceptions in ASP.NET
Try/catch/finally block.
Using Events like Page_Error and Application_Error
Using Custom error page
To support the feature of multiple languages, we need to create
different modules that are customized on the basis of localization. These
assemblies created on the basis of different modules are knows as satellite
assemblies...........
Post Cache Substitution: It works opposite to fragment caching.
The entire page is cached, except what is to be kept dynamic. When
[OutputCache] attribute is used, the page is cached............
Querystring is way to transfer information from one page to
another through the URL.........
|