What are the types of assemblies and where can u store them
and how ?
Answer Posted / kanan
Local assemblies will be only in ur application folder and
only that application can use those assemblies.Global
assemblies will be registered in C:\windows\Assembly as
GAC(Global Assembly Cache) using a tool called GACUtil. Once
it is registered, any application can refer for that
assembly to that path. More than one application can usethat
assembly simultaneously.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is code first? : Entity framework
What is rxjava used for?
How does the 'page lifecycle' of asp.net mvc works?
Name a few different return types of a controller action method?
Explain the advantages of dependency injection (di) in asp.net mvc?
How does servicing work for the .net framework 3.0?
How to change the action name in mvc?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Can you explain the page life cycle of mvc?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What are scaffold templates in mvc?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What are the possible razor view extensions?