Download - Introduction to ASP.NET Core 2.0

Transcript
Page 1: Introduction to ASP.NET Core 2.0

ASP.NET Core 2.0Anuraj | SOCXO | Microsoft MVPhttps://dotnetthoughts.net

Page 2: Introduction to ASP.NET Core 2.0

• What is ASP.NET Core?• Introduction to ASP.NET Core.• Introduction to .NET Standard• Getting started• Tools and Development Environments• ASP.NET Core 2.0 Features• Demo• Questions

Agenda

Page 3: Introduction to ASP.NET Core 2.0

ASP.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud-based, Internet-connected applications.

Page 4: Introduction to ASP.NET Core 2.0
Page 5: Introduction to ASP.NET Core 2.0

ASP.NET Core Features

• Totally Modular• Seamless transition from on-premises to cloud• Open Source with Contributions• Faster Development Cycle• Choose your Editors and Tools• Cross-Platform• Fast

Page 6: Introduction to ASP.NET Core 2.0

.NET Standard is a specification that represents a set of APIs that all .NET platforms have to implement. This unifies the .NET platforms and prevents future fragmentation. Think of .NET Standard as POSIX for .NET.

Page 7: Introduction to ASP.NET Core 2.0

.NET Standard Versions

https://github.com/dotnet/standard/blob/master/docs/versions.md#net-standard-versions

Page 8: Introduction to ASP.NET Core 2.0

.NET Standard is a specification that covers which APIs a .NET platform has to implement.

.NET Core is a concrete .NET platform and implements the .NET Standard.

How is .NET Standard different from .NET Core?

Page 9: Introduction to ASP.NET Core 2.0

Getting started .NET Core development

Download and Install .NET Core 2.0 SDK

Page 10: Introduction to ASP.NET Core 2.0

Tools and Development Environments

• VS Code 1.15.0• Visual Studio 2017 Update 3• Jet Brains Rider

Page 11: Introduction to ASP.NET Core 2.0

https://blogs.msdn.microsoft.com/webdev/2017/08/14/announcing-asp-net-core-2-0/

Page 12: Introduction to ASP.NET Core 2.0

ASP.NET Core 2.0 Features

• Unified ASP.NET Core Reference

• Razor Pages

• Razor Support for C# 7.1

• Simplified Application Host Configuration

Page 13: Introduction to ASP.NET Core 2.0

Questions?

Page 14: Introduction to ASP.NET Core 2.0