Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created April 7, 2015 14:32
Show Gist options
  • Save EdCharbeneau/9bc1b946d728b1131a75 to your computer and use it in GitHub Desktop.
Save EdCharbeneau/9bc1b946d728b1131a75 to your computer and use it in GitHub Desktop.
Here are my notes from the What’s New in MVC 6 video.
Here are my notes from the What’s New in MVC 6 video.
https://www.youtube.com/watch?v=CKvaZkC94Mc
38:55 Http context IIS not required
39:38 Async all the things
40:45 www root is the new static context folder
59:00 packages and watchers
1:06:40 middleware = request pipeline
1:22:45 services = shared resources, DI/IOC, Global “statics”
1:49 Model Binding, [FromHeader], Custom Model Binding
1:56 Attribute routing, Route Tokens, Route(“[Controller”])
1:58 [Produces(“Application/json”)]
2:24 Commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment