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
.NET Conf 2018 Tokyo
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Tatsuro Shibamura
October 13, 2018
Programming
1
4.1k
.NET Conf 2018 Tokyo
Tatsuro Shibamura
October 13, 2018
Tweet
Share
More Decks by Tatsuro Shibamura
See All by Tatsuro Shibamura
# Azure Cosmos DB パフォーマンス最適化入門 - 設計・開発・運用の実践テクニック
shibayan
0
500
Hack Azure! #5 - Geek of Azure Serverless
shibayan
0
110
.NET Conf 2020 Online - .NET 5 リリース記念パーティートーク
shibayan
0
9.6k
Terraform Provider for Azure に貢献してみた話
shibayan
0
630
Azure Functions と SendGrid の良い関係
shibayan
0
1.3k
Azure Serverless を活用したリアルタイム Web のすべて
shibayan
1
3k
祝 東日本リージョン一般提供! Azure Application Insights 基礎と実践
shibayan
1
42k
なかなか楽にならないSSL/TLS証明書の話
shibayan
2
1.8k
最近の Azure App Service について
shibayan
0
1.3k
Other Decks in Programming
See All in Programming
Codex の「自走力」を高める
yorifuji
0
1.3k
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
130
Reactive ❤️ Loom: A Forbidden Love Story
franz1981
2
170
「効かない!」依存性注入(DI)を活用したAPI Platformのエラーハンドリング奮闘記
mkmk884
0
250
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
250
KagglerがMixSeekを触ってみた
morim
0
320
CSC307 Lecture 15
javiergs
PRO
0
270
AI 開発合宿を通して得た学び
niftycorp
PRO
0
170
ロボットのための工場に灯りは要らない
watany
12
3.2k
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
3
400
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
370
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
Featured
See All Featured
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
250
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
490
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
160
Darren the Foodie - Storyboard
khoart
PRO
3
3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
How GitHub (no longer) Works
holman
316
150k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
300
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
180
Transcript
.NET Conf 2018 Tokyo @chack411 / @shibayan
はじめに @chack411 マイクロソフト コーポレーション グローバル ブラックベルト テクノロジー ソリューション プロフェッショナル @shibayan
フリーランス Microsoft MVP for Microsoft Azure
.NET Core 2.2 • ASP.NET Core 2.2 / Entity Framework
Core 2.2 • ASP.NET Core Module V2 での In-Process Hosting • 2.1 ではリリースが取り消された機能、IIS 向け • Tiered Compilation はかなり良さそう • 今年の終わりにリリース
.NET Standard 2.1 • Span<T> / Memory<T> がようやく使えるように • それ以外にも
API が大量に追加予定 • Brotli / SIMD / System.IO.Enumeration など • リリーススケジュールはまだ不明 • .NET Core 2.2 と同時だとは思うけど…
ASP.NET Core • 2.2 は比較的小規模なリリースに • 注目領域は API / Server
/ SignalR の 3 つ • ApiController の挙動がさらに改善 / HTTP REPL CLI • Kestrel と HttpClient が HTTP/2 に対応 • SignalR の C++ / Java クライアントがリリース
Entity Framework Core • 2.1 で Lazy Loading に対応 (やっと)
• LINQ で GroupBy を書いたときに SQL へちゃんと変換してくれる • 2.2 は小さなリリースに留まる • Cosmos DB Provider がリリースされるとの噂 • 3.0 では C# 8 の新機能への対応を頑張りそう • IAsyncEnumerable<T> とか、ユースケースが思いつかないけど
Blazor / Razor Components • 最新バージョンが 0.6.0 (プレビュー) • .NET
Conf で Razor Components のデモあり • .NET Core 3.0 と同時にリリース予定
.NET Core 3.0 / .NET Framework 4.8 • WPF /
WinForms が .NET Core 3.0 で動作 • Self-contained app として配布 • SDK ベースの csproj を使って開発ができる • ASP.NET から ASP.NET Core への移行は頑張るしかない • SDK ベースの csproj には未だ対応していない • .NET Framework 4.8 自体はほぼ新機能なし
Visual Studio 2019 / C# 8 • 次期バージョンは Visual Studio
2019 • Visual Studio 2017 は 15.9 が最終リリースに • C# 8 も同時リリースかも? • Nullable reference types を使いたい • さらに知りたい人は Tech Summit 2018 で!
Azure Functions v2 GA • .NET Core 2.1 で動く •
ただし .NET Standard 2.0 で書かないといけない(辛い) • AssemblyLoadContext によってアセンブリの競合が解決 • Durable Functions も GA で超便利 • SignalR Binding (プレビュー) でリアルタイム通信も
Azure SignalR Service • Japan East が最初からリリース(おま国の回避) • ASP.NET /
ASP.NET Core の両方に対応 • ただし ASP.NET 向けはプロトコルバージョンが 2.0 になる
Azure Pipelines • 公開リポジトリは無料! • 無料で 10 並列までビルドが可能 (時間制限なし) •
Windows / Linux / macOS の Hosted Agent pool • Windows が使える CI SaaS は割と貴重 • Docker も Windows / Linux の両方で使える