Managing .NET Assemblies

An assembly can be compared to that of the executables that are created in other frameworks. However there is a difference when you compare this to the actual executables you have created earlier.

A .Net assembly is actually a source code for the Common Language Runtime which uses the Just-In-Time compiler to compile the source code in the assembly to the native language to execute. The advantage of this type of assembly is that you can just copy it to any location when you need it and there is no need to register it like you did in the early days.

If there are any components that need to be shared by many programs then you can share a component by creating a copy in the Global Assembly Cache (GAC). Before you copy a component in the GAC, you need to give a strong name using the SN.exe tool and then use the GACUTIL tool to copy that component to the GAC.

You can also use the .NET 2.0 configuration tool found in the Control Panel -> Performance and Maintenance -> Administrative Tools to copy an assembly to the Global Assembly Cache.

Micro-Mechanics posts full-year net profit to $4.8m
Mainboard-listed Micro-Mechanics (Holdings), the manufacturer of high precision tools, parts and assemblies for high technology industries, has reported a net profit to $4.8 million for the 12 months ended 30 June 2010 (FY2010), compared to $0.5 million in FY2009. Group revenue rose 23.6% to $41.0 million, from $33.1 million in FY2009 on the back of improving conditions in the global technology ...

Sustainable Energy Technologies: Nine-month financial results
Die untenstehende Meldung ist eine Original-Meldung des Unternehmens. Sie ist nicht von der ECOreporter.de-Redaktion bearbeitet. Die presserechtliche Verantwortlichkeit liegt bei dem meldenden Unternehmen.

Sustainable Energy Reports 9-Month Operating and Financial Results
CALGARY, ALBERTA--(Marketwire - Aug. 30, 2010) - Sustainable Energy Technologies Ltd (TSX VENTURE:STG) ("Sustainable") today reported its operating and financial results for the nine-month period ending June 30, 2010.




______________________________________________________

Recommended Resource



| Managing .NET Assemblies | Understanding Assemblies in .NET| Reflection and Assemblies in .NET | Advantages of using ASP.NET Assemblies | Understanding Assemblies in VB.NET | Building VB.NET Assemblies |



_______________

FREE Subscription

Stay Current With the Latest Technology Developments Realted to .NET. Signup for Our Newsletter and Receive New Articles Through Email.

Name:

Email:

Note : We never rent, trade, or sell our email lists to anyone. We assure that your privacy is respected and protected.


 

| Privacy Policy for www.dotnet-guide.com | Disclosure | Contact |