What are the types of assemblies and where can u store them
and how ?
Answer Posted / rajitha
Types of assemblies in asp.net : specially 2 types
1.private :It will be stored only in local root directory
2.shared:It will be stored in Global Assembly Cache.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to answer for project questions..?
Is it possible to share a view across multiple controllers?
how do you query in entity model when the result has a join from from different database other than the entity model?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Explain something about model, view and controllers in asp.net mvc?
What are actions in asp.net mvc?
What is viewstart page in mvc?
what is use of entity container?
What is the difference between renderaction and renderpartial?
What is needed for running an application built on winfx on the .net framework 3.0?
Explain representational state transfer (rest) in detail?
What is viewbag title?
Explain the request flow in asp.net mvc framework?
what do you mean by table-per-hierarchy?
What is a model in android?