TechBubbles Microsoft Technology BLOG

ASP.NET 5 internals overview

ASP.NET 5 comes with the default runtime environment called KRE. KRE is K runtime environment which contains compilation, SDK and native CLR host. K runtime bootstraps the environment and runs on different operating systems.

KVM is K version manager for installing different versions of KRE.Different commands related to KVM- single command line that downloads and runs the KVM

KVM install 1.0.0 – downloads the SDK and installs the KVM.

Kvm list shows the list of versions that installed on current machine

image

image

KVM use default command changes the path and old runtime is no longer in the path, when you run the KPM command then it tells the current package version. KPM bundles the application for deployment and also builds the packages for the project in given directory.

At the moment core CLR does not have real idea about creating the native executable image. K is providing the natively executable image. Example: mono on Linux.

When you say K helloworld in command prompt, it is going to find helloworld dll and run it. You can expect the same when you run the application on different platform.

About the author

Kalyan Bandarupalli

My name is kalyan, I am a software architect and builds the applications using Microsoft .NET technologies. Here I am trying to share what I feel and what I think with whoever comes along wandering to Internet home of mine.I hope that this page and its contents will speak for me and that is the reason I am not going to say anything specially about my self here.

Add Comment

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud