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.
我知道从项目中添加对程序集的引用会使被引用程序集的命名空间/类型/类可用于您的代码。但是,您是否有理由将程序集添加到您的 /bin,但不需要从您的项目中添加对它的引用?
我的意思是,在添加引用之前,DLL 几乎没有用处吗?
一点也不。反射允许在运行时加载程序集而无需任何事先参考。想想这在插件架构中如何有用
如果您正在构建 ASP 网站,那么您只需将 dll 放在 bin 中。
如果您正在创建一个 ASP Web 应用程序,那么您需要将其添加为参考。