|
Hey friend, I just released a new video showing a better way to use GitHub Copilot in real .NET projects. βWatch it here π If you ever felt like Copilot starts strong but then your code slowly turns into chaos, youβre not alone. It happens to most developers when they start using AI without giving it the right guidance. In the video, I show you one simple file you can add to your project that keeps your code clean, structured, and consistent. No guessing. No random patterns. Just a clear workflow. Youβll see how it works in a real .NET Web API project and how Copilot changes its behavior right away. If you're building apps with .NET and you want Copilot to help you instead of confuse you, this video will help a lot. Take care, Patrick P.S. Want to really master .NET web development with AI + Copilot? Click here. |
Become a .NET & Blazor expert with weekly tutorials featuring best practices and the latest improvements, right in your inbox.
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...
Hey friend, I just released a new video and I think you will enjoy this one. In the video, I ask GitHub Copilot to build a real mortgage app in Blazor. The app works. But the code is messy. All the business logic ends up in the UI. Fast results. Bad structure. Then I clean it up properly. Same behavior. Same output. Much better code using services, interfaces, and dependency injection. It shows why Copilot is powerful, but dangerous without rules. Watch the video here π Enjoy the breakdown...