Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is GAC
What are situations when you register .NET assembly in GAC ?
✍: fyicenter.com
GAC (Global Assembly Cache) is used where shared .NET assembly reside. GAC is used in the following situations :-
Note :- Registering .NET assembly in GAC can lead to the old problem of DLL hell, where COM version was stored in central registry. So GAC should be used when absolutely necessary.
2007-10-22, 5753👍, 0💬
Popular Posts:
What are some uses of Intranets & Extranets? An "intranet" is the generic term for a collect...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
How can a servlet refresh automatically if some new data has entered the database? You can use a cli...
How could Java classes direct program messages to the system console, but error messages, say to a f...