Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到,即使是最基本的 Winform 应用程序(即只是一个窗口,没有额外的模块)在通过 Ngen 创建其机器代码等效项后仍然需要几秒钟才能加载。我想瓶颈是从磁盘加载.Net框架。
Microsoft 的CacheSet不允许管理磁盘缓存的实际内容。
是否有一个应用程序可以强制 Windows 将主要的 .Net 文件保留在其磁盘缓存中,作为 .Net 应用程序启动时间变慢的解决方法?
谢谢你。