File Uploads with Blazor SSR 📂, Unique Properties in ASP.NET Core Identity 🔐


Hey Reader,

I've got two exciting new tutorials for you in .NET 8 that will take your skills to the next level. Let's jump right in!

📂 File Uploads with Blazor SSR in .NET 8

Want to enhance your web applications with file upload capabilities? In this video, I'll walk you through the process of implementing file uploads using Blazor SSR (static server-side rendering). We'll explore both the EditForm component and the classic HTML form approach to give you a comprehensive understanding.

video preview

🔐 Unique Properties in ASP.NET Core Identity

Discover the power of unique properties in ASP.NET Core Identity in this new video. We'll dive into how you can define and use unique properties to improve the security and functionality of your authentication system.

video preview

If you have any questions or need more details on anything, just hit reply to this email. I'm here to provide more tutorials and answer any queries you might have.

Thanks so much to our community and my Patrons for your support. You help keep this channel growing. Stay safe!

Take care & happy coding,

Patrick


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

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

video preview

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