tag

home / developersection / tag

What is a DLL?
.net 03-May-2013
What is a DLL?

In this blog I am trying to elaborate the concept of what is the DLL. DLL stands for dynamic link library. A DLL is a library that contains code and

Tree view database connection.
.net 11-Mar-2013
Tree view database connection.

Thank You Sir, below link project details is very useful us. I wanna Database connection to the below link Project like Tree view. please send me sir.

Strong name in .Net
.net 11-Sep-2012
Strong name in .Net

In shared system, the names of the assembly should be unique because the assemblies can be accessed by multiple applications. Therefore you need to as

Polymorphism
.net 11-Sep-2012
Polymorphism

Polymorphism means having more than one form. Overloading and overriding are used to implement polymorphism. Polymorphism is classified into compile t

Encapsulation
.net 11-Sep-2012
Encapsulation

Encapsulation is the ability to hide its data and methods from outside the world and only expose data and methods that are required. Encapsulation is

Global Assembly Cache Tool (Gacutil.exe)
.net 22-Aug-2012
Global Assembly Cache Tool (Gacutil.exe)

Gacutil.exe allows you to install assemblies into the cache, remove them from the cache, and list the contents of the cache. The syntax for adding an assembly using gacutil.exe is as follows:- gacutil [options] [AssemblyName]

GAC (Global Assembly Cache) in .Net
.net 22-Aug-2012
GAC (Global Assembly Cache) in .Net

GAC (Global Assembly Cache) is where all shared .NET Assembly reside. GAC is used in the several situations: 1. If the application has to be shared a

CLR (Common Language Runtime) in .Net Framework
.net 22-Aug-2012
CLR (Common Language Runtime) in .Net Framework

The CLR is one of the most essential component of the .Net Framework. CLR is the environment where all the programs using .Net technologies are executed.

DLL Hell
.net 14-Jul-2012
DLL Hell

The Dll Hell problem is mostly related to Win32 code, the further back in time you go the worse it was. DLL Hell, is kind of conflict that occurred previously, due to lack of version supportability of dll for (within) an application.

What is LightSwitch?
.net 23-Jan-2012
What is LightSwitch?

Microsoft Visual Studio LightSwitch is the simplest way for developers of all skill levels to develop business applications for the desktop and cloud.

Attributes & Reflection
.net 09-Aug-2011
Attributes & Reflection

Attributes are a simple technique for adding metadata information and behavior to code within applications. Reflection technique can be used to pick u

Visual Studio LightSwitch Introduction.
.net 06-Jul-2011
Visual Studio LightSwitch Introduction.

Visual Studio LighSwitch is a rapid application development tool to push data-centric application quickly into the hands of customer for use on the de