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?
Explain the .net framework.
What is route config?
How do you specify comments using razor syntax?
What is Layout in ASP.Net MVC?
Can I uninstall microsoft .net framework?
What symbol would you use to denote, the start of a code block in razor views?
what is lazy loading in entity framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is filters in web api?
What are the 2 ways of adding constraints to a route?
What are authentication filters in web api?
Does .NET Framework support SAX?
What is difference between viewbag and viewdata and tempdata?
Mention some action filters which are used regularly in ASP.Net MVC?