category

home / developersection / category

What is Serialization?
.net 11-Dec-2010
What is Serialization?

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.

What is an object?
.net 09-Dec-2010
What is an object?

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.

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