SlideShare a Scribd company logo
ASP.NET Core* 1.0
Shahed Chowdhuri
Sr. Technical Evangelist @ Microsoft
@shahedC
WakeUpAndCode.com
The Future of Web Apps
* aka ASP.NET 5 before RC1
Agenda
Introduction
> .NET (Framework & Core)
> ASP.NET Core
> Visual Studio
Q&A
Introduction
Sources
asp.net/vNext
Scott Guthrie’s Blog
MSDN Blogs, Feb 2015 Update
dotnetConf 2015 on MSDN Ch9
BuildWindows.com
docs.asp.net
Newer Blog Posts in 2016
RC2: http://www.hanselman.com/blog/AnUpdateOnASPNETCore10RC2.aspx
Community Standup Notes: https://blogs.msdn.microsoft.com/webdev/
Moving to RC2
RC1 to .NET Core: https://docs.asp.net/en/latest/migration/rc1-to-rc2.html
Announcing RC2: https://blogs.msdn.microsoft.com/webdev/2016/05/16/announcing-asp-net-core-rc2/
.NET Across Windows/Web Platforms
http://blogs.msdn.com/b/dotnet/archive/2014/12/04/introducing-net-core.aspx
ASP.NET
Web API
Active
Server
Pages
(Classic
ASP)
ASP.NET
(Web
Forms)
ASP.NET
MVC
1/2/3/4/5
ASP.NET
Web Pages
ASP.NET
MVC 6
Unified
MVC, Web
API and
Web
Pages
ASP.NET
Web API
Active
Server
Pages
(Classic
ASP)
ASP.NET
(Web
Forms)
ASP.NET
MVC
1/2/3/4/5
ASP.NET
Web Pages
ASP.NET
MVC 6
Core MVC
Unified
MVC, Web
API and
Web
Pages
Evolution of ASP and ASP .NET
5
5
.NET Core 5
Names & Version Numbers
ASP.NET Roadmap
https://github.com/aspnet/Home/wiki/Roadmap
.NET Standard Library + Tooling
Source: http://www.hanselman.com/blog/AnUpdateOnASPNETCore10RC2.aspx
12
https://blogs.msdn.microsoft.com/visualstudio/2016/05/16/announcing-updated-web-development-tools-
for-asp-net-core-rc2/
Web Dev Tools for ASP .NET Core RC2
Agenda
Introduction
> .NET (Framework & Core)
> ASP.NET Core
> Visual Studio
Q&A
.NET Framework
& .NET Core
.NET in 2015: High-Level Overview
ASP.NET Core High-Level Overview
Compilation Process
What About .NET Framework 4.6?
Core is
ASP .NET Core
ASP.NET Core 1.0 Features
ASP.NET Core Summary
Relevant XKCD Comic
https://xkcd.com/303/
ASP.NET Core Features in Detail
• .NET Core or full .NET Framework
• .NET Core is cross-platform
• Deploy Core runtime with app
• No need for unused features
ASP.NET Core Features in Detail
Unified:
• MVC
• Web API
• Web Pages
ASP.NET Core Features in Detail
• HTML Helpers in your views!
ASP.NET Core Features in Detail
1. Edit code
2. Save changes
3. Refresh browser
4. See changes!
Compiled language with benefits of
interpreted language!
ASP.NET Core Features in Detail
• Bower  client-side pkg mgr
• e.g. JS, CSS
• Grunt & Gulp  task runners
• compile LESS/CoffeeScript,
Typescipt
• run JSLint
• minify JS files
ASP.NET Core Features in Detail
• Manage dependencies with NuGet
packages
• Edit project.json file (?)
• Enjoy IntelliSense!
ASP.NET Core Features in Detail
• Configuration in code
• Edit Startup.cs file
• No need to use Web.config
• Use JSON, XML, env vars
ASP.NET Core Features in Detail
• minimalistic DI container
• replace with others
• Autofac, Ninject, etc
• use [FromServices] attribute
ASP.NET Core Features in Detail
New HTTP pipeline
• modular
• add components as
needed
• no longer dependent
on System.Web
ASP.NET Core Features in Detail
GitHub!
ASP.NET Core Features in Detail
Post-RC2
Tooling Changes
ASP.NET Core Features in Detail
ASP.NET Core Preview Templates
• Empty
• Starter Web
• Web API
ASP.NET Core Features in Detail
• Open ID Connect
• OAuth2
• Template auth logic based on
OWIN and Open ID Connect (not
WIF)
ASP.NET Core Features in Detail
More granular control (than
HttpClientHandler) over individual
aspects of HTTP
• redirects, auth, cookies, etc
ASP.NET Core Features in Detail
ASP.NET Core Features in Detail
How about Entity Framework?
DB
ORM
Entities
in Code
Core
)
Visual Studio 2015
File  New Project  Web
• Web App (4.x)
• Core Web App (.NET Core)
• Core Web App (.NET framework)
Select a Template
ASP. NET Core Templates
• Empty
• Web API
• Web Application
Startup.cs Configuration
project.json
Right-click  (Project) Properties
Choose Profile While Debugging
DEMO
Visual Studio Code
Download https://code.visualstudio.com
.NET Version Manager (DNVM)
• .NET SDK Version
Manager
• Formerly KVM
• Get list of DNXs
(aka KRE)
GitHub: https://github.com/aspnet/dnvm
Tooling Changes and NETStandard
References
• ASP.NET vNext: http://asp.net/vnext
• Intro: https://weblogs.asp.net/scottgu/introducing-asp-net-5
• Feb 2015 Updates: http://blogs.msdn.com/b/webdev/archive/2015/02/23/aspnet-5-updates-
for-feb-2015.aspx
• dotnetConf March 2015: https://channel9.msdn.com/Events/dotnetConf/2015
• Build 2015: https://channel9.msdn.com/Events/Build/2015
• Understanding .NET 2015:
http://blogs.msdn.com/b/bethmassi/archive/2015/02/25/understanding-net-2015.aspx
• Grunt & Bower: http://www.asp.net/vnext/overview/aspnet-vnext/grunt-and-bower-in-visual-
studio-2015
• Tutorial: http://www.asp.net/vnext/overview/aspnet-vnext/vc
• ASP.NET Community Standup Notes: https://blogs.msdn.microsoft.com/webdev/
• Update on ASP.NET RC2: http://www.hanselman.com/blog/AnUpdateOnASPNETCore10RC2.aspx
• Additional Tutorials: See Starter Web Project Template
Other Resources
• Roadmap: https://github.com/aspnet/Home/wiki/Roadmap
• ASP.NET Identity: http://www.asp.net/identity/overview/getting-
started/introduction-to-aspnet-identity
• KRE, KVM, KPM: http://gunnarpeipman.com/2014/10/asp-net-5-what-
are-kre-kvm-kpm/
• Grunt, JS Task Runner: http://gruntjs.com/
• Gulp, Workflow Automation: http://gulpjs.com/
• Bower, Package Manager: http://bower.io/
• npm, Node Package Manager: https://www.npmjs.com/
Agenda
Introduction
> .NET (Framework & Core)
> ASP.NET Core
> Visual Studio
Q&A
Q & A
Agenda
Introduction
> .NET (Framework & Core)
> ASP.NET Core
> Visual Studio
Q&A
Email: shchowd@microsoft.com  Twitter: @shahedC

More Related Content

What's hot (20)

PPTX
BizSpark & Azure for Startups
Shahed Chowdhuri
 
PPTX
Universal Apps for Windows 10
Shahed Chowdhuri
 
PPTX
Capture the Cloud with Azure
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework v3 with DB
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
Azure for Hackathons
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.0: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Cross-Platform Apps/Games with Azure
Shahed Chowdhuri
 
PPTX
Going Serverless with Azure Functions
Shahed Chowdhuri
 
PPTX
What's New at Microsoft?
Shahed Chowdhuri
 
PPTX
Building Cross Platform Mobile Apps
Shailendra Chauhan
 
PPTX
Typescript 102 angular and type script
Bob German
 
PPTX
Deeper into Windows 10 Development
Shahed Chowdhuri
 
PPTX
ASP.NET Core Unit Testing
Shahed Chowdhuri
 
PPTX
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
Kushan Lahiru Perera
 
PPTX
Introduction to SharePoint Framework (SPFx)
Fabio Franzini
 
PDF
O365Con18 - SharePoint Framework for Administrators - Waldek Mastykarz
NCCOMMS
 
PDF
Salesforce lightning development 101
Cyrtene
 
PPTX
Community Tour Bologna
Salvatore Fazio
 
PPTX
Application Lifecycle Management for Office 365 development
Chris O'Brien
 
BizSpark & Azure for Startups
Shahed Chowdhuri
 
Universal Apps for Windows 10
Shahed Chowdhuri
 
Capture the Cloud with Azure
Shahed Chowdhuri
 
Intro to Bot Framework v3 with DB
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
Azure for Hackathons
Shahed Chowdhuri
 
ASP.NET Core 2.0: The Future of Web Apps
Shahed Chowdhuri
 
Cross-Platform Apps/Games with Azure
Shahed Chowdhuri
 
Going Serverless with Azure Functions
Shahed Chowdhuri
 
What's New at Microsoft?
Shahed Chowdhuri
 
Building Cross Platform Mobile Apps
Shailendra Chauhan
 
Typescript 102 angular and type script
Bob German
 
Deeper into Windows 10 Development
Shahed Chowdhuri
 
ASP.NET Core Unit Testing
Shahed Chowdhuri
 
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
Kushan Lahiru Perera
 
Introduction to SharePoint Framework (SPFx)
Fabio Franzini
 
O365Con18 - SharePoint Framework for Administrators - Waldek Mastykarz
NCCOMMS
 
Salesforce lightning development 101
Cyrtene
 
Community Tour Bologna
Salvatore Fazio
 
Application Lifecycle Management for Office 365 development
Chris O'Brien
 

Viewers also liked (18)

PPTX
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
PPTX
Getting Started with ASP.net Core 1.0
joescars
 
PPTX
Intro to Bot Framework
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
ASP.NET Core: The best of the new bits
Ken Cenerelli
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
PPTX
Azure: PaaS or IaaS
Shahed Chowdhuri
 
PPTX
.Net Core
Bertrand Le Roy
 
PPTX
Intro to Bot Framework v3
Shahed Chowdhuri
 
PPT
Ais powerpoint (1)
Joshua McCarley
 
PPTX
Building Real Time Applications with ASP.NET SignalR 2.0 by Rachel Appel
.NET Conf UY
 
PPT
SignalR
William Austin
 
PPTX
asp.net mvc-course-introduction
Ayaz Meher
 
PPTX
ASP.NET vNext Beta 3
Maurice De Beijer [MVP]
 
PDF
Introduction to ASP.NET Core
Avanade Nederland
 
PPTX
ASP .NET Core MVC
Vinicius Mussak
 
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
Getting Started with ASP.net Core 1.0
joescars
 
Intro to Bot Framework
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
ASP.NET Core: The best of the new bits
Ken Cenerelli
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
Azure: PaaS or IaaS
Shahed Chowdhuri
 
.Net Core
Bertrand Le Roy
 
Intro to Bot Framework v3
Shahed Chowdhuri
 
Ais powerpoint (1)
Joshua McCarley
 
Building Real Time Applications with ASP.NET SignalR 2.0 by Rachel Appel
.NET Conf UY
 
asp.net mvc-course-introduction
Ayaz Meher
 
ASP.NET vNext Beta 3
Maurice De Beijer [MVP]
 
Introduction to ASP.NET Core
Avanade Nederland
 
ASP .NET Core MVC
Vinicius Mussak
 
Ad

Similar to ASP.NET Core 1.0 Overview: Post-RC2 (20)

PPTX
ASP.NET 5 Overview - Post Build 2015
Shahed Chowdhuri
 
PPTX
ASP.NET 5 Overview
Shahed Chowdhuri
 
PPTX
ASP.NET 5 Overview for Apex Systems
Shahed Chowdhuri
 
PPTX
ASP.NET 5 Overview: Post RTM
Shahed Chowdhuri
 
PPTX
Full session asp net mvc vs aspnet core
fizmhd
 
PDF
Pottnet Meetup Essen - ASP.Net Core
Malte Lantin
 
PDF
Pottnet MeetUp Essen - ASP.Net Core
Malte Lantin
 
PPTX
From .NET Core 3, all the rest will be legacy
Rick van den Bosch
 
PDF
ASP.NET vs ASP.NET Core
Öğr. Gör. Erkan HÜRNALI
 
PDF
Why Enterprises are Using ASP.NET Core?
Marie Weaver
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PDF
Asp.net core tutorial
HarikaReddy115
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Moving forward with ASP.NET Core
Enea Gabriel
 
PPTX
Unboxing ASP.NET Core
Kevin Leung
 
PDF
Getting Started with ASP.NET Core 1.0 (formerly ASP.NET 5)
Arrow Consulting & Design
 
PDF
Asp. net core 3.0 build modern web and cloud applications (top 13 features +...
Katy Slemon
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Microsoft ASP.NET 5 - The new kid on the block
Christos Matskas
 
PPTX
.Net Core 1.0 vs .NET Framework
Wyn B. Van Devanter
 
ASP.NET 5 Overview - Post Build 2015
Shahed Chowdhuri
 
ASP.NET 5 Overview
Shahed Chowdhuri
 
ASP.NET 5 Overview for Apex Systems
Shahed Chowdhuri
 
ASP.NET 5 Overview: Post RTM
Shahed Chowdhuri
 
Full session asp net mvc vs aspnet core
fizmhd
 
Pottnet Meetup Essen - ASP.Net Core
Malte Lantin
 
Pottnet MeetUp Essen - ASP.Net Core
Malte Lantin
 
From .NET Core 3, all the rest will be legacy
Rick van den Bosch
 
ASP.NET vs ASP.NET Core
Öğr. Gör. Erkan HÜRNALI
 
Why Enterprises are Using ASP.NET Core?
Marie Weaver
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
Asp.net core tutorial
HarikaReddy115
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
Moving forward with ASP.NET Core
Enea Gabriel
 
Unboxing ASP.NET Core
Kevin Leung
 
Getting Started with ASP.NET Core 1.0 (formerly ASP.NET 5)
Arrow Consulting & Design
 
Asp. net core 3.0 build modern web and cloud applications (top 13 features +...
Katy Slemon
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
Microsoft ASP.NET 5 - The new kid on the block
Christos Matskas
 
.Net Core 1.0 vs .NET Framework
Wyn B. Van Devanter
 
Ad

More from Shahed Chowdhuri (6)

PPTX
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
PPTX
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
PPTX
Microsoft Cognitive Services
Shahed Chowdhuri
 
PPTX
Game On with Windows & Xbox One @ .NET Conf UY
Shahed Chowdhuri
 
PPTX
Game On with Windows & Xbox One!
Shahed Chowdhuri
 
PPTX
Intro to HoloLens Development + Windows Mixed Reality
Shahed Chowdhuri
 
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
Microsoft Cognitive Services
Shahed Chowdhuri
 
Game On with Windows & Xbox One @ .NET Conf UY
Shahed Chowdhuri
 
Game On with Windows & Xbox One!
Shahed Chowdhuri
 
Intro to HoloLens Development + Windows Mixed Reality
Shahed Chowdhuri
 

Recently uploaded (20)

DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Advancing WebDriver BiDi support in WebKit
Igalia
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
July Patch Tuesday
Ivanti
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Advancing WebDriver BiDi support in WebKit
Igalia
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
July Patch Tuesday
Ivanti
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 

ASP.NET Core 1.0 Overview: Post-RC2

Editor's Notes