MENU

Fun & Interesting

New .NET 9.0 Blazor Features!

The Code Wolf 20,317 6 months ago
Video Not Working? Fix It Now

Let's explore new ASP.NET Core 9.0 Blazor features! .NET 9.0 is almost here, and is mostly feature complete, so let's take a quick look specifically at the new Blazor features and tools we have to work with. There's plenty of cool new features in areas such as render mode utilities and improved components. BUG UPDATE shown in the video: This isn't actually isn't a bug, but I didn't realize additional code was required to make this works. You have to set a [CascadingParameter] HTTP Context property - you can see the code example here: https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0?view=aspnetcore-8.0#add-static-server-side-rendering-ssr-pages-to-a-globally-interactive-blazor-web-app My other Blazor videos: https://www.youtube.com/playlist?list=PLhTMlT4SWRd56H1pVGaL1kEP3Jbs3MOGl And AI videos: Stable Diffusion AI - a simple intro. Set up and create AI images locally! https://www.youtube.com/watch?v=_K2E0kJfb8A Build AI Apps with Semantic Kernel https://www.youtube.com/watch?v=kCGZPhnTGHM Setup and code with a local AI Model: https://www.youtube.com/watch?v=177qX6mpyMg Learn to use AI to chat with your own data: https://youtu.be/OdpqciXDKjY Use AI to chat with a NoSQL database: https://youtu.be/JhfNHnAahZ8 Learn to code a simple AI powered app: https://youtu.be/HzgqgA2qv-I Learn Azure OpenAI fundamentals: https://youtu.be/c66y0W5KFVY Learn how to authenticate to Azure OpenAI the RIGHT way: https://youtu.be/keIs_bpgdXs

Comment