Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, March 14, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > .NET Framework > Assembly
Search:
What's New - What's Hot


Introduction to .NET Reflection        
Total Hits: 843  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Reflection is ability to find information about types contained in an assembly at run time.In this article we will examine the basic and most commonly used features of reflection....

HOW TO: Create an Assembly with a Strong Name        
Total Hits: 681  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Assemblies can be assigned a cryptographic signature called a strong name, which provides name uniqueness for the assembly and prevents someone from taking over the name of your assembly (name spoofing). If you are deploying an assembly that will be shared among many applications on the same computer, it must have a strong name. This document describes how to create an assembly with a strong name....

DOC: Global Assembly Cache (GAC) APIs Are Not Documented in the .NET Framework Software Development Kit (SDK) Documentation        
Total Hits: 250  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

The native code application programming interfaces (APIs) that allow you to interact with the Global Assembly Cache (GAC) are not documented in the .NET Framework Software Development Kit (SDK) documentation....

Introduction to .NET assemblies        
Total Hits: 1386  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This articles introduces to .NET assemblies. It explains many aspects of assemblies in a very simple form. It also illustrates with example how to create simple assemblies and host them in Global Assembly Cache...

No ActiveX Server Registration        
Total Hits: 305  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting!...

What Is An Assembly?        
Total Hits: 270  |  Today: 0 Author: Donny Mack       Rating:  
Read Reviews | Write Review |   Your Rating: 

An assembly is the primary building block of .NET. It's a reusable, self-describing, versionable deployment unit for types and resources. They are self-describing so to allow the .NET runtime to fully understand the application and enforce dependency and versioning rules....

Creating a .NET assembly in C#        
Total Hits: 3014  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, Dinar Dalvi looks at assemblies in detail. He guides us as we learn about writing assemblies, signing them, adding them to the global cache, and how to write applications that use these assemblies. Along the way, he goes into detail about every aspect of assemblies....

Introduction to .NET Assemblies        
Total Hits: 1846  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

You must have heard the word assembly many times in .NET documentation. In this article I will share some thing about .NET assemblies. An Assembly is a logical unit of code. Assembly physically exist as DLLs or EXEs. One assembly can contain one or more files. The constituent files can include any file types like image files, text files etc. along with DLLs or EXEs. When you compile your source code by default the exe/dll generated is actually an assembly. Unless your code is bundled as as.....

Simplifying Deployment and Solving DLL Hell with the .NET Framework        
Total Hits: 437  |  Today: 0 Author: Steven Pratschner       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems....

Namespaces, using Keyword and Referencing Assemblies        
Total Hits: 495  |  Today: 0 Author: Saurabh Nandu       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article Saurabh Nandu explains what are Namespaces and why they should be used. Later I will explain the use of the using keyword and the need for referencing assemblies while compiling.
...

Assemblies: The Ins and Outs - Part 2        
Total Hits: 941  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is the second part of a three part series of articles covering the .Net assemblies. In Part 1, I coved what exactly an assembly is, and what an assembly contains. In this article, Part 2 of the series I will discuss both Private and Shared assemblies and how to create a "Shared Assembly". It is assumed that you are already familiar with creating apps or dll files. I will briefly mention some of the utilities available for working with assemblies. Part 3 will discuss in more detail t...

Installing a .NET assembly into the Global Assembly Cache (GAC)        
Total Hits: 1239  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

In order to share a .NET assembly with multiple applications installed on the same machine, it needs to be installed into the Global Assembly Cache (GAC). This article will walk you through the process of giving your assembly a strong name, and installing it into the GAC....

The .NET Assemblies : Part-III        
Total Hits: 228  |  Today: 0 Author: Haroon Malik       Rating:  
Read Reviews | Write Review |   Your Rating: 

Final part of three series article. In this part a practical approach to creating a .NET assembly has been shown....

The .NET Assemblies : Part-II        
Total Hits: 188  |  Today: 0 Author: Haroon Malik       Rating:  
Read Reviews | Write Review |   Your Rating: 

Part 2 of a three seriesed article. This part is an introduction to the .NET Assemblies....

HOW TO: Create an Assembly with a Strong Name in .NET Framework SDK (Q302340)        
Total Hits: 638  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Assemblies can be assigned a cryptographic signature called a strong name, which provides name uniqueness for the assembly and prevents someone from taking over the name of your assembly (name spoofing). If you are deploying an assembly that will be shared among many applications on the same computer, it must have a strong name. This document describes how to create an assembly with a strong name....

HOW TO: Register an Assembly in a WebForm to Use a Custom Control (Q321749)        
Total Hits: 856  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article provides step-by-step instructions to make and to register an assembly to be available in a WebForm to use with ASP.NET custom server controls....

The Real,Protected,Long mode assembly tutorial for PCs        
Total Hits: 28  |  Today: 1 Author: Michael Chourdakis       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article targets the user who wants to know how the CPU works. I explain some assembly basics, the real, the protected and the long mode. Assembly working code is included so you can test yourself.

Do you dare to follow? Let's go!...

Viewing CIL code and Assembly Metadata    Version: 0.00       Price: $0.00   
Total Hits: 14  |  Today: 0 Author: Abhisek       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will describe you about how to view the contents of an .NET assembly. You can investigate the CIL code and the meta information of the assembly to strengthen your programming skill in .NET....

Satellite Assembly and Implementation Details        
Total Hits: 31  |  Today: 0 Author: sreejith ss nair       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft released the .NET Framework and common language runtime model, targeting high productivity in software development. Their goal was to create an enriched user experience with easy-to-use products. Satellite assembly comes into the picture when we develop an application that is localized to a specific culture. Throughout this article, we will explain the use and implementation details of satellite assembly....

Discover Assembly References        
Total Hits: 101  |  Today: 0 Author: ralf palm       Rating:  
Read Reviews | Write Review |   Your Rating: 

Number of involved assemblies in an IT project grows exponentially, especially with large and modular projects. Typically, if the system has been planned well, single DLLs are referenced once in a system to avoid circular or repetitive references in different places of the system. Sometimes, developers lose sight of these references with a specific version that is not influential for assembly loading, but in a fast paced development environment the specific version of an assembly can be importan...


1  2  3  4  Next >> 


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net