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
440
.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
コンピューティングリソース何を使えばいいの?
tomokusaba
1
33
Microsoft Agent Frameworkの可観測性
tomokusaba
1
130
.NET 10の概要
tomokusaba
0
140
.NET 10のASP.NET Coreの気になる新機能
tomokusaba
0
130
.NET 10のASP. NET Core注目の新機能
tomokusaba
0
190
コンピューティングリソース何を使えばいいの?
tomokusaba
1
220
技書博で見つけた本
tomokusaba
0
76
新卒2年目でドロップアウトしてからの20年間
tomokusaba
0
130
Azure Well-Architected Framework入門
tomokusaba
1
270
Other Decks in Programming
See All in Programming
LLM Observabilityによる 対話型音声AIアプリケーションの安定運用
gekko0114
2
250
コマンドとリード間の連携に対する脅威分析フレームワーク
pandayumi
1
230
Context is King? 〜Verifiability時代とコンテキスト設計 / Beyond "Context is King"
rkaga
10
1.6k
re:Invent 2025 のイケてるサービスを紹介する
maroon1st
0
170
AgentCoreとHuman in the Loop
har1101
4
130
大規模Cloud Native環境におけるFalcoの運用
owlinux1000
0
250
フロントエンド開発の勘所 -複数事業を経験して見えた判断軸の違い-
heimusu
6
2.4k
[AtCoder Conference 2025] LLMを使った業務AHCの上⼿な解き⽅
terryu16
6
1k
KIKI_MBSD Cybersecurity Challenges 2025
ikema
0
130
AtCoder Conference 2025「LLM時代のAHC」
imjk
2
660
AIによるイベントストーミング図からのコード生成 / AI-powered code generation from Event Storming diagrams
nrslib
2
1.3k
実はマルチモーダルだった。ブラウザの組み込みAI🧠でWebの未来を感じてみよう #jsfes #gemini
n0bisuke2
3
1.4k
Featured
See All Featured
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
0
120
SEO for Brand Visibility & Recognition
aleyda
0
4.2k
Accessibility Awareness
sabderemane
0
35
Abbi's Birthday
coloredviolet
0
4.3k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
880
Stop Working from a Prison Cell
hatefulcrawdad
273
21k
The Invisible Side of Design
smashingmag
302
51k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
210
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Prompt Engineering for Job Search
mfonobong
0
140
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
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位 ログ • なにげに、運用サイドからするとこれが一番。 • コンソールに色分けされて表示されるのがとてもいいらしい! エラーの時一目瞭然
おしまい おしまい