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, Last week, I tested GPT-5 Agent Mode on .NET and Blazor apps, and the results were surprising. This week, I went a step further. I used GitHub Copilot inside Visual Studio and asked it to create real .NET and Blazor projects for me. Hereās what happened: Copilot generated a working calculator app in C#. It built a Web API that responded with āHello GPT-5 Agents.ā It even created a Blazor app with extra features like a reset button, a plus five counter, and a weather API. Were...
Hey Reader, I just published a new video where I put GPT-5ās Agent Mode to the test. š Instead of asking it for something simple, I went all in: A .NET 9 console app calculator A Web API with endpoints and docs A Blazor Server app with extra counter buttons And even a Blazor app that calls a public weather API š„ Watch it now: In the video, I didnāt just type āmake me an appā and hope for the best. I gave GPT-5 very specific prompts, like: āPlease create a .NET 9 console application that works...
Hey Reader, Iām back! š Iāve been on parental leave for the past 2 months, enjoying time with the family. Now Iām diving back into videos and hereās the first one! š„ Watch it now: Hereās the TL;DR if you canāt click right now: AI can already write code, fix bugs, and explain complex concepts. So⦠are we doomed? No. AI isnāt replacing developers anytime soon. But: Developers who use AI will replace those who donāt. The best devs are using GPT to: Skip repetitive work Prototype faster Learn...