Difference between adding reference in solution Explorer and reference by using

Adding reference in solution explorer only references the DLL but it is still not available for use in the .cs file.Adding the using for the name space in the DLL referenced in solution explorer provides us to access the methods etcin the dll to us in code behind.