tag

home / developersection / tag

A Role of Global Assembly Cache in the .NET framework
.net 07-Dec-2010
A Role of Global Assembly Cache in the .NET framework

As we know that A global assembly cache (GAC) is a machine-wide code cache that stores assemblies specifically designated to be shared by several appl

Connection Pooling in .Net
.net 02-Dec-2010
Connection Pooling in .Net

Connection pooling enables an application to use a connection from a pool of connections that do not need to be re-established for each use. Once a co

Three tier Architecture in .net
.net 22-Nov-2010
Three tier Architecture in .net

Three-tier is a client–server architecture in which the user interface, functional process logic ("business rules"), computer data storage and data ac

DLL Hell in .net
.net 03-Nov-2010
DLL Hell in .net

DLL hell refers to the problem caused when multiple application can shared a common application like dynamic link library(DLL).DLL are inside the asse

Class Library
.net 21-Oct-2010
Class Library

Normal0falsefalsefalseEN-USX-NONEX-NONEMicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable{mso-style-name:"Table Normal";mso-tstyl

Microsoft Intermediate Language (MSIL)
.net 21-Oct-2010
Microsoft Intermediate Language (MSIL)

Microsoft Intermediate Language (MSIL) is a language used as the outputof a number of compilers(C#, VB, .Net, and so forth). The ILDasm (IntermediateL

Concept of Delegates
.net 12-Oct-2010
Concept of Delegates

Delegates are references to methods. So we have used to references to object, e.g.Employee emp = new Employee ();Here emp is a reference to an object

Common Type System (CTS)
.net 07-Oct-2010
Common Type System (CTS)

The common type system is a rich type system, built into the common language runtime that supports the types and operations found in most programming

Microsoft Intermediate Language (MSIL)
.net 07-Oct-2010
Microsoft Intermediate Language (MSIL)

Microsoft Intermediate Language (MSIL) is a language used as the output of a number of compilers(C#, VB, .Net, and so forth). The ILDasm (Intermediate

.NET Framework
.net 07-Oct-2010
.NET Framework

The .Net Framework is a windows component that supportsbuilding and running the next generation of application and XML web services.The .Net is Micros

CLR(Common Language Runtime)
.net 07-Oct-2010
CLR(Common Language Runtime)

The Common Language Runtime (CLR) is a run time engine thatmanages .Net code (such as C# applications).It works as a layer betweenoperating system and

Visual Studio LightSwitch
.net 07-Sep-2010
Visual Studio LightSwitch

LightSwitch is a new development tool for building businessapplications. LightSwitch simplifies the development process, letting usconcentrate on the