c# - What are the differences and/or purpose of these assemblies? -


this question has answer here:

what difference , purpose of assemblies located

in c:\windows\assembly in c:\windows\microsoft.net\assembly 

which 1 used intelisense?

it old , new location gac assemblies.

prior .net 4.0, %windir%\assembly\

after 4.0, %windir%\microsoft.net\assembly\


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -