What is gacutil.exe. Where do we store assemblies ?
Answer Posted / sathish
Along with the question, would like to answer, "whats the
advantage of installing assemblies in GAC folder?
#1 Different version of the same asssembly can be stored.
#2 Always the latest version will be referenced by
applications.
#3 Central store for multiple applications using the same
DLL,
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between windows vista and .net framework 3.0 ?
What is the "helperpage.isajax" property?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Where are the routing rules defined in an asp.net mvc application?
How we can handle the exception at controller level in ASP.Net MVC?
How does the .net framework 3.0 relate to windows vista?
What are Action Methods in ASP.NET MVC?
what is deferred loading(lazy loading)?
How we can invoke child actions in ASP.Net MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
What are the sub types of ActionResult?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is the difference between viewbag and viewdata in asp.net mvc?
Explain the 'page lifecycle' of an ASP.NET MVC?