About
Samples
Videos
Courses
Contact
View courses
If you want to learn about Blazor WebAssembly and Dependency Injection in .NET, check out our online courses
Home
.NET
Blazor
Blazor
Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1
Create an Azure organisation and project. Learn how to create an SSH key in Git Bash and push your Git repository to Azure Devops.
12th October 2020
Why Blazor Wasm is the Best Choice for API Integration
Why you should use Blazor WebAssembly over JavaScript frameworks for API integration. Examples of integrating a CRUD API in Blazor Wasm.
31st August 2020
Create a Small Blog in Blazor - Part 4 - Build Category and Page Razor Components
We build up our Blazor blog, building up our NavMenu, Category and Post Razor components, using @page and OnParametersSetAsync to do this.
16th June 2020
File Downloads
Exercise
Final Solution
Create a Small Blog in Blazor - Part 3 - Build Entity Framework Queries
We create services, with methods that contain Entity Framework queries for our blog before adding the services to Dependency Injection.
8th June 2020
File Downloads
Exercise
Final Solution
Create a Small Blog in Blazor - Part 2 - Entity Framework Integration
We set up our entities and DbContext to integrate Entity Framework into our Blazor Server app. We also create the SQL Server database required.
29th May 2020
File Downloads
Exercise
Final Solution
Create a Small Blog in Blazor - Part 1 - Create Application in Visual Studio
We get Visual Studio to create our Blazor Server App. Afterwards, we examine what files have been created and run through the demo Razor Components created.
21st May 2020
File Downloads
Final Solution
Using Entity Framework in a Blazor Server Application
Find out how to change Entity Framework's scope to Transient and how to create new service scopes to use Entity Framework in Blazor.
9th April 2020
Introduction to Blazor Hosting Models
We look at Blazor Server and Blazor WebAssembly, how you install the Visual Studio Templates and how to integrate an API through Blazor
8th March 2020
Binding, Child Components, Parameters and Event Callbacks in Blazor
Use some of Blazor's tools to create a simple message application that allows you to create, read, update and delete messages
13th February 2020
Intro to Blazor and Creating a Blazor App from Scratch
Learn how to create a Blazor app by using the tools in the Microsoft.AspNetCore.Components assembly and setting up Razor Components and Razor Pages
3rd February 2020
Page 2 of 2
1
2
Categories
.NET
Blazor
Entity Framework
ASP.NET Core Web API
ASP.NET Core Web Hosting
Azure
SignalR
Front-End Development
SQL Server