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 entityclient?
What are authentication filters in web api?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is the role of the jit compiler in .net framework?
When will the .net framework 3.0 be released?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Can I use razor code in javascript in asp.net mvc?
What is the difference between model and entity?
what is way of loading data in ef (entity framework)?
What are the two ways to add constraints to a route?
How do you handle variable number of segments in a route definition?
Does razor engine supports for tdd?
What is Area in ASP.Net MVC?
What is ViewStart Page in ASP.Net MVC?