it:ad:net:pcl:home

IT:AD:NET:Portable Class Library (PCL)

Summary

After NET Standard 2.0 comes out (with Visual Studio 2017 on 3/7/2017), stop using PCL and focus on Standard

The Portable Class Library project supports a subset of assemblies from: * the .NET Framework, * Silverlight, * .NET for Windows Store apps, * Windows Phone, and *Xbox 360

It provides a Visual Studio template that you can use to build assemblies that run without modification on these platforms.

If you don't use a Portable Class Library project, you must target a single app type, and then manually rework the class library for other app types.

With the Portable Class Library project, you can reduce the time and costs of developing and testing code by building portable assemblies that are shared across apps for different devices.

Sounds like an appropriate choice for a library such as Projects:XActLib


  • /home/skysigal/public_html/data/pages/it/ad/net/pcl/home.txt
  • Last modified: 2023/11/04 01:50
  • by 127.0.0.1