Using Portable Class Libraries

Version: 1.0.0.0

Description

Portable class libraries enable you to write and build managed assemblies that work on more than one .NET Framework platform. You can create classes that contain code you wish to share across many projects, such as shared business logic, and then reference those classes from different types of projects. In this Hands-on Lab, you will learn how to write code that works on more than one Framework platform without recompilation using Portable Class Library projects.

Overview

Coming soon…