Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is difference between html.beginform and ajax.beginform?

1047


What is entitytype? : Entity framework

1025


How the ‘page lifecycle’ of ASP.Net MVC does works?

1234


Is razor a server side?

1034


Explain something about model, view and controllers in asp.net mvc?

1078


what is scalar property?

1118


What is conceptual model? : Entity framework

982


Explain the advantages of asp.net mvc over asp.net?

1175


What is an asynchronous controller in asp.net mvc?

1100


What is Dependency Injection in ASP.Net MVC

1096


why DotNetFramework is included in building a software

2734


What is entity framework? : Entity framework

1094


Explain the new features added in version 4 of mvc (mvc4)?

1055


What is the difference between partial and renderpartial?

981


What are the levels at which filters can be applied in an asp.net mvc application?

1201