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

ASP.NET vNext

ASP.NET vNext

Paulius Norkus

December 30, 2014
Tweet

More Decks by Paulius Norkus

Other Decks in Programming

Transcript

  1. ASP .NET vNext and the Modern Web Choose your Editors

    and Tools Open Source with Contributions Cross-Platform OSS Seamless transition from on-premises to cloud Faster Development Cycle Totally Modular Fast Source: http://channel9.msdn.com/Events/TechEd/NorthAmerica/2014/DEV-B411
  2. ASP .NET vNext: What are KRE, KVM, K, KPM? •

    K command is your entry point to the runtime • KRE (K Runtime Environment) is used to bootstrap and run an ASP.NET vNext application • KVM (K Version Manager) is a Powershell script used to get the runtime and manage multiple versions of it • KPM (K Package Manager), is the command to restore packages, install packages, pack your application for deployment, etc.
  3. Open Source and free Tools • .NET Core with Mac

    and Linux support • https://github.com/dotnet • ASP.NET • https://github.com/aspnet/home • Visual Studio 2013 Community edition • http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx • Visual Studio 2015 Preview • http://www.visualstudio.com/news/vs2015-preview-vs • Omnisharp • http://www.omnisharp.net