What are the types of assemblies and where can u store them
and how ?
Answer Posted / santhosh.gs
assemblies are of two types, They are Shared assembly and
private assembly. shared assemblies are shared among
multiple applications and they are stored in Global
Assembly Cache. Private Assemblies implies to a single
application and they are stored in the root directory of
the application.
| Is This Answer Correct ? | 40 Yes | 4 No |
Post New Answer View All Answers
Which .net framework is installed?
Why to use html.partial in mvc?
what do you mean by table-per-type?
mention what is code first approach and model first approach in entity framework?
Explain something about model, view and controllers in asp.net mvc?
What is associationset? : Entity framework
Explain the new features added in version 4 of mvc (mvc4)?
Do I need microsoft .net framework?
Is dapper better than entity framework?
Mention two instances where routing is not implemented or required?
What are bundling & minification features in asp.net mvc 4?
Explain tempdata in asp.net mvc?
How large is the .net framework 3.0?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Can we add constraints to the route? If yes, explain how we can do it?