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...

what is shared assembly asp net

Answer Posted / mkm

Shared ASP.NET Assemblies are created when you want to
share the component files across multiple applications.
Shared ASP.NET Assemblies must have a unique name and must
be placed in Global Assembly Cache (GAC).

or


two types of ASP.NET Assemblies in ASP.NET: private ASP.NET
Assemblies and shared assemblies. Private ASP.NET
Assemblies are created whey you build component files like
DLLs that can be applied to one application. Shared ASP.NET
Assemblies are created when you want to share the component
files across multiple applications. Shared ASP.NET
Assemblies must have a unique name and must be placed in
Global Assembly Cache (GAC). The GAC is located in the
Assembly directory in WinNT. You can view both the manifest
and the IL using ILDisassembler (ildasm.exe).

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you handle errors in Web API?

1222


Differentiate between early binding and late binding.

1149


I’m having some trouble with cas. How can I diagnose my problem?

1087


Name the two properties are on every validation control?

1044


What is strong-typing versus weak-typing?

1174


Is asp net front end or backend?

1053


Do session use cookies in asp net?

1047


What is difference between session and viewstate?

966


Can we have multiple web config files for an asp.net application?

1036


Why is global asax is used for?

1135


When maintaining session through sql server, what is the impact of read and write operation on session objects?

1044


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

984


How to reduce the width of textbox in editcommandcolumn of datagrid?

1064


If 200 is for all successful operation then why do we have 201 response codes?

982


Define satellite assemblies.

1114