What is shared and private assembly ?
Answer Posted / karthikumar.r
shared assembly is global to all applications.
but private assembly is cerated for each applications.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the components required to create a route in mvc?
What is the mvc pattern (model view controller pattern)?
What is orm entity framework?
How does .net framework works?
What is disconnected scenario? : Entity framework
What are Validation Annotations?
What is the difference between .net core and .net framework?
What is difference between razor and web form engine?
Is the following route definition a valid route definition? {controller}{action}/{id}
If I have multiple filters implemented, what is the order in which these filters get executed?
What is Attribute Routing in ASP.Net MVC?
What operating systems will the .net framework 3.0 be available for?
Can I remove .net framework?
What are ajax helpers in asp.net mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?