What are the types of assemblies and where can u store them
and how ?
Answer Posted / anil kumar
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do you query in entity model when the result has a join from from different database other than the entity model?
What are bundling & minification features in asp.net mvc 4?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is the advantage of using asp.net routing?
What is meant by viewdata?
what is complex type?
What is the use of the default route?
Explain the use of Inversion of control (IOC)?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Why should we go for entity framework?
What are sections?
What is the purpose of a web form?
What are the options can be configured in AJAX helpers?
How can you return string result from Action in ASP.Net MVC?
What is the use of razor view engine?