Ajay Mungara's shared items

Friday, September 12, 2003

The best way to determine whether or not your .NET component belongs in the Global Assembly Cache (GAC) is to answer the following 2 questions:
• Do you expect many applications to use your component on the same machine?
• Is there a significant disk requirement by your component?

If the answer is “yes” to either of the above questions then the component can potentially be installed in the GAC.

No comments: