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 ?
.NET INTERVIEW QUESTIONS - What is GAC ?
✍: Guest
(What are situations when you register .NET assembly in GAC ?)
GAC (Global Assembly Cache) is used where shared .NET assembly reside. GAC is used in the following situations :-
* If the application has to be shared among several application.
* If the assembly has some special security requirements like only administrators can remove the assembly. If the assembly is private then a simple delete of assembly the assembly file will remove the assembly.
2010-03-16, 5347👍, 0💬
Popular Posts:
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
How To Enter Numeric Values as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to...
How can I search for data in a linked list? Unfortunately, the only way to search a linked list is w...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...