ASP.NET vNext and the Modern Web
Choose your Editors
and Tools
Open Source
with Contributions
Cross-PlatformOSS
Seamless transition
from on-premises to cloud
Faster Development CycleTotally Modular
Fast
Source: http://channel9.msdn.com/Events/TechEd/NorthAmerica/2014/DEV-B411
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.
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