|
Hey friend, I just published a new video that walks you through how to upgrade to .NET 10. โWatch it here ๐ If you're already trying the update, you may have seen this:
That happened in my project too. And the fix is small, but easy to miss. In the video, I show:
No hype. Just a clear step-by-step walkthrough. If you plan to move to .NET 10 soon, this video should save you some time and headaches. Hope it helps. Take care, Patrick P.S. Want to build real apps with Blazor and Clean Architecture? Click here. The .NET 10 sale ends soon! |
Become a .NET & Blazor expert with weekly tutorials featuring best practices and the latest improvements, right in your inbox.
Hey friend, Working from home as a .NET developer sounds great. Freedom. No meetings. Full control. But after a while, it gets heavy. You make every decision alone. Architecture. Azure. Refactoring. Deployment. And sometimes you just want someone to say, โYeah, thatโs fine. Ship it.โ AI helps. Tutorials help. But real conversations with other developers hit different. In today's video, I talk about why working alone can slow us down and why feedback from other devs matters more than we think....
Hey friend, Quick one today. GitHub Copilot makes form validation feel easy. But if you are not careful, it slowly decides where your logic lives. Your app still works. But the structure gets worse. In today's video, I show you: A simple Blazor register form How Copilot refactors it the wrong way How to move validation out cleanly How to guide Copilot with clear rules Watch the video here ๐ Have a great start to the new year! ๐ Take care, Patrick P.S. If you want to learn how to use AI as a...
Hey friend, I just released a new video and wanted to share it with you. Watch the video here ๐ I used GitHub Copilot to build a small Blazor weather app. It worked almost instantly and even used real API calls. At first glance, everything looked great. Then I opened the Razor file. All the logic was sitting in one place. UI, API calls, and business logic mixed together. It worked, but it was not something I would ship. In the video, I show how I fix this using a single refactoring prompt. I...