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
how do you query in entity model when the result has a join from from different database other than the entity model?
What is managed extensibility framework?
Does .NET Framework support SAX?
Explain tempdata in asp.net mvc?
What are Code Blocks in Views?
What is the use of display modes?
what is split entity?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Can we add constraints to the route? If yes, explain how we can do it?
what do you mean by table-per-type?
What is namespace of asp.net mvc?
What is the full form of sp?
Explain test driven development (tdd) ?
I want ask from plz smaple example code for Biztalkk server
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?