Monday, December 30, 2013

Beginning to watch Scott Hanselman's what's-new-in-VS-2013 videos...

I think this is how I'll try to wake up in the mornings. I watched the first clip today at http://www.hanselman.com/blog/SCREENCASTSWhatsNewInVisualStudio2013LearnOverLunch.aspx and am most impressed so far by:

  1. built-in Intellisense for Angular
  2. you may drag a video flie such as an .mp4 tag from the Solution Explorer into a .cshtml view and an HTML tag for the video will automatically be generated
    <video controls="controls">
       <source src="http://localhost:55655/ASP_NET_1920.mp4" type="video/mp4">
    </video>

No comments:

Post a Comment