What is shared and private assembly ?
Answer Posted / mohan kumar e.
Shared assemblies are accessed by more than one application
and they are stored in GAC. private assemblies are accessed
by only one application and they are stored in application
directory and one of its subdirectory.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is domain class model?
What is entity sql? : Entity framework
how can you tell ef to have a different table or column name than that defined for the class?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
How to enable Attribute Routing?
What is the "helperpage.isajax" property?
What is presentation framework?
Is .net framework going away?
what is entity framework?
What is the significance of nonactionattribute?
What are child actions in ASP.Net MVC?
How do you specify comments using razor syntax?
what is entityclient?
What are the components required to create a route in mvc?
What are Action Methods in ASP.NET MVC?