Do you create a private repository for reusable internal code?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
Nuget is great for managing publicly available packages, but it’s also surprisingly easy to create and publish your own packages to your own nuget server for internal code reuse across multiple solutions.

Figure: You can create your own nuget server by simply creating a new asp.net web project and adding the Nuget.Server package

Figure: Add your new server as a package source under Tools | Options | Nuget Package Manager | Package Sources