home / developersection / tag
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 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 is a client–server architecture in which the user interface, functional process logic ("business rules"), computer data storage and data ac
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
Normal0falsefalsefalseEN-USX-NONEX-NONEMicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable{mso-style-name:"Table Normal";mso-tstyl
Microsoft Intermediate Language (MSIL) is a language used as the outputof a number of compilers(C#, VB, .Net, and so forth). The ILDasm (IntermediateL
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
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) is a language used as the output of a number of compilers(C#, VB, .Net, and so forth). The ILDasm (Intermediate
The .Net Framework is a windows component that supportsbuilding and running the next generation of application and XML web services.The .Net is Micros
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
LightSwitch is a new development tool for building businessapplications. LightSwitch simplifies the development process, letting usconcentrate on the