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
What is the use of the default route {resource}.axd/{*pathinfo} ?
How we can register the Area in ASP.Net MVC?
What are the versions of .net framework?
Why to use Html.Partial in ASP.Net MVC?
Briefly describe the roles of clr in .net framework?
What type of filter does outputcacheattribute class represents?
If I have multiple filters implemented, what is the order in which these filters get executed?
Explain .Net Framework? Why we use it?
What is the use of action filters in an mvc application?
What is meant by viewdata?
List out few different return types of a controller action method?
What is namespace of asp.net mvc?
What is the mvc pattern (model view controller pattern)?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Which version of the common language runtime (clr) does the .net framework 3.0 use?