What is the DNVM?
问题 I'm playing with the new Visual Studio Code editor, and created an ASP.NET 5 template project. To restore the packages, I found in the tutorials that I need to run the dnu restore command, which gets all the server side references that I need. After that, to build it I must run the dnx: web or kestrel command, and everything goes as expected. But, what are those tools? In the Git repository of the DNVM we don't have much information about it. Does the dnu restore uses NuGet? Is there some