|
|
|
|
|
Total Hits: 854 | Today: 0
|
|
Rating:
|
|

Reflection is ability to find information about types contained in an assembly at run time.In this article we will examine the basic and most commonly used features of reflection....
|
|
|
|
Total Hits: 694 | Today: 0
|
|
Rating:
|
|

Assemblies can be assigned a cryptographic signature called a strong name, which provides name uniqueness for the assembly and prevents someone from taking over the name of your assembly (name spoofing). If you are deploying an assembly that will be shared among many applications on the same computer, it must have a strong name. This document describes how to create an assembly with a strong name....
|
|
|
|
Total Hits: 264 | Today: 0
|
Author: MSDN
|
Rating:
|
|

The native code application programming interfaces (APIs) that allow you to interact with the Global Assembly Cache (GAC) are not documented in the .NET Framework Software Development Kit (SDK) documentation....
|
|
|
|
Total Hits: 1396 | Today: 0
|
|
Rating:
|
|

This articles introduces to .NET assemblies. It explains many aspects of assemblies in a very simple form. It also illustrates with example how to create simple assemblies and host them in Global Assembly Cache...
|
|
|
|
Total Hits: 314 | Today: 0
|
|
Rating:
|
|

Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting!...
|
|
|
|
Total Hits: 270 | Today: 0
|
Author: Donny Mack
|
Rating:
|
|

An assembly is the primary building block of .NET. It's a reusable, self-describing, versionable deployment unit for types and resources. They are self-describing so to allow the .NET runtime to fully understand the application and enforce dependency and versioning rules....
|
|
|
|
Total Hits: 3041 | Today: 0
|
|
Rating:
|
|

In this article, Dinar Dalvi looks at assemblies in detail. He guides us as we learn about writing assemblies, signing them, adding them to the global cache, and how to write applications that use these assemblies. Along the way, he goes into detail about every aspect of assemblies....
|
|
|
|
Total Hits: 1862 | Today: 0
|
|
Rating:
|
|

You must have heard the word assembly many times in .NET documentation. In this article I will share some thing about .NET assemblies. An Assembly is a logical unit of code. Assembly physically exist as DLLs or EXEs. One assembly can contain one or more files. The constituent files can include any file types like image files, text files etc. along with DLLs or EXEs. When you compile your source code by default the exe/dll generated is actually an assembly. Unless your code is bundled as as.....
|
|
|
|
Total Hits: 438 | Today: 0
|
Author: Steven Pratschner
|
Rating:
|
|

This article introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems....
|
|
|
|
Total Hits: 505 | Today: 0
|
Author: Saurabh Nandu
|
Rating:
|
|

In this article Saurabh Nandu explains what are Namespaces and why they should be used. Later I will explain the use of the using keyword and the need for referencing assemblies while compiling. ...
|
|
|
|
Total Hits: 943 | Today: 0
|
|
Rating:
|
|

This article is the second part of a three part series of articles covering the .Net assemblies. In Part 1, I coved what exactly an assembly is, and what an assembly contains. In this article, Part 2 of the series I will discuss both Private and Shared assemblies and how to create a "Shared Assembly". It is assumed that you are already familiar with creating apps or dll files. I will briefly mention some of the utilities available for working with assemblies. Part 3 will discuss in more detail t...
|
|
|
|
Total Hits: 1240 | Today: 0
|
|
Rating:
|
|

In order to share a .NET assembly with multiple applications installed on the same machine, it needs to be installed into the Global Assembly Cache (GAC). This article will walk you through the process of giving your assembly a strong name, and installing it into the GAC....
|
|
|
|
Total Hits: 231 | Today: 0
|
Author: Haroon Malik
|
Rating:
|
|

Final part of three series article. In this part a practical approach to creating a .NET assembly has been shown....
|
|
|
|
Total Hits: 189 | Today: 0
|
Author: Haroon Malik
|
Rating:
|
|

Part 2 of a three seriesed article. This part is an introduction to the .NET Assemblies....
|
|
|
|
Total Hits: 651 | Today: 0
|
|
Rating:
|
|

Assemblies can be assigned a cryptographic signature called a strong name, which provides name uniqueness for the assembly and prevents someone from taking over the name of your assembly (name spoofing). If you are deploying an assembly that will be shared among many applications on the same computer, it must have a strong name. This document describes how to create an assembly with a strong name....
|
|
|
|
Total Hits: 865 | Today: 0
|
|
Rating:
|
|

This article provides step-by-step instructions to make and to register an assembly to be available in a WebForm to use with ASP.NET custom server controls....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Michael Chourdakis
|
Rating:
|
|

This article targets the user who wants to know how the CPU works. I explain some assembly basics, the real, the protected and the long mode. Assembly working code is included so you can test yourself how the processor works in real mode, how protected mode is entered, how we get to 64-bit mode and finally, how to exit from all them and go back to DOS....
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Vinayak kadu
|
Rating:
|
|

This article is concerned with how to manage the .NET assemblies in your Project or GAC (Global Assembly Cache). All .NET programs that are constructed from these assemblies and almost everything you do in .NET leads to the creation of an assembly of some order. Every program runs on a layer of Software and Hardware abstraction called CLR (Common Language Runtime). CLR cannot directly convert the code to hardware platform (binary form). It has to perform some specific checks like version informa...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Revision History
|
Rating:
|
|

this article has no description lines....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: AzamSharp
|
Rating:
|
|

The topic of Assemblies is always difficult to grasp for new developers. In this article I will explain what assembly in .NET means and what are the different types of assemblies available in the .NET framework....
|
|
|
|
|
|