What's New in ASP.NET Core 2.0

16
.NET What’s New In ASP.NET Core 2.0

Transcript of What's New in ASP.NET Core 2.0

Page 1: What's New in ASP.NET Core 2.0

.NET

What’s New In ASP.NET Core 2.0

Page 2: What's New in ASP.NET Core 2.0

.NET

.NET Core 2.0 and

.NET Standard 2.0

Page 3: What's New in ASP.NET Core 2.0

.NET

XML

Xlinq

XML Document

Xpath

Schema

XSL

Serialization

BinaryFormatter

Data Contract

XML

Networking

Sockets

Http

Mail

WebSockets

IO

Files

Compression

MMF

Threading

Threads

Thread Pool

Tasks

Core

Primitives

Collections

Reflection

Interop

Linq

Page 4: What's New in ASP.NET Core 2.0

.NET

Difficult to reuse skills

• Need to master 3+1 base class libraries

Difficult to reuse code

• Need to target a fairly small common denominator

Difficult to innovate

• Need implementations on each platform

Page 5: What's New in ASP.NET Core 2.0

.NET

.NET Standard

Page 6: What's New in ASP.NET Core 2.0

.NET

.NET Standard

Reuse skills

• Master one BCL, not a Venn diagram

Reuse code

• Common denominator is much bigger

Faster innovation

• Target .NET Standard & run anywhere

Page 7: What's New in ASP.NET Core 2.0

.NET

.NET Standard

.NET Framework

.NET Core

Xamarin

~

~

HTML specification

Browsers

Page 8: What's New in ASP.NET Core 2.0

.NET

Has much bigger API surface

~70%

+20K

Can reference .NET Framework libraries

• Compat shim allows referencing existing .NET Framework code – without recompilation

• Limited to libs that use APIs that are available for .NET Standard

Page 9: What's New in ASP.NET Core 2.0

.NET

Page 10: What's New in ASP.NET Core 2.0

.NET

Page 11: What's New in ASP.NET Core 2.0

.NET

Page 12: What's New in ASP.NET Core 2.0

.NET

Razor Pages

Page 13: What's New in ASP.NET Core 2.0

.NET

New Templates and Templating System

Page 14: What's New in ASP.NET Core 2.0

.NET

Page 15: What's New in ASP.NET Core 2.0

.NET

Page 16: What's New in ASP.NET Core 2.0

.NET

Kestrel HardeningRazor Support for

C# 7.1

WebListener

Rename

Automatic Page

and View

compilation on

publish

Tag Helper

componentsIHostedServices

IHostingStartupImproved

TempData supportMedia type suffixes