PreviousNext

Creating your first shared library in .NET Core

by bill-s, 2017-06-09T19:12:22.000Z

Sharing libraries between projects is a fundamental requirement in all but the most simple applications. This post looks at how things have changed with .NET Core. We look at the different types of class library available, how to create a simple library and the best way to reference shared libraries from other applications.

Read More