While the interview , I was confused after interviewer asked this question about Global Assembly Cache (GAC). What should be the answer?
Question 1: Instead of keeping the assembly in GAC, If we create the directory and keep our assemblies there and if we make that directory as shared so can the connected computers can use those assemblies? What is the difference if I kept assembly in GAC and in shared folder ?
Edited: Question 2: Consider there is the 4 visual studio enabled development machines. out of those , one is serve as server. so can other machines (other than server machines) use assemblies in the GAC of server machine ?