Hosting Industry is emerging very fast, new players are coming up with their own data centres offering item level to full environment backup and off-site recovery option for new and current …
.NET Hosting
Depending on the Budget and the requirement, most of the individuals spent lot of time in reading reviews and comparing the different Hosting provider companies. If somebody is going for .NET Hosting, …
.NET assembly
Building Blocks of .NET Framework, which forms the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. Assemblies are the collection of types and …
Types of assembly?
What are the different types of assemblies? The types of assemblies are 1. Private 2. Public/Shared 3. Satellite …
Garbage Collection in .Net?
What is Garbage Collection in .Net? Can anybody explain Garbage collection process? Garbage collection is process of transitively tracing through all pointers to actively used objects in order to …
Name spaces
What are namespaces in .NET???why are they used???? The namespace keyword is used to declare a scope. This namespace scope lets you organize code and gives you a way to create globally-unique types. …