Hello,
I am working on C# for a few mounths. Mainly I am working on C++. On C++ using the visual studio if I wanted to add a a static library I could add it using the configuration of the project add the header and lib and path. When using C#, I think it is something like DLL, all those assemblies are complied on late binding ? In addition using the visual studio for the C# I can add a reference. Is this the equel thing as I wrote in the beginning of the question ? only for something like DLL ?