How do you create shared assemblies ?

Answer Posted / kirti

Just look through the definition of 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 assembly it can not be used in any other application

* When you talk about version of a component you are actually talking about version of the assembly to which the component belongs.

* Every assembly file contains information about itself. This information is called as Assembly Manifest.

Following steps are involved in creating shared assemblies :

* Create your DLL/EXE source code

* Generate unique assembly name using SN utility

* Sign your DLL/EXE with the private key by modifying AssemblyInfo file

* Compile your DLL/EXE

* Place the resultant DLL/EXE in global assembly cache using AL utility

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which are the key concepts of entity data model?

611


How can I tell what .net framework is installed?

509


What are the sub types of ActionResult?

589


what is client wins and store wins mode in entity framework concurrency?

649


What is entitytypes? : Entity framework

615






What is net framework 3.0 ?

594


How does .net framework works?

563


What are the advantages of asp.net mvc?

561


What is .net framwork?

563


how can you tell ef to have a different table or column name than that defined for the class?

576


Can we add constraints to the route? If yes, explain how we can do it?

732


What is routeconfig.cs in mvc 4?

647


what is entityclient?

686


The order of the filters that get executed, if the multiple filters are implemented?

617


Explain the advantages of dependency injection (di) in asp.net mvc?

570