Upgrade to Pro — share decks privately, control downloads, hide ads and more …

You don't need glasses to C#

Avatar for David M Pine David M Pine
September 21, 2017

You don't need glasses to C#

Presented at Centare during .NET Conf as the "what's new in C# talk" as well as touching on .NET Standard.

Avatar for David M Pine

David M Pine

September 21, 2017
Tweet

More Decks by David M Pine

Other Decks in Programming

Transcript

  1. .NET Standard is a specification. It represents a set of

    APIs that all .NET platforms have to implement. - Immo Landwerth
  2. .NET Standard is not a runtime. It’s a version interface

    – a list of methods you can use under many “.NETs” - Scott Hanselman