What are the types of assemblies and where can u store them
and how ?
Answer Posted / mehul kumar wani
Assembly having 3 Types:
1) Private: only for single application.
it will be stored in local Root Directory.
2)Shared: Shared b/w more then one Application.
Stored in GAC(Global Assembly Cache).
3)Sattelite:This is uesd for Localization of Language.
(Localization means Translating)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How does the .net framework 3.0 relate to the .net framework 2.0?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are scaffold templates in mvc?
Can you explain the page life cycle of mvc?
How we can invoke child actions in ASP.Net MVC?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is the .net framework 3.0 (formerly winfx)?
which are the key concepts of entity data model?
What is the 'page life cycle' of an ASP.NET MVC?
What is object service? : Entity framework
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What are Non Action methods in ASP.Net MVC?
Can I uninstall microsoft .net framework?
What are non action methods in mvc?
What is Dependency Injection in ASP.Net MVC