Portable Class Library

Portable Class Library (PCL) is a set of platform independent APIs that can be referenced in more than one platform. They are a subset of the .NET Base Class Library (BCL).

Note

.NET BCL is a library that contains the standards of the C# language. It provides types to represent the data types of the Common Language Interface, file access, custom attributes, security attributes, string manipulation, formatting, streams, and collections. It defines types in namespaces we might be familiar with (System, System.Collections, System.Collections.Generics, System.Diagnostics, System.Globalization, System.IO, System.Security, System.Security.Permissions, System.Text, and System.Threading)

In a PCL, we need to select a profile that ...

Get Xamarin 4 By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.