For those of us that do keep a reusable framework around, how do we like to organize it? - Create a personal NuGet package? - Keep a Visual Studio project around that gets included into each project that uses it? - Keep a folder full of *.cs files that get copied into a project when needed? - Keep a *.dll (or folder of them) to reference without looking at the source code?
M
Murray Hertz
@Murray Hertz