category

home / developersection / category

Global Assembly Cache (GAC) in .Net
.net 21-Jan-2015
Global Assembly Cache (GAC) in .Net

In this blog, I’m explaining about GAC in .Net Each computer on which the common language Runtime (CLR) is installed has a machine-wide code cache

Assembly in .Net
.net 21-Jan-2015
Assembly in .Net

In this blog, I’m explaining about assembly in .Net An assembly is grouping of files deployed as a single file. An assembly almost always consists of

Lambda Expression in c#
.net 20-Jan-2015
Lambda Expression in c#

In this blog, I’m explaining about the lambda expression in C#. Lambda expressions are anonymous methods, aimed at mainly addressing the "vertical pro

C# Hashtable
.net 22-Sep-2014
C# Hashtable

In this blog I’m explaining about Hashtable class in C#.Hashtable:The Hashtable class represents a collection of key-and-value pairs that are organize

Global Assembly Cache (GAC)
.net 14-Aug-2014
Global Assembly Cache (GAC)

In this blog, I’m explaining the concept of global assembly cache (GAC). The Global Assembly Cache is a machine-wide store used to hold assemblies th

Assembly in .NET Framework
.net 12-Aug-2014
Assembly in .NET Framework

In this blog I’m explaining Assembly in .NET. An assembly is a fundamental unit of any .NET application. Assembly is really a collection of types and

Abstraction and Encapsulation
.net 12-Aug-2014
Abstraction and Encapsulation

In this blog, I’m explaining the abstraction and encapsulation. In the Object oriented programming’s, Abstraction is one of the principle of object o

Wpf Dock Panel
.net 25-Sep-2013
Wpf Dock Panel

In this blog, I’m explaining the dock panel in wpf , how to create it in xaml as well as in .cs file . A Dock Panel is used to dock child elements in

Timer in .Net
.net 14-May-2013
Timer in .Net

In this blog, I’m trying to explain the concept of timer in .netTheTimercomponent is a server-based timer, which allows you to specify a recurring int

DLL HELL Problem in .Net
.net 13-May-2013
DLL HELL Problem in .Net

In this blog, I’m explaining the dll hell problem in .net DLL Hell refers to the set of problems caused when multiple applications attempt to share a

Global Assembly Cache in .Net
.net 10-May-2013
Global Assembly Cache in .Net

In this blog, I’m trying to explain the concept of global assembly cache in .netAbbreviated as GAC, theGlobalAssemblyCacheis a machine-wide store used

Strong Name in .Net
.net 10-May-2013
Strong Name in .Net

In this blog, I’m trying to explain the concept of strong name in .net A strong name consists of the assembly's identity—its simple text name, versio