What are the types of assemblies and where can u store them
and how a private assembly is used only by a single
application, and is stored in that application's install
directory (or a subdirectory therein)?
Answer Posted / srikanth
Assemblies are of three types.
1. Private-The assembly that resides in the application
directory and is only meant for that particular application.
2. Public/Shared-The assembly that is placed in the Global
Assembly Cache where all the application can use the
functionality of the assembly.
3. Satellite-An assembly that behaves differently for each
application based on the culture information.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are html helpers in asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What are the differences between clr & cts?
What is asp.net used for?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Difference between .NET and previous version?
Define satellite assemblies.
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How does output caching work in ASP.NET?
What is use of <% %> in asp.net?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
How many types of triggers are there in update panel?
Explain the different types of directives in .net?
Out of ASP or ASP.NET which one is stateless?
How can you handle exceptions in asp.net?