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 Frameworkでも汎用ホストが使いたい!
Search
tomokusaba
February 22, 2025
Programming
0
400
.NET Frameworkでも汎用ホストが使いたい!
.NET Frameworkでも汎用ホストが使いたい!
.NETラボ 勉強会 2025年2月当日受付LT
https://dotnetlab.connpass.com/event/344101/
tomokusaba
February 22, 2025
Tweet
Share
More Decks by tomokusaba
See All by tomokusaba
速報Visual Studio 2026(Insiders)
tomokusaba
0
38
Cloud Adoption Framework(導入戦略)
tomokusaba
0
27
.NET開発者のためのAzureの概要
tomokusaba
0
250
薬屋のひとりごとにみるトラブルシューティング
tomokusaba
0
470
Cloud Adoption Framework入門
tomokusaba
1
38
GitHub Copilot の概要
tomokusaba
1
180
ASP.NETアプリケーションのモダナイズ インフラ編
tomokusaba
1
550
Azure AI Foundry Agent Serviceを使用してコードファースト アプリを構築する
tomokusaba
1
340
Part1 GitHubってなんだろう?その1
tomokusaba
3
1k
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
400
私の後悔をAWS DMSで解決した話
hiramax
4
210
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
🔨 小さなビルドシステムを作る
momeemt
4
690
Laravel Boost 超入門
fire_arlo
3
220
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
530
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
1
140
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
10
4.4k
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
180
複雑なフォームに立ち向かう Next.js の技術選定
macchiitaka
2
200
個人軟體時代
ethanhuang13
0
330
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
460
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
The Language of Interfaces
destraynor
161
25k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
How to train your dragon (web standard)
notwaldorf
96
6.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
A better future with KSS
kneath
239
17k
Balancing Empowerment & Direction
lara
3
620
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Transcript
.NET Frameworkでも 汎用ホストが使いたい! 株式会社SAKURUG プロダクトDiv 草場 友光 .NETラボ勉強会2025年02月
自己紹介 • コミュニティ活動を通じて知識をアッ プデートしています。 • 2022/08-2025 Microsoft MVP (Developer Technologies)
• tomo_kusaba
注意 • 個人の見解・解釈が多分に入っています。 • 見解の相違・事実誤認などありましたらご指摘ください。 • #dotnetlabでtweetすると左側に表示されます
今日の目的 • あまり知られてないようですけども.NET Framework(コンソー ル)でも汎用ホストが使えます。 • とくに、バッチで汎用ホストを使うと何がうれしいか体験を元にラ ンキングします!
第3位 正常なシャットダウンプロセス • Ctrl+Cでアプリケーションを終了させようとしたときでも、たと えばDBコネクションの解放など正常な終了プロセスを実行でき る。 • 正直、こういう無茶する人はあまりいない。。。
第2位 DI • 普通に、アプリケーション作りやすい! • というか、DIになれすぎて構築ベースでいうならばDIの機能の ために汎用ホストをいれているようなもの。
第1位 ログ • なにげに、運用サイドからするとこれが一番。 • コンソールに色分けされて表示されるのがとてもいいらしい! エラーの時一目瞭然
おしまい おしまい