Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
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
How to: Register Primary Interop Assemblies  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

You must register all acquired primary interop assemblies on your development computer before you can reference them with Microsoft Visual Studio 2005. Visual Studio looks for and uses a primary interop assembly the first time that you reference a type from a COM type library. If Visual Studio cannot locate the primary interop assembly associated with the type library, it prompts you to acquire it or offers to create an interop assembly instead. Likewise, the Type Library Importer (Tlbimp.exe) a...

How to: Edit Interop Assemblies  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Type Library Importer (Tlbimp.exe) converts most COM method signatures into managed signatures. However, several types require additional information that you can specify by editing the interop assembly. This topic describes how to edit an interop assembly. The Marshaling Changes topic identifies several cases that require you to edit the interop assembly and describes the changes needed....

Viewing CIL code and Assembly Metadata  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: 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: 52  |  Today: 0Author: 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: 139  |  Today: 0Author: 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...

.NET Framework Assemblies - Part 2     
Total Hits: 47  |  Today: 0Author: Bean Software      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the first part of this tutorial, we introduced the new concept of .NET framework assemblies. We have explained what are they, and why we do need them. We talked also about the versioning problems and DLL conflicts. We explained the assembly contents, versioning, naming conventions, and locations....

Install an Assembly in GAC (Global Assembly Cache) and get Shared Dll in reference tab     
Total Hits: 143  |  Today: 0Author: shivaraj      Rating:  
Read Reviews | Write Review |  Your Rating: 

Istall an Assembly in GAC (Global Assembly Cache) and get your Shared Dll in reference tab when you open VS project....

Understanding and Using Assemblies and Namespaces in .NET     
Total Hits: 259  |  Today: 0Author: Mike Gunderloy      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft .NET provides several ways to think of your code as more than just a bunch of disconnected lines. As a Visual Basic programmer, you're already familiar with the concept of a class, a section of code that defines an object and its behavior. But two of the higher-level groupings may be unfamiliar to you:An assembly provides a fundamental unit of physical code grouping.A namespace provides a fundamental unit of logical code grouping....

ILLINK -- Microsoft (R) .NET Framework IL Linker     
Total Hits: 131  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The utility intended for linking multiple managed modules or assemblies into a single module or assembly....

Assembly and Module     
Total Hits: 155  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The current Windows Programming model is a Hell for the developer as well as for the end-user. Just think if you have written an application. In order to install this application on the clients computer, first you have to copy the application files to a particular directory and then create several registry entries in clients registry. Some special shared libraries have to be copied to the Windows or System directory....

Simplifying Deployment and Solving DLL Hell with the .NET Framework     
Total Hits: 708  |  Today: 0      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. The Microsoft® .NET Framework introduces several new features aimed at simplifying application deployment and solving DLL Hell. Both end users and developers are familiar with the versioning and deployment issues that can arise with today's component-based systems. For example, virtually every end user has installed a new application on their .....

Viewing Assembly Permissions     
Total Hits: 325  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK....


1  2  3  4  5  


Disclaimer - Privacy
© 2002-2012 DevASP.net