Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Work with Data in Blazor [Pt 9] | Front-end Web Development with .NET for Beginners
409Likes
24,895Views
2024Jan 25
View full playlist: https://aka.ms/dotnet/beginnervideos/... Get Started with .NET in VS Code: https://aka.ms/dotnet/get-started/vscode Get Started with .NET in Visual Studio: https://aka.ms/dotnet/get-started/vs Any web app is going to need to work with data. In this episode we connect our Blazor components to a database using Entity Framework Core and scaffolding. We'll also explore the capabilities of QuickGrid, Blazor's built-in data grid component. Follow along: https://aka.ms/dotnet/beginnervideos/... Corrections: 12:47 - In the latest scaffolded code, use the `context` field instead of `DB` to refer to the available DbContext. Learn more: Microsoft Learn: Interact with data in Blazor web apps: https://learn.microsoft.com/training/... Chapters: 00:00 - Intro 00:21 - Get set-up in Visual Studio 03:48 - Set-up database with database schema 06:10 - Built-in QuickGrid 08:38 - Add Sorting 09:36 - Add Pagination 10:53 - Add Filtering 14:33 - Demo resource for QuickGrid Blog: https://aka.ms/dotnet/blog Twitter: https://aka.ms/dotnet/twitter TikTok: https://aka.ms/dotnet/tiktok Mastodon: https://aka.ms/dotnet/mastodon LinkedIn: https://aka.ms/dotnet/linkedin Facebook: https://aka.ms/dotnet/facebook Docs: https://learn.microsoft.com/dotnet Forums: https://aka.ms/dotnet/forums 🙋‍♀️Q&A: https://aka.ms/dotnet-qa 👨‍🎓Microsoft Learn: https://aka.ms/learndotnet #dotnet #blazor #web #frontend #vscode
0:00
Intro

Follow along using the transcript.

dotnet

324K subscribers
0:00
Intro
0:21
Get set-up in Visual Studio
3:48
Set-up database with database schema
6:10
Built-in QuickGrid
8:38
Add Sorting
9:36
Add Pagination
10:53
Add Filtering
14:33
Demo resource for QuickGrid