Using MMC and the sn.exe utility, it becomes very simple to link a .NET assembly to the Global Assembly Cache which is proved through this online tutorial. The author explains about these two utilities which would check the assemblies and build key p
The author narrates about the importance of .NET than ActiveX technology. In this article, it is proved that there is no need of registering ActiveX server in .NET. The author suggest to copy the DLL file and to specify the path. The demonstration of
The author describes the namespace in C# through this online tutorial. The article defines the content of the namespace. The users could learn the implementation process of directive usage and also how to make use of alias directives. In a nut shell,
.NET attributes is the content discussed in detail through this online tutorial. The author explains about the assembly and its features. In this article the beginners could know about the assembly manifest, shared and private assembly and global ass
Strong name is a strong need of an assembly which is the main objective of this online tutorial. The need of a strong name for an assembly arises while installing an assembly which would be shared for many applications on the same machine. The proces
Now the webmasters could load an assembly from any group directory which is proved through this online tutorial. The author defines about the assemblies as a component to be registered. The author shows how to generate a label custom control and demo
Through this article the author teaches the webmasters about designing simple .NET assemblies. This article covers the topics about one component per assembly model and one assembly for each tier model in an application. In the final part, the author
The article starts with a briefing about the "Main" method. The author explains about deleting the main method without any changes in the assembly. The author shows the step by step process of altering the IL file. The author...
In this online article the users could learn about how the database could be accessed within the assembly. The author tells that within the assembly a database server could be connected. The author uses SQL server in the source code. The users could
Creating Assemblies On The Fly Using Code DOM is an useful article for the programmers to learn about the process of generating assemblies with the help of code document object model. Here the author gives details about various classes and gives brie |