home / developersection / tag
In this blog I’m explaining about how to convert text document to pdf file in c#.Description:-About classes used:-1.OpenFileDialogThis class is use to
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
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
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
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
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
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
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
In this blog, I’m trying to explain the concept of global assembly cache in .netAbbreviated as GAC, theGlobalAssemblyCacheis a machine-wide store used
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
In this blog, I’m trying to explain the private and shared assembly and differences between them.Private AssemblyThis type of assembly is used by a si
Well we already read the concept of DLL in my previous blog http://www.mindstick.com/Blog/488/What%20is%20a%20DLL and now i want to move on the next c