Intro to Blazor Server Side – Includes SQL Data Access and Best Practices
Blazor Server Side is an ASP.NET Core application type that uses SignalR to connect the client to the server. This allows for a rich, client-side interactivity with just C# code (no JavaScript needed). In this video, we will walk through what Blazor Server Side is, how it compares to Blazor Client Side, how to set it up and use it, and even how to connect it to SQL to create a real page that inserts data into the database and displays information from the database.
Mailing List: https://signup.iamtimcorey.com/
Source Code: https://leadmagnets.app/?Resource=BlazorServerSide
Courses: https://IAmTimCorey.com/courses
0:00 – Intro
1:22 – Creating new Blazor Server App
4:46 – Balzor Server App overview
11:08 – Counter page explained
18:15 – Counter Page Network traffic
25:00 – Fetch Data page explained
32:24 – Data Access
32:55 – Data Access: Standard Class Library with Dapper
46:59 – Data Access: Blazor App configuration and database connection string
49:02 – Data Access: New Razor Component page and display Data from database
59:30 – Data Access: Save data with data validation
1:03:52 – Data Access: Blazor UI from
1:08:25 – Data Access: Save data from form
1:13:36 – Summary and concluding remarks
Thanks to Ralfs HBK for the chapters breakdown