Loading .dll to use in Visual Studio 2010
- by eternalmatt
Hello all, complete newb quesiton here, but I'm new to C# and Visual Studio 2010.
How do I load .dll's into Visual Studio 2010 so I can write C# programs using their methods?
More specifically, I'm trying to write a twitter application using TweetSharp that will be run via command line.