Build an AI Chat App in 5 MINUTES with Microsoft's New Template! 🚀


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

video preview

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 prompts (yes, even in the voice of Sherlock Holmes!)

And hey, if you prefer written guides, I’ve got you covered! There's also a free handbook linked in the video description to help you follow along step by step.

Let me know what you think!

Take care,

Patrick

PS: Want to level up your .NET and Blazor skills? I can help you with the .NET Web Academy. Check it out here: dotnetwebacademy.com


Patrick God

Become a .NET & Blazor expert with weekly tutorials featuring best practices and the latest improvements, right in your inbox.

Read more from Patrick God
video preview

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: .NET 9 Web API + Entity Framework Core Code-first migrations Controllers (yep, still using those!) The Mediator pattern for cleaner code And, of...

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...