Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Writing Assemblies in multiple languages
What's in a namespace? By Builder.com
What's In a Namespace?
What's In A Namespace
Viewing Assembly Permissions
Understanding and Using Assemblies and Namespaces in .NET
Standardize Your .NET Namespaces
Simplifying Deployment and Solving DLL Hell with the .NET Framework
Simple Business Object in VB.NET
Serving Images from .NET Assemblies
Placing a .NET assembly in the GAC using MMC and sn.exe,- a step-by-step Guide
No ActiveX Server Registration Needed with ASP.NET
Namespaces In C#
Introduction to .NET Assemblies
How To Create an Assembly with a Strong Name in .NET Framework SDK
Top Code
.NET Assemblies & Manifests
.NET Assemblies - I
.NET Assemblies - II
.NET Assemblies - III
.NET Services Installation Tool
Assemblies: The Ins and Outs - Part 2
Assemblies: The Ins and Outs -Part 1
CodeDOM: How to achieve code generation in .NET - Part 1
Common .NET Libraries for Developers
Creating and Using Assembly Attributes
Creating and Using Namespaces with VB.NET and C#
Creating Assemblies
Creating Assemblies On The Fly Using Code DOM
Database Access Within an Assembly
Defining Custom Entry Points
ASP.NET > Tips and Tutorials > Assemblies
Source List
All | Freeware

Code 11-20 of 32   Pages: Go to  << Prior  1  2  3  4  Next >>  page  


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