home / developersection / category
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
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
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.
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 means having more than one form. Overloading and overriding are used to implement polymorphism. Polymorphism is classified into compile t
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
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) is where all shared .NET Assembly reside. GAC is used in the several situations: 1. If the application has to be shared a
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.
Microsoft Visual Studio LightSwitch is the simplest way for developers of all skill levels to develop business applications for the desktop and cloud.