File Reference vs. Project Reference in .NET

31-05-2012 File reference is when you add reference to a dll file. This is what you do when you have to use a 3rd party dll. The project reference is when you load a project into your solution and then add reference to it. Rather than adding a reference to its output dll file. ProjectContinue reading “File Reference vs. Project Reference in .NET”