The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer.
Install assembly in GAC only if required.
GAC is used in the following situations:
- If the application has to be shared among several applications.
- If assembly has special security requirement.
- Use utility called as "Global assembly cache tool (Gacutil.exe), provided by Windows Software Development Kit (SDK)
- Use an installer designed to work with GAC.
- Assembly should be Strongly named.
- Assembly residing in the GAC must adhere to a specific versioning scheme which allows for side-by-side execution of different code versions.
That's it for now.
Keep smiling.....
Keep programming......
Regards,
Mahesh Bagul
( Mahesh Bagul )
Sr.Software Engineer
Pune, India
No comments:
Post a Comment