Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation...

34
.NET平台的开放之路 开源、兼容与跨平台 王启霄 微软中国DX DEV-B304

Transcript of Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation...

Page 1: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

.NET平台的开放之路 开源、兼容与跨平台

王启霄 微软中国DX

DEV-B304

Page 2: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

“We are required to innovate and deliver much faster”

“I need a cross-device development strategy”

“Open Source enriches the platform and the community”

“…but I have existing applications to run and evolve”

Page 3: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

.NET Innovation Cross-Platform Open Source

The road ahead for .NET

.NET Core ASP.NET 5

Page 4: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

RyuJIT + SIMD

Garbage Collector

Runtime components

Compilers

.NET Compiler Platform (Roslyn)

Languages innovation

.NET Framework 4.6 .NET Core 5

Fully-featured and integrated

.NET libraries and runtime for Windows

Modular and optimized

.NET libraries and runtimes

Base class libraries

NuGet packages

Libraries

Page 5: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

64-bit JIT + SIMD

Garbage Collector

Runtime components

Compilers

.NET Compiler Platform (Roslyn)

Languages innovation

.NET Framework 4.6 .NET Core 5

Fully-featured and integrated

.NET libraries and runtime for Windows

Modular and optimized

.NET libraries and runtimes

Base class libraries

NuGet packages

Libraries

Page 6: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

• Ch1:

• Ch2:

• Ch3:

• Ch4:

• Ch5:

• Ch6:

Page 7: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 8: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 9: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 10: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

Leverage the community

Enable community to

maintain & extend tech

we no longer evolve

Evolve with the

developer expectations

Engage & excite the

community

Open source is the most

sustainable way to build

a cross-platform stack

Opens the door to new

customers

Extends .NET reach to

other OSes

Page 11: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 12: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

.NET API for Hadoop WebClient

.NET Compiler Platform ("Roslyn") .NET Map Reduce API for Hadoop

.NET Micro Framework

ASP.NET MVC

ASP.NET Web API

ASP.NET Web Pages

ASP.NET SignalR

MVVM Light Toolkit

.NET Core 5

Orleans

MEF (Managed Extensibility Framework)

OWIN Authentication Middleware Rx (Reactive Extensions)

Orchard CMS Windows Azure .NET SDK

Thinktecture IdentityManager

WnsRecipe

Mimekit Xamarin.Auth

Xamarin.Mobile

Couchbase for .NET

Meet the people behind the .NET Foundation

http://www.dotnetfoundation.org/team http://www.dotnetfoundation.org @dotnetfdn

Mailkit

System.Drawing

ASP.NET 5

Salesforce Toolkits for .NET

NuGet Kudu

Cecil

MSBuild

Page 13: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

Practices Visibility Governance Mentorship Support Feedback

Media Events Sponsorship

Protection Licenses Copyrights Trademarks Patents

dotnetfoundation.org

dotnet.github.io

Openness.

Community.

Rapid innovation.

Page 14: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 15: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

• .NET Core already

installed as part of

VS2015

• Clone repo on GitHub

and build from source

(advanced)

• Download & install

tar file

• Use Homebrew

formula on GitHub

• Download & install

tar file

• Create VM on Azure

Marketplace

• Use Dockerfile on

Docker Hub (coming)

Deve

lop

ment

Deve

lop

ment/

Dep

loym

ent

Page 16: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

// Homebrew is a popular package manager for Mac

// See https://github.com/aspnet/Home for details

http://brew.sh

Page 17: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

// A TAR (Tape ARchive) file is a standard format in *nix for packaging files. You can pack/unpack a tar file using the ‘tar’ command.

Page 18: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 19: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

• Visual Studio

2015

• Visual Studio

Code

• Visual Studio

Code

• Choose your

favorite editor,

e.g. Sublime Text,

Atom, etc.

• Visual Studio

Code

• Choose your

favorite editor,

Vi, Emacs, Atom,

etc.

Page 20: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 22: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

// dnx (.NET Execution Environment) contains the code required to bootstrap and run an ASP.NET 5 app

// kestrel is the cross-platform web server for ASP.NET 5

Page 23: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 24: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 25: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 26: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 27: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 28: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

http://www.cmake.org/download/

https://github.com/dotnet/corefx.git

https://github.com/dotnet/coreclr

https://github.com/dotnet/corefx

Page 29: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

// Same as Platform Invoke on Windows

Page 30: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft

https://dotnet2015.blob.core.windows.net/binaries/PartsUnlimited-demo-app-darwin.tar.gz

https://dotnet2015.blob.core.windows.net/binaries/PartsUnlimited-demo-app-linux.tar.gz

http://code.visualstudio.com

http://aka.ms/vslovesdocker

http://azure.microsoft.com/en-us/marketplace/

Create Cross-Platform .NET Apps

https://github.com/Microsoft/PartsUnlimited

http://github.com/dotnet

Page 32: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 33: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft
Page 34: Presentation title goes heredownload.microsoft.com/download/A/9/9/A9908A42...Title: Presentation title goes here Author: Hayden Chu Subject: Microsoft Ignite 2015 Keywords: Microsoft