|
Hey Reader, I hope you're doing well. I'm thrilled to share an exciting new tutorial to supercharge your .NET 9 applications. Letโs dive in! ๐ .NET 9 brings us the HybridCache - the fastest cache ever?In this tutorial, I'll guide you through the implementation and benefits of the new HybridCache in .NET 9. Youโll see detailed benchmarks comparing its performance with other caching strategies, and learn how to integrate it into your applications for blazing fast data retrieval. If you have any questions or need more details, just hit reply to this email. I'm here to provide more tutorials and answer any queries you might have. Thank you so much for your support, Reader. You help keep this channel growing. Stay safe! Take care & happy coding, Patrick P.S. If you're ready to level up your .NET and Blazor skills, check out the .NET Web Academy. You'll find in-depth courses, all my YouTube source codes, and a wonderful community of like-minded developers. ๐ |
Become a .NET & Blazor expert with weekly tutorials featuring best practices and the latest improvements, right in your inbox.
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...
Hey friend, I just released a new video and I think youโll enjoy it. In the video, I ask GitHub Copilot to build a .NET Web API using a short, vague prompt. The result works, but the structure feels random and messy. Then I run the same idea again with a stronger prompt that forces a clean structure. Feature folders. Vertical slice. Mediator. Fluent Validation. The difference is night and day. Watch the video here ๐ Enjoy the breakdown and let me know what you think. Take care, Patrick P.S....