├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Joseph Woodward 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Must watch ASP.NET 5 / MVC videos 2 | 3 | With all of the great work the .NET guys have been doing lately and the release candidate of ASP.NET 5 just around the corner I've composed a collection of must watch videos that I've been recommended or found. 4 | 5 | If I've missed any then please feel free to add them to the list! 6 | 7 | **Note:** As ASP.NET 5 and MVC 6 are still under development some of the content/apis within the videos may have changed. 8 | 9 | ### 2015 10 | 1. [**Introducing ASP.NET 5 and Web Tooling**](https://channel9.msdn.com/Events/Visual-Studio/Connect-event-2015/100): Scott Hunter, Connect(); 2015, `14:51` 11 | 1. [**ASP.NET 5 Overview**](http://odetocode.com/videos/play/aspnet5-overview): K. Scott Allen, Ode to Code, `39:48` 12 | 2. [**Introducing ASP.NET 5**](https://www.youtube.com/watch?v=acZ75rxcxPs): The Lesser Scotts (Scott Hanselman & Scott Hunter), Build `59:37` 13 | 3. [**Deep Dive into ASP.NET 5**](https://www.youtube.com/watch?v=G5yHPlpTfHU): Scott Hanselman & Damian Edwards, Build `01:00` 14 | 4. [**ASP.NET 5 and ASP.NET MVC 6 Full Tutorial**](https://www.youtube.com/watch?v=P6qSEAsMD2c): The Lesser Scotts (Scott Hanselman & Scott Hunter) Microsoft Virtual Academy, `04:23` 15 | 5. [**Internals of ASP.NET 5**](https://www.youtube.com/watch?v=F2xCVGFIxwg): Brock Allen, DevelopMentor, `01:17` 16 | 6. [**Getting Started with ASP.NET 5**](https://www.youtube.com/watch?v=YvfMOg4OHVE): Glenn Condron, Ignite 2015, `32:37` 17 | 7. [**ASP.NET 5: Performance**](https://channel9.msdn.com/Events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Performance): Damian Edwards, `43:11` 18 | --------------------------------------------------------------------------------