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
What is meant by bootstrap in mvc5?
what is linq to entities?
Explain the new features 3.5 framework against with the tool?
What is object service? : Entity framework
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain the difference between viewbag and viewdata in mvc?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
mention what is code first approach and model first approach in entity framework?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Explain test driven development (tdd) ?
What is session state management?
What is the advantage of using asp.net routing?
How to use Jquery Plugins in ASP.Net MVC validation?
What is the difference between windows vista and .net framework 3.0 ?
What is entity graph? : Entity framework