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
370
.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
Azure AI Foundry Agent Serviceを使用してコードファースト アプリを構築する
tomokusaba
1
260
Part1 GitHubってなんだろう?その1
tomokusaba
3
910
Part1 GitHubってなんだろう?その2
tomokusaba
2
890
Part2 GitHub Copilotってなんだろう
tomokusaba
2
960
Global Azure2025(GitHub Copilot ハンズオン)
tomokusaba
2
900
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
310
Fluent UI Blazor 5 (alpha)の紹介
tomokusaba
0
240
Generative AI for Beginners .NETの紹介
tomokusaba
1
310
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
410
Other Decks in Programming
See All in Programming
イベントストーミングから始めるドメイン駆動設計
jgeem
3
720
機械学習って何? 5分で解説頑張ってみる
kuroneko2828
0
170
型安全RESTで爆速プロトタイピング – Hono RPC実践
tacke_jp
0
110
Development of an App for Intuitive AI Learning - Blockly Summit 2025
teba_eleven
0
100
JSAI2025 RecSysChallenge2024 優勝報告
unonao
1
420
ワンバイナリWebサービスのススメ
mackee
10
7.6k
Using AI Tools Around Software Development
inouehi
0
510
Javaのルールをねじ曲げろ!禁断の操作とその代償から学ぶメタプログラミング入門 / A Guide to Metaprogramming: Lessons from Forbidden Techniques and Their Price
nrslib
2
1.8k
複数アプリケーションを育てていくための共通化戦略
irof
9
3.5k
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.1k
List Unfolding - 'unfold' as the Computational Dual of 'fold', and how 'unfold' relates to 'iterate'"
philipschwarz
PRO
0
170
TypeScriptのmoduleオプションを改めて整理する
bicstone
4
460
Featured
See All Featured
Making Projects Easy
brettharned
116
6.2k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
The Invisible Side of Design
smashingmag
299
50k
Faster Mobile Websites
deanohume
307
31k
For a Future-Friendly Web
brad_frost
178
9.8k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.8k
A better future with KSS
kneath
239
17k
Designing for Performance
lara
608
69k
The Cost Of JavaScript in 2023
addyosmani
49
8.3k
Typedesign – Prime Four
hannesfritz
42
2.6k
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位 ログ • なにげに、運用サイドからするとこれが一番。 • コンソールに色分けされて表示されるのがとてもいいらしい! エラーの時一目瞭然
おしまい おしまい