The author defines the assemblies and highlights the benefits of .NET assemblies. The author also discusses about the two developments - Code behind and Custom controls. The author tells that by generating the pre-compiled libraries of IL, the...
This article deals with assemblies and their implementation in .NET. The main content of this article is about implementing a simple .NET assembly. In ASP.NET web applications, the users might employ many pre-built assemblies. The author helps by...
Learn how to create assemblies that share their non-public types and members with other assemblies using friend assemblies.
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...
This online presentation about .NET assemblies helps the webmasters to know about the three tier architecture and about .NET assemblies. The author describes the real need of the three-tier architecture. The author divides the application into...
This article starts by explaining the real meaning of an assembly. The author explains about .NET assemblies in detail along with its two types shared and private assemblies. The article explains about the advantages of these assemblies too. Along...
In this online tutorial the assembly accessibility is detailed by the author. The main highlight of this article is about the .NET assemblies. The two classification of assemblies are discussed in detail. The author explains about the need of...
This is an online tutorial explaining about the complete structure of .NET Assemblies. The author defines an assembly and its purpose. Further, the author tells about the contents of an assembly and describes it briefly. This article covers the...
The main objective of this article is to teach the users about creating one or more assemblies with the help of an IDE. The author shows how to generate single file or multiple file assemblies with the help of VS.NET or by the compiler and other...
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...
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...
This online article is all about the namespaces and assemblies. The author tells about how to create security, reference, boundry installation and version through the grouping code in assemblies. The author also shows about how to generate a...
Using Reflection Emit to Cache .NET Assemblies is an useful tutorial for the .NET pogrammers and the webmasters through which they can get guidelines for caching the .NET assemblies with the help of reflection emits. Here author discusses about...
.NET Framework accepts a range of languages, coding one single assembly with the help of more than one language is the part described in this online tutorial. The author explains this content by using two assemblies - console application and type...
Crypto Obfuscator For .Net 2009 provides advanced code protection, obfuscation and optimization for your .Net assemblies. Crypto Obfuscator combines powerful obfuscation, encryption and optimization techniques to provide the very best...
This online article deals with deploying ASP.NET Applications. The author further discusses about the file system layout, resolving class references to assemblies, .NET Framework application start up and Class Resolution and finally the code...
.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...
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...
Assembly is one of the important component while building any .NET applications which is proved by this online article. The author explains about the assembly and their workings. This tutorial shows how to use assemblies in solving the...
Taking Advantage of .NET Framework Classes - Part 1 is a tutorial which discusses about the system classes, assemblies and namespaces of the .NET framework. .NET framework contains ASP.NET, the Common Language Runtime (CLR)and the .NET Framework... |