In my project I\'m using some third-party libraries. I include them using the references folder in Visual Studio.
But where should I save the DLL files? They are ref
Personally, I have a folder in my source control for 3rd party DLLs (with a folder for each company, organisation) and reference them from there.
These files are then available for all developers who download the source and can be updated easily.