windows c run-time
c run-time 라이브러리는 window에서 네이티브 실행을 위하여 사용되는 가장 기본적인 라이브러리이다.
- What is the difference between msvcrt.dll and msvcr80.dll?
The msvcrt.dll is now a "known DLL," meaning that it is a system component owned and built by Windows. It is intended for future use only by system-level components.
assemble
- GAC(Global Assemble Cache)
.NET assemblies cache for Microsoft's CLR platform.
- Side-by-side assemblies reduce the possibility of DLL version conflicts.
Side-by-side assembly sharing enables multiple versions of COM or Windows assemblies to run at the same time.
Applications and administrators can update assembly configuration on either a global or per-application configuration basis after deployment.
For example, an application can be updated to use a side-by-side assembly that includes an update without having to reinstall the application.