Hits Today: 1 Total: 3084 | Updated: 5/21/2001 | |
 | This article introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems. Author: Steven Pratschner Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 4914 | Updated: 4/5/2002 | |
 | This article introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems. Author: Steven Pratschner Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 7813 | Updated: 6/30/2002 | |
 | As you'll see in this document, you can use Visual Basic .NET to create both assemblies and namespaces. You'll need to understand both of these concepts to be a productive Visual Basic .NET developer. Author: Mike Gunderloy Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 1782 | Updated: 7/21/2003 | |
 | The .NET Services Installation tool performs the following actions: Loads and registers an assembly; generates, registers, and installs a type library into a specified COM+ 1.0 application; and configures services.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 5219 | Updated: 7/22/2003 | |
 | You can create single-file or multifile assemblies using an IDE, such as Visual Studio .NET, or the compilers and tools provided by the .NET Framework SDK. Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1892 | Updated: 9/9/2003 | |
 | This article shows how images can be served from an assembly, which can avoid the proliferation of numerous files on disk, can simplify installation and configuration of the Web server, and can increase the security of those images. Author: Morgan Skinner Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 3025 | Updated: 8/8/2001 | |
 | I was amazed when I saw how easy it was to write a .NET application that interoperates with my legacy COM components. This article will walk you through a contrived example of calling a VB6 COM object from a .NET console application written in C#. Code: ASP.NET Beta 1 & C# | |  | |
Hits Today: 1 Total: 3244 | Updated: 8/25/2001 | |
 | In order to share a .NET assembly with multiple applications installed on the same machine, it needs to be installed into the GAC. This article will walk you through the process of giving your assembly a strong name, and installing it into the GAC. |
Hits Today: 1 Total: 2321 | Updated: 11/18/2003 | |
 | This article will show you how to build and use your own attributes and provide an example of an assembly attribute that I include in my applications. Author: Joe Brinkman Code: ASP.NET v1.1 & VB |
|