Introduction Exception handling is made easier and streamlined in .Net. It uses the Exception objects to cascade the exception between layers and allows handling them […]
Category: .NET Interview Questions
ASP.NET Application Deployment
ASP.NET Application Deployment Once an application has been developed and tested ,application is ready for deployment to client machines. The goal of deployment is the […]
LINQ to ADO.NET
LINQ to ADO.NET A .NET application can write LINQ queries to SQL, Entities and Dataset. LINQ to SQL and LINQ to Entities have direct connection […]
.NET Remoting
Application domain The boundary with in which .NET application runs. Application domain provides isolated environment for a .NET application. Application running in one application domain […]
ASP.NET Tutorial : Getting started with ASP.NET
This ASP.NET tutorial provides a quick start to creating dynamic web applications. The steps include opening Visual Studio, creating a new website, adding a label control, and running the web site. This concise guide sets the stage for getting started with ASP.NET development in Microsoft Visual Studio 2008.
