🔥 The New Blazor Web App Template in .NET 8 Rules Them All 💍

preview_player
Показать описание


Table of Contents:
00:00 The New Blazor Web App Template in .NET 8 🔥
01:16 Quick .NET 7 Recap
05:11 The Blazor Web App Template in .NET 8
07:15 Create a Blazor Server App
11:42 Run the Blazor Server App
15:49 Create a Blazor WebAssembly App
20:01 Run the Blazor WebAssembly App
22:54 Introducing the RenderMode Auto
26:55 What's next?
27:54 The New Routes Component

#DotNet #Blazor #DotNet8
Рекомендации по теме
Комментарии
Автор

I think like you mentioned having the duel is super awesome for backends and frontends, Your front end stuff is quick, SEO, and just displays quick data. and the backend is the admin portal, where having it download doesnt really hurt the users, but then moving around and doing all their updates etc, and scaling is super useful

ConorDrew
Автор

Honestly +1 for an Authentication example in this new template because I just can't seem to get it to work. Great videos man!

ArnVanhoutte
Автор

Thank you. It has given clear knowledge :)

siddugm
Автор

Patrick, your channel is my goto place for learning new things about dotnet web development. I follow some other dotnet youtubers like Milan Jovanovic, Nick chapsas etc but I really like the way you present the code and explain the concepts. Thanks. 😊

vivekkaushik
Автор

Thanks for the awesome content, Patrick! Something nice to see in net8 would be the option of blazor, mvc and maui templates with tailwind instead of bootstrap :( I dont get why Microsoft hasn't done that yet

guillermomazzari
Автор

Patrick nice video. Can you also make one video about deploying blazor app to Aks?

shate
Автор

I hope that in the final release we are going to have the new Auth with all the page done in Blazor. I really would like to see a video about it, including how to modify and extend the models and classes.

SIBUK
Автор

Hey Patrick, how would I go about adding authentication to this project?

josephlittle
Автор

Hi! Could You make video about using gRPC with blazor and JWT?

michxkowal
Автор

hi patrick, good day to you. i do really appreciate your hard work and dedication in sharing your knowledge on this topic.
just a question though, with blazor web app, can you still do lazy loading of separate say RCL?

adnerb
Автор

Nice video, thanks Patric, I am looking forward that they implement hosted mode as well as IdentityServer within it (the latest version of it), also having that IdentityServer endpoints exposed would be very good so we could build our own identity pages.

jasminsabanovic
Автор

does this blazor web app template also use signalIR?

livb
Автор

What About MVVM in Blazor WASM with the Community Toolkit
it usefull or not ?

shabanelmogy
Автор

When to use this template?
To make this clear, today we have apsnetcore api with template. What if I want to migrate this to use the blaozr web app template, how all area and parts will work?

alwaseem
Автор

Do you happen to have any plans to add an English script in the future?

dhddldid
Автор

Hi, thanks for video. Will you update your blazor course on udemy?)

TheAkaDElpher
Автор

how to use oauth with this new template?

ClawsKeyboard-kino
Автор

It still isn't clear to me whether it always make sense to use the new Blazor Web App template, as opposed to sticking with the Blazor Web Assembly template. I get that .NET 8 has added a bunch of new features to the Web App template, but for say, a LOB app, Web Assembly should still work fine and you avoid all the additional complexity around rendering modes.

paulgehrman
Автор

Thanks for sharing. Maybe you can show how MudBlazor can be tied into the new Web App Template?

Marcel-dtdu
Автор

Thank you for this overview. Maybe I am being pedantic here but here's a question about the final example: with the .net 8 approach, it isn't really clear to me which project would be deployed to a server. What would you deploy here? The BlazorDotNet8ServerAndWasm app AND the to the same server?
Here are my long-winded thoughts on this!: I think the way the .net 8 projects are now structured is potentially confusing. Maybe I am missing something obvious. Take the final example you made, where you have a Server and WASM (BlazorDotNet8ServerAndWasm). The template will then produce 2 projects, the "main" BlazorDotNet8ServerAndWasm, then the project. Using .net 6 Web Assembly approach that you used in your ecommerce course on Udemy, it was very clear: you had a Server, a Client, no confusion. And you could theoretically deploy the server and client to separate servers (in reality that would be quite a common requirement - I have always had minimum 2 servers for deployment regardless of what stack I used... 1 for the public Website, 2nd one behind a firewall for the API, and only the API server had database access to block any outside access. Main Webserver never had direct DB access).
All that said, there are some incredibly useful features in this release candidate... especially the render mode flexibility for various components. It gives us the best of both worlds. Thank you for putting this video together.

colllm