Understanding Assemblies in .NET

An assembly in .Net can be thought of an executable that you used to create with other framework and languages. But it is more than an executable. It has a manifest which describes the assembly with details like version, author, security, and other information that forms a part of it.

An assembly created for one application will not interfere with another application. Assemblies can be shared among other applications. If you want to use an assembly with another application all you have to do is to copy that assembly and place it in the bin directory of the application that wants to use it.

To share an assembly with any other application you have to place the assembly in the Global Assembly Cache (GAC). This is found in the folder named Assembly in the WinNT folder of your system. To copy an assembly to this GAC you have to give a strong name (unique name) to the assembly before doing so. For this a tool called SN.exe is used.

Then you can use the GACUTIL tool to copy the assembly to the GAC. When you are executing an assembly you are actually invoking the Common Language Runtime which converts the assembly to the native code for execution by using the Just-In-Time compiler.



Yadav chieftains stifle women's aspirations (Calcutta News)
Two Yadav chieftains, with a combined strength of 15 in the Rajya Sabha, succeeded Monday to prevent voting on a historic legislation that seeks to reserve one-third seats in parliament and state assemblies for women.

Women's Reservation Bill to be tabled in Rajya Sabha today (Calcutta News)
The Women's Reservation Bill, which provides 33 per cent reservation of women in Parliament and the State Assemblies, will be tabled in the Rajya Sabha today.

Atlas Air To Deliver Major Assemblies For Boeings Dreamliner (The Aero-News Network)
Boeing Awards Long-Term Contract To Operate Dreamlifter Fleet In Support Of 787 Program Atlas Air Worldwide Holdings, which is a provider of global air cargo assets and outsourced aircraft operating services, announced Thursday that Boeing has selected Atlas Air to provide key supply-chain support for the production of Boeing's all-new commercial jetliner, the 787 Dreamliner.




______________________________________________________

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 |