c# - What is the best way to make shared libraries available to multiple applications? -
Like most shops, we get a team of people working on various projects, all of whom have the same basic information and Access to the works that are related to our business, usually in C # We are currently copying normal sections from project to project, but everyone is starting to taste their own and we want to strengthen it. We use Turtle SVN and we are not sure about a separate project, but it is the best way to deploy this common code for our various applications. We work for an internal IT store that can tell users all about access to applications, we are not concerned about releasing our products in the real world. We have some ideas: Compile sections in a DLL and place it in a center Collect the classes in a single DLL and include it in each project Start the project Time just the most recent room Do not bring a central shared library (our interpretation of this :) External SVN I know that this is a common problem, and if you Or spend time using any other option...