What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe?
Answer Posted / srikanth
gacutil.exe is the tool provided by the .net framework
which helps to register an assembly that is meant for
sharing i.e., public usage. Before registering an assembly
as public or shared assembly you must generate a strong
name for that assembly using the sn.exe tool.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why select Web API?
Where session variables are stored?
Where the viewstate is stored after the page postback?
Explain swagger components.
How is it possible for .NET to support many languages?
What methods are fired during the page load? Init()
What is application variable in asp.net?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain the difference between dataset and datareader.
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What are the different types of proxy patterns?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Explain diff between dataset and datareader?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is the maximum timeout we can set for Cookies?