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:
- built-in Intellisense for Angular
- 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