home / developersection / category
Serialization is the process of taking an object and converting it to a format in which it can be transported across a network or persisted to a storage location. The storage location could be as simple as using a file or a database.
Object is the instance of the class.whenyou create the object you can specify the properties of that object.each object has at least one attribute that makes it unique.
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