2. #胜手に勉强会
Yuta Matsumura
Developer (C#, PHP, Azure)
Microsoft MVP (Development Technologies)
Fukuoka.NET Organizer
https://twitter.com/tsubakimoto_s
Currently working for
3. #胜手に勉强会
株式会社オルターブース
2015 年 3 月設立 (6 期目)
Microsoft Azure を得意とするクラウドインテグレーター
2017 年 8 月 Japan Microsoft Partner of the Year (OSS on Azure) 受賞
2019 年 9 月 Japan Microsoft Partner of the Year (特別賞) 受賞
https://www.alterbooth.com/
14. #胜手に勉强会
Blazor Server
dotnet run
→ ASP.NET Core で実行
https://github.com/dotnet-presentations/dotNETConf/blob/master/2020/FocusOnBlazor/Technical/Roth-Welcome-to-Blazor.pptx
SignalR
SignalR で通信
→ UI 更新、イベント処理、JS 呼出
Server-Side Client-Side
15. #胜手に勉强会> dotnet new blazorserver -o ServerSideApp
The template "Blazor Server App" was created successfully.
This template contains technologies from parties other than Microsoft,
see https://aka.ms/aspneore/3.1-third-party-notices for details.
Processing post-creation actions...
Running 'dotnet restore' on ServerSideApp?ServerSideApp.csproj...
D:?ServerSideApp?ServerSideApp.csproj の復元が 282.39 ms で完了しました
Restore succeeded.