tag

home / developersection / tag

Convert Text Document to PDF File
c# 14-Oct-2014
Convert Text Document to PDF File

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

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

Private And Shared Assembly in .Net
.net 10-May-2013
Private And Shared Assembly in .Net

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

Advantages of DLL
.net 03-May-2013
Advantages of DLL

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