CRUD w/ Blazor in .NET 8 🔥 All Render Modes (SSR, Server, Wasm, Auto), Entity Framework & SQL Server

🚀 Join the .NET Web Academy: https://learn.dotnetwebacademy.com

💖 Support me on Patreon for exclusive source code access: https://patreon.com/_PatrickGod
🚀 Get the .NET 8 Web Dev Jump-Start Course for FREE: https://dotnet8.patrickgod.com
🐦 Let’s get social on Twitter/X: https://twitter.com/_PatrickGod
🔗 Let’s connect on LinkedIn: https://www.linkedin.com/in/patrickgod/

Table of Contents:
00:00:00 CRUD w/ Blazor in .NET 8 🔥
00:01:58 New Templates & Rendermodes Explained
00:20:41 Preparations (Entities, EF Core, SQL Server)
00:29:58 Create a Service for the CRUD Operations
00:32:36 Add Page/Component to Get all Games (SSR + StreamRendering)
00:37:52 Add Interactivity for a Button – Create/POST Preparations
00:46:27 Create an Interactive Button Component
00:50:21 Create a Game with the new .NET 8 SSR Form
00:55:49 Use WebAssembly to Create a Game
01:16:05 Quick Look at RenderModeInteractiveAuto
01:17:45 Implement Updating & Deleting a Game

#DotNet #Blazor #AspNetCore