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 21-30 of 32   Pages: Go to  << Prior  1  2  3  4  Next >>  page  


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 tool



In this online article, the author refreshes about the topic namespace for the readers. The author tells the definition of namespace and explains about these namespaces which are considered as the building block for the .NET framework. This article d



Creating and using Assembly attributes are the main theme projected in this online tutorial. The new concept of using the attributes to connect in meta-data with the code is acceptable by the .NET Framework. The author shows the same concept in gener



This online tutorial helps the users to know more about the .NET libraries which might be much useful for them to develop their .NET applications. In this article the author explains about recognizing the common namespaces and also describes it in de



CodeDOM: How to achieve code generation in .NET - Part 1 is an easy to learn tutorial through which the users can learn about the basic concepts of codeDOM, which generates the language independent codes in .NET framework. The author explains several



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 detai



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 generat



Through this online article, the users would get information about the .NET services installation tool. The author tells that this tool could load and register an assembly. The complete tasks of this installation tool is explained in this article alo



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 wi



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 te