Explain the procedure to add assemly to GAC to make it shared one?
Submitted by: AdministratorStrong 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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online Microsoft.NET 2.0 Job Interview Questions And Answers
Top Microsoft.NET 2.0 Questions
| ☺ | Explain What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control? |
| ☺ | What is 2 tier and 3 tier architecture? |
| ☺ | Explain the procedure to add assemly to GAC to make it shared one? |
| ☺ | Explain What rare the Types of JIT and what is econo-JIT? |
| ☺ | In .NET Compact Framework, can we free memory explicitly without waiting for garbage collector to free the memory? |
Top Dot Net Technologies Categories
| ☺ | MSF Interview Questions. |
| ☺ | .Net Architecture Interview Questions. |
| ☺ | ASP.Net MVC Interview Questions. |
| ☺ | Entity Framework Interview Questions. |
| ☺ | C# (Sharp) Programming Language Interview Questions. |
