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
How do you handle variable number of segments in a route definition?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is Dependency Injection in ASP.Net MVC
what is entity data model?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
How to Redirect Tracing to a File
Mention what is the difference between “ActionResult” and “ViewResult” ?
Explain what languages does the .net framework support?
What are Action Methods in ASP.NET MVC?
What is the difference between .net core and .net framework?
What is entityset? : Entity framework
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Where are the routing rules defined in an asp.net mvc application?
List out few different return types of a controller action method?
What is an asynchronous controller in asp.net mvc?