1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Get started with Blazorをやってみた

Last updated at Posted at 2019-05-02

YouTube でBlazorの紹介動画眺めてたら自分でもできそうな気になった
自分で手を動かしてみた軌跡を残す

Blazor紹介


Blazor, a new framework for browser-based .NET apps- Steve Sanderson
https://www.youtube.com/watch?v=0RfUPr0KrSM

Introducing Razor Components in ASP.NET Core 3.0 - Daniel Roth
https://www.youtube.com/watch?v=SnQ1Vb4fFsk

導入


以下の「Get started with Blazor」の手順通りやるとサンプルプログラムの実行までできた。
https://docs.microsoft.com/ja-jp/aspnet/core/blazor/get-started?view=aspnetcore-3.0&tabs=visual-studio

機能修正・追加


「最初の Blazor アプリを構築する」で、動画で示された変更の手順を試すことができる
https://docs.microsoft.com/ja-jp/aspnet/core/tutorials/build-your-first-blazor-app?view=aspnetcore-3.0

(例)
インクリメント数変更
Indexページにカウントアップ追加
インクリメント数を呼び出し元で定義可能に
Todoリスト構築

(続きは後日
ーーー
Libraries & Extensions など楽しそうなネタがたくさん
https://github.com/AdrienTorris/awesome-blazor

コントロールデモ
https://demos.telerik.com/blazor-ui

https://code.msdn.microsoft.com/vstudio/ASPNET-Core-Blazor-122b108a#content
Blazor CRUD app tutorial - SPA Framework for .NET developers (Part - 2)
https://youtu.be/TMiFNM_1oZI

step by step tutorial
https://docs.microsoft.com/en-us/azure/functions/tutorial-static-website-serverless-api-with-database

1
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?