it:ad:net:standard:home

IT:AD:NET:Standard

Summary

NET Standard replaces IT:AD:NET:Portable Class Library (PCL) taking into account IT:AD:NET:Core development.

It's sort of the NET Core's equivalent to NET full framework's IT:AD:NET:HowTo:Base Class Library (BCL), adding in a bit (linq, xml, etc).

The key difference between IT:AD:NET:Portable Class Library (PCL) and IT:AD:NET:Standard is whereas IT:AD:NET:Portable Class Library (PCL) caused a different fork for each target, IT:AD:NET:Standard works using stack specific Type Forwarders, forwarding to a common base Standard implementation.

NET Standard: * is a set of APIs that all .NET platforms (.NET Framework, .NET Core, and Xamarin) have to implement. This unifies the .NET platforms and prevents future fragmentation. * For .NET Core, this will add many of the existing APIs that have been requested. * .NET Standard 2.0 includes a compatibility shim for .NET Framework binaries, significantly increasing the set of libraries that you can reference from your .NET Standard libraries. * will replace IT:AD:NET:Portable Class Library (PCL) as the tooling story for building multi-platform .NET libraries. * Scheduled for Q1 2017, in line with scheduled release of next version of IT:AD:Visual Studio, which is 7/3/20171).


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