Hey Reader, If you’ve ever built a simple CRUD app with a layered architecture… you might be making things harder than they need to be. In my newest YouTube tutorial, I show you how to build a scalable CRUD app using something super clean and refreshing:
👉 Vertical Slice Architecture in .NET 9 We’ll build a full Video Game API, step-by-step, with:
No more bloated services or endless layers. With vertical slices, each feature lives in one place. Super organized. Super focused. Oh, and the source code is completely free to download. Just check the link in the video description. This has been one of my favorite architectural styles lately. If you’re curious how it compares to Clean Architecture or want a simpler setup for smaller apps, this is for you. Let me know what you think in the comments! And feel free to hit reply if you have questions 😊 Take care & happy coding, Patrick P.S. Want to go deeper into real-world .NET and Blazor projects? Join me inside the .NET Web Academy. There’s a whole community waiting for you. Check it out here. |
Become a .NET & Blazor expert with weekly tutorials featuring best practices and the latest improvements, right in your inbox.
Hey Reader, Blazor and Tailwind CSS are my go-to combo for building modern web apps! But with Tailwind v4, some things have changed… and it’s actually easier now! 🎉 No more complex config files, no headaches. Just a simple step-by-step setup to get Tailwind running in your Blazor app the right way. 👉 Watch the tutorial here In this video, I walk you through: ✅ Installing Tailwind v4 with just a few commands ✅ Where to place your files (don’t mess this up!) ✅ How to auto-generate styles with...
Hey Reader, Blazor Render Modes can be tricky, but understanding them is key to building high-performance web apps. I’ve been building web apps for 15 years, and once I touched Blazor, I never looked back. But choosing the right render mode? That’s where things get complicated. In my latest YouTube video, I break down ALL the Blazor Render Modes - Static Server-Side Rendering, Interactive Server, WebAssembly, and Auto - so you know exactly when to use which one. Want fast server-side...
Hey Reader, Microsoft just dropped a brand-new AI Template for Visual Studio, and it's a total game-changer for .NET developers! 🔥 In my latest YouTube tutorial, I walk you through how to build an AI Chat Web App in just 5 minutes using this new template. It's fast, simple, and honestly... kinda fun! 👉 Watch the full video here You'll learn how to: Set up the template in Visual Studio Use GitHub's models with just a simple token Train the chatbot with your own PDF data Customize it with fun...