C# – Creating Class Libraries and Adding Reference to Assemblies

Class Library project  – creates a .dll that can be referenced in other projects.

Add a reference – the FCL is split into tiny pieces and you must reference the assemblies that contains the part of the library you want to use.

Right – click projects reference node in Solution Explorer, select Add Reference.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.