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

ASP.NET Core 1.0

ASP.NET Core 1.0

Craig Berntson

September 27, 2016
Tweet

More Decks by Craig Berntson

Other Decks in Programming

Transcript

  1. EGO STUFF AUTHOR Continuous Integration in .NET Manning Publishing MICROSOFT

    MVP 20+ years, currently for Developer Tools .NET ARCHITECT TECHNICAL SPEAKER 20+ years as international speaker AUTHOR Software Gardening column DNC Magazine COMMUNITY INFLUENCER Grape City
  2. TODAY’S AGENDA  .NET today and tomorrow  What’s new

    in ASP.NET Core  Demo  Deployment  Coming attractions
  3. WHAT IS ASP.NET CORE?  Complete rewrite of ASP.NET –

    lightweight and modular  100% Open Source  Host on IIS or self-host  Cross-platform development/deployment – Windows, Mac, Linux
  4. VERSION NUMBERS  ASP.NET Core 1.0 ASP.NET 5  MVC

    6.0  .NET Core 1.0 .NET 5  Entity Framework Core 1.0 Entity Framework 7.0
  5. WHAT DO YOU NEED?  Windows  Visual Studio 2015

    with Update 3  .NET Core 1.0 Tooling Preview  Windows, Mac, Linux  .NET Core 1.0  Text editor (Visual Studio Code)
  6. DEPLOYMENT  Windows  Visual Studio tooling  Your current

    deploy tools  DOTNET command line  Copy files
  7. DEPLOYMENT  Mac and Linux  DOTNET command line 

    Your current deploy tools  Copy files
  8. DEPLOYMENT  Docker  Visual Studio Tools for Docker –

    Preview  DOTNET command line  DockerTask Powershell script  Your current deploy tools  Copy files