Download presentation
Presentation is loading. Please wait.
1
The Future of Web Apps @shahedC WakeUpAndCode.com
2
Introduction >.NET (Framework & Core) > ASP.NET 5.0 > VS2015 Preview Q&A
8
Introduction >.NET (Framework & Core) > ASP.NET 5.0 > VS2015 Preview Q&A
18
.NET Core or full.NET Framework.NET Core is cross-platform Deploy Core runtime with app No need for unused features
19
Unified: MVC Web API Web Pages
20
HTML Helpers in your views!
21
1.Edit code 2.Save changes 3.Refresh browser 4.See changes! Compiled language with benefits of interpreted language!
22
Bower client-side pkg mgr e.g. JS, CSS Grunt & Gulp task runners compile LESS/CoffeeScript, Typescipt run JSLint minify JS files
23
Manage dependencies with NuGet packages Edit project.json file Enjoy IntelliSense!
24
Configuration in code Edit Startup.cs file No need to use Web.config Use JSON, XML, env vars
25
minimalistic DI container replace with others Autofac, Ninject, etc use [Activate] attribute
26
New HTTP pipeline modular add components as needed no longer dependent on System.Web
27
GitHub!
28
K Package Manager (KPM) bundle application build NuGet packages build assemblies
29
ASP.NET 5 Preview Templates Empty Starter Web Web API
30
Open ID Connect OAuth2 Template auth logic based on OWIN and Open ID Connect (not WIF)
31
More granular control (than HttpClientHandler) over individual aspects of HTTP redirects, auth, cookies, etc
33
DB ORM Entities in Code
45
Introduction >.NET (Framework & Core) > ASP.NET 5.0 > VS2015 Preview Q&A
47
Introduction >.NET (Framework & Core) > ASP.NET 5.0 > VS2015 Preview Q&A
48
Email: shchowd@microsoft.com Twitter: @shahedCshchowd@microsoft.com@shahedC
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.