filmov
tv
Intro to .NET Standard - What it is, when to use it, and how it is different than the .NET Framework
Показать описание
Want to see a full C# application built from scratch?
With Visual Studio 2017, Microsoft introduced a few new flavors of familiar project types. For example, the Class Library project type now has a .NET Framework version (the standard one we are used to), a .NET Core version, a Portable version, and a .NET Standard version. The .NET Standard version has been tripping people up recently, so I decided to do a video explaining what it is, how to use it, and how it is different from the other project types.
This is mostly an informational video without a ton of demo. I show off some of the pitfalls and how to resolve them, but beyond that I mostly just explain the .NET Standard project type.
The website I showed off in the video is no longer active.
0:00 - intro
0:28 - class library types
1:36 - portable class library
2:41 - standard library
4:49 - compatibility table
7:34 - Versioning rules explained
9:47 - when to choose Standard library
11:09 - setting up Standard library: create and configure
15:44 - using Standard library in a project
18:08 - comparability issues to watch out for
26:42 - summary
Комментарии