What is the advantage of using portable class libraries instead of using “Add as Link”?
问题 Is anybody explain to me what is the advantage of using portable class libraries instead of using "Add as Link"? Thanks 回答1: Disadvantages of linked files: Add as link can be hard to maintain, especially as you scale to multiple projects and many source files. Tooling (such as Project Linker for Visual Studio 2010, or holding ALT while dragging in Visual Studio 2012) can make this easier. Refactoring tools don't work with linked files. For example, if you rename a class or method in a linked