Posted by : DineshKumar BalaSubramanian Friday, April 9, 2010

What are the parts of the .NET Framework?

.NET Framework has two main parts:

The common language runtime (CLR)
The .NET Framework class library

What are the ways to persistent data in a web application?

Data can be persisted in the web application using any of the following mechanism.

ApplicationState
SessionState
ViewState.

How does classes are organized in the .NET Framework?

The .NET Framework has organized its classes using namespaces.

What is the point to remember about Transfer method in ASP.NET?

Transfer method can't be used with HTML pages. It works only with .aspx pages.

What are the different exception-handling approaches in ASP.NET Web applications?

Exceptions can be handled using any of the following approaches:

Try, Catch, and Finally keywords in VB.NET or the try, catch, and finally keywords in C#.
Error event procedures at the Global, Application, or Page levels.

Describe the purpose of error pages and why they are needed.

Error page is used to trap exceptions occur outside the scope of the application.
The exceptions of these types are identified by HTTP response codes.
These exceptions are handled by IIS by displaying custom error pages listed in your application’s Web.config file.

Leave a Reply

Subscribe to Posts | Subscribe to Comments

Welcome to My Blog

Popular Post

Pages


Followers

About Author

IT Professional with 5+ years of experience in analysis, design and development of client/server, web based and n-tier applications