Day 2 Keynote Presentation

Fantastic presentation, thank you
great, Great, GREAT talk!
Have been following ASP.NET development (standups etc) for a while now but still got to learn a lot of new things!
Fantastic presentation!!
Learned a lot!
57:30'' : it's 'smitten'. I won't even bother verifying, this is classic stuff we learn to get a foreign language certificate for English... ;)
I've downloaded Visual Studio 2015 and created an empty project. What I cannot work out is how do you create a new view from within IActionResult, in VS2013 you could right click and create it. But now there appears to be no option for this.
The only way I can do it, is to create the view manually.
Am I missing something simple
one word: Terrific :)
Great job guys! really great job!
Mind blown... great job MS!
Attaching source code in global.json seems very elegant, but there are more things that happens after you do that. Namely dependent project is added as a solution dependence in "Solution Items" section of *.sln file (with path to the source location). Now if you keep your sln in VCS you don't want to check this in, because location of your local copy of source of dependent project (which was initially added as nuget package) is user specific. So why do we have this data added to sln file?