Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ASP.NET Core 1.0
Search
Craig Berntson
September 27, 2016
Programming
0
79
ASP.NET Core 1.0
Craig Berntson
September 27, 2016
Tweet
Share
More Decks by Craig Berntson
See All by Craig Berntson
Improving Microservice Performance with gRPC
craigber
0
38
Clear_Architecture-16x9-V1.pdf
craigber
1
130
Brownfield Development Strategies
craigber
0
88
SpeakGood_Workshop-Session_3.pdf
craigber
0
48
SpeakGood_Workshop-Session_2.pdf
craigber
0
43
Speak Good Workshop 1
craigber
0
41
Software Gardening
craigber
0
65
Lean DevOps
craigber
1
180
Code Reviews: The #1 Way to Improve Code Quality
craigber
1
230
Other Decks in Programming
See All in Programming
Refactor your code - refactor yourself
xosofox
1
260
range over funcの使い道と非同期N+1リゾルバーの夢 / about a range over func
mackee
0
110
Spatial Rendering for Apple Vision Pro
warrenm
0
110
テストコード書いてみませんか?
onopon
2
110
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
390
Fibonacci Function Gallery - Part 1
philipschwarz
PRO
0
220
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
6
1.2k
From Translations to Multi Dimension Entities
alexanderschranz
2
130
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
360
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
760
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
360
The Efficiency Paradox and How to Save Yourself and the World
hollycummins
1
440
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
693
190k
Building Applications with DynamoDB
mza
91
6.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Gamification - CAS2011
davidbonilla
80
5.1k
Mobile First: as difficult as doing things right
swwweet
222
9k
A designer walks into a library…
pauljervisheath
204
24k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Docker and Python
trallard
42
3.1k
It's Worth the Effort
3n
183
28k
Transcript
.NET CORE 1.0 Craig Berntson
EGO STUFF AUTHOR Continuous Integration in .NET Manning Publishing MICROSOFT
MVP 20+ years, currently for Developer Tools .NET ARCHITECT TECHNICAL SPEAKER 20+ years as international speaker AUTHOR Software Gardening column DNC Magazine COMMUNITY INFLUENCER Grape City
TODAY’S AGENDA .NET today and tomorrow What’s new
in ASP.NET Core Demo Deployment Coming attractions
WHAT IS ASP.NET CORE? Complete rewrite of ASP.NET –
lightweight and modular 100% Open Source Host on IIS or self-host Cross-platform development/deployment – Windows, Mac, Linux
VERSION NUMBERS ASP.NET Core 1.0 ASP.NET 5 MVC
6.0 .NET Core 1.0 .NET 5 Entity Framework Core 1.0 Entity Framework 7.0
WHAT DO YOU NEED? Windows Visual Studio 2015
with Update 3 .NET Core 1.0 Tooling Preview Windows, Mac, Linux .NET Core 1.0 Text editor (Visual Studio Code)
DEMO
DEPLOYMENT Windows Visual Studio tooling Your current
deploy tools DOTNET command line Copy files
DEPLOYMENT Mac and Linux DOTNET command line
Your current deploy tools Copy files
DEPLOYMENT Docker Visual Studio Tools for Docker –
Preview DOTNET command line DockerTask Powershell script Your current deploy tools Copy files
FUTURE WORK Visual Basic support SignalR Web
Pages
RESOURCES Shawn Wildermuth Pluralsight course docs.asp.net Various
blogs
REVIEW .NET today and tomorrow Project, DI, Async/Await,
TagHelpers, WebAPI Deployment
CONTACT / QUESTIONS
[email protected]
@craigber www.craigberntson.com blogs.msmvps.com/craigber www.dotnetcurry.com www.speakerdeck.com/craigber speakerrate.com/craigber
github.com/craigber
None