ASP.NET and Visual Studio - Adding project references vs Bin Folder DLL

后端 未结 5 2136
甜味超标
甜味超标 2021-02-14 19:32

I just started a new job yesterday and this is only my second job working in ASP.NET. We were setting up my dev box and were having trouble with some third party components like

5条回答
  •  自闭症患者
    2021-02-14 19:47

    Usually I just drop them in the bin, unless it is part of something that isn't that simple. Sitecore for example installs itself and has a couple of folders that it likes to use for putting some of its own code to give an example of something non-trivial.

提交回复
热议问题