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
Explain the steps to be followed to use passport authentication.
Define satellite assemblies.
What is the function of new view engine in asp.net? : asp.net mvc
How do u declare static variable and how it is declared and what is its lifetime?
Explain the server control events of asp.net ?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is cached data phone?
How do you implement postback with a text box?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How can you use a custom controls in ASP.NET application?
What is a ashx file?
What is server side session?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Securitywise What are the Enhancements in 2.0?
What are the components of ado.net?