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


Please Help Members By Posting Answers For Below Questions

What are html helpers in asp.net?

1138


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

1020


What are the differences between clr & cts?

1134


What is asp.net used for?

1149


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.

1870


Difference between .NET and previous version?

2635


Define satellite assemblies.

1114


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?

2379


How does output caching work in ASP.NET?

983


What is use of <% %> in asp.net?

1056


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

1068


How many types of triggers are there in update panel?

1071


Explain the different types of directives in .net?

995


Out of ASP or ASP.NET which one is stateless?

1302


How can you handle exceptions in asp.net?

1111