The GAC stands for the global assembly cache.
It is the machine wide code cache which will give custom binaries place into the full trust code group for SharePoint. Certain SharePoint assets, such as Feature Receivers need full trust to run correctly, and therefore are put into the GAC.
You should always try to avoid deployment to the GAC as much as possible since it will possibly allow development code to do more than it was intended to do.
Thanks for learning my blogs!!

Gowtham RajamanickamPosted Apr 10, 2016, 8:14 AM
More awesome articles are waiting this year..So we can rock
Gowtham RajamanickamPosted Apr 10, 2016, 8:14 AM
Keep follow my blogs
Gowtham RajamanickamPosted Apr 10, 2016, 8:14 AM
Thanks Vijay
Vijay SPosted Jun 17, 2015, 9:04 AM
Good one