C# in VS2005: Assemblies listed in the "References" folder in a project

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-04-27T07:04:57Z Indexed on 2010/04/27 7:13 UTC
Read the original article Hit count: 326

Filed under:
|
|

If you have

using XXXX.YYYY;

at the top of a C# file, do you need to include that assembly in the References part of the project?

What is the difference?

© Stack Overflow or respective owner

Related posts about visual-studio-2005

Related posts about c#