Programming

Project References with Visual Studio

So, you're writing an application, and you break down the functional parts to more base layer services and utility assemblies, and now you want to create a new application and re-use some of your code. My “go to” answer has always been separate assemblies copied to a global project bin and then adding references to […]