I just came across this directory and it seems totally a different world.
Anyone knows what's that?
I just came across this directory and it seems totally a different world.
Anyone knows what's that?
Using a search engine
It is used to store .NET assemblies, which can be shared between application.
The .NET Framework is an environment (runtime) on top of which code executes. A .NET assembly is a container for code written to execute using the .net framework. Assemblies can be either libraries (.dll files) or executables (.exe files).
The .NET Framework has a set of common libraries that can be used by any application which executes under the control of the .NET Framework and the C:\Windows\Assembly folder is where these common libraries are stored.
The reason that the folder displays differently to other folders is because of the special role of this folder as the common location for shared libraries. Microsoft created a special view of this folder that provides easy access to information about the assemblies in that folder as well as providing easy access to operations commonly performed on an assembly such as the Uninstall option in the right-click menu for an assembly