This repository includes slides and a sample application for my C# Everywhere with Blazor conference talk.
If you have any comments, questions, or suggestions, feel free to submit a pull request!
This application uses the NASA Astronomy Picture of the Day (APOD) API. To call this API, you need to get a key from NASA. If you plan to use this extensively, please apply for your own key.
Thanks to David Pine (@IEvangelist) for the demo inspiration.
This application targets Blazor 0.8.0. If you've never worked with Blazor, make sure you have the following prerequisites before moving forward.
-
.NET Core 3.0 Preview 2 SDK, 3.0.100-preview-010184
-
Visual Studio 2019, Preview 2 or later with the ASP.NET and web development workload
-
Install the Blazor Language Services extension from the Visual Studio Marketplace
-
Install the Blazor templates from the command line:
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::0.8.0-preview-19104-04