Microsoft.NET 2.0 Question:
Download Job Interview Questions and Answers PDF
Explain the procedure to add assemly to GAC to make it shared one?
Answer:
Strong name the assembly using snk and copy the assembly into the windows/assembly folder
Private assemblies are very useful, but sometimes we will want to put a DLL in a central place so that a single copy can be shared by the other assemblies on the system. .NET has such a repository, called the Global Assembly Cache(GAC). An assembly placed into the GAC is called a Shared Assembly.
Private assemblies are very useful, but sometimes we will want to put a DLL in a central place so that a single copy can be shared by the other assemblies on the system. .NET has such a repository, called the Global Assembly Cache(GAC). An assembly placed into the GAC is called a Shared Assembly.
Download Microsoft.NET 2.0 Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the main components in .Net? | How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can? |