.NET 8 Blazor: Render Modes + Demo App Download

.NET 8 Blazor: Render Modes + Demo App Download

Coder Foundry

1 год назад

15,630 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@OPEN_OVER
@OPEN_OVER - 26.10.2024 08:50

Thanks alot : Please dont forget to add >>>>♦♦"AccessToken" in appseting and Program.cs

Ответить
@tk5782
@tk5782 - 01.08.2024 15:19

Thank you for a good explanation of the differences. Just one question about the code, why do you separate the client and server code in separate projects when they could live in one? Afterall, it's not likely that you're going to replace one or the other with something different so what's the benefit of this separation of concerns?

Ответить
@adnerb4307
@adnerb4307 - 16.07.2024 09:54

Awesome video, thanks!!! Suppose you have a huge web application and you want to use Auto Render Mode, can you do or leverage lazy loading? If yes, can you share some video and codes for this one? Thanks

Ответить
@nickmillerable
@nickmillerable - 09.06.2024 05:27

This is a great idea for a sample app, great job.

Ответить
@DarkOutsideNow
@DarkOutsideNow - 15.01.2024 19:50

Amazing video. As a new coder, I'm making a professional web app by myself. I understand the different modes better, their limitation, and how Auto places it's role in Blazor. The video covers the render modes , understanding the communication per rendermode, and helpful visuals. I am so excited that I found your video. Its what I needed.

Ответить
@waleedbensumaidea3947
@waleedbensumaidea3947 - 02.01.2024 23:40

Thank you so much.
I'm learning Blazor for the first time on NET 8.


I start working on enterprise application using blazor net8, but I got confused by those render modes.

Like which render mode should i choose for each page in my project.

Also because there is two projects Server and Client. Here comes new questions about pages location.
Where should i put my pages.

Because there is two folders called Pages in Both Server project and client Project.

😂 Sorry, but i feel like i lost in Blazor.

And if i put most my pages in client project but i let their render mode to interactiveServer

Does that mean no matter where pages are located, the important thing is render mode

Ответить
@richardc215
@richardc215 - 19.12.2023 15:51

Good stuff.

Ответить
@kvelez
@kvelez - 10.12.2023 08:48

Cool

Ответить
@sammynava5357
@sammynava5357 - 07.12.2023 00:58

When testing the SSR - Stream page on my development PC (after uncommenting the delay), I noticed that the "placeholder effect" only works when using Kestral to run the solution. If I use IIS Express, the page does not load at all until the delay is over. Is that expected behavior?

Ответить
@emcwealth
@emcwealth - 03.12.2023 22:23

i've been using blazor professionally since .NET Core 3.1.... ever since I first saw it, I knew in my gut that this was going to be the future for web development (i've been writing software for 25+ years)... it was that good back then... and now it's pretty phenomenal...!

Ответить
@MrFEMGM
@MrFEMGM - 02.12.2023 20:39

Very useful video and example, thanks a lot. Blazor is really an excellent choice for many cases.

Ответить
@Blr046
@Blr046 - 26.11.2023 14:26

@attribute [RenderModeServer] is giving compile error in MovieListSignalR.razor

Error (active) CS0246 The type or namespace name 'RenderModeServerAttribute' could not be found (are you missing a using directive or an assembly reference?)

Ответить
@FearGod123
@FearGod123 - 13.11.2023 03:53

Thank you very much !

Ответить
@ProDevelopmentPK
@ProDevelopmentPK - 10.11.2023 05:15

Using .NET8 RC2 I created a Blazor Server App with Global Interactivity and with Identity Authentication, then I added MudBlazor to Make it look better and Layout worked but not the Interactivity until I set it up in App > Routes and If I do that then Identity's Login component stops working. This is a total mess there is no documentation on how to solve this, Without Interactivity I can't validate Register/Login Components and Can't show Snackbar Message or Check Boxes. I think you should make your next video playing with Authentication and Interactivity with Blazor Server App.

Ответить
@dawiemos
@dawiemos - 02.11.2023 11:41

I keep on getting this error: Severity Code Description Project File Line Suppression State Details
Error CS1061 'IRazorComponentsBuilder' does not contain a definition for 'AddServerComponents' and no accessible extension method 'AddServerComponents' accepting a first argument of type 'IRazorComponentsBuilder' could be found (are you missing a using directive or an assembly reference?) Server C:\Users\XXXX\source\repos\EmboBlazorRenderModes\Server\Program.cs 9 Active

Ответить
@ProDevelopmentPK
@ProDevelopmentPK - 01.11.2023 10:40

What If entire Application is Server Side Interactive but I want to make one Component like Login a Static Server. As it doesn't have any attribute how can I do this ?

Ответить
@betterlifeexe4378
@betterlifeexe4378 - 21.09.2023 05:53

My wife is starting to learn C# and HTML at the same time, and i've already got her making a blazor shopping cart. It's really amazing how much you can accomplish with go tutorial and a good framework like blazor.

Ответить
@mohammadmz1058
@mohammadmz1058 - 20.09.2023 15:32

Excellent video, very good explanation.

Ответить
@AmirImam-ir5gb
@AmirImam-ir5gb - 19.09.2023 11:11

Blazor is the best front end framework, but it is not popular here in the middle east (Egypt for example). I think we need some support to replace flutter with Blazor

Ответить
@enriquesneffels3053
@enriquesneffels3053 - 09.09.2023 03:12

​ Hello, @CoderFoundry ! Do you have any plans to update your self-paced bootcamp online to .net 8 and the latest version of C#, and Blazor? I saw the course, but it looks outdated. It doesn't have Blazor, and it shows .Net 6. I would like to learn C# and Xamarin with you, sir.

Ответить
@coderbdev
@coderbdev - 06.09.2023 15:09

Very helpful. Thanks :)

Ответить
@tjf7101
@tjf7101 - 06.09.2023 02:04

Possibly dumb Q. This is something the September cohort will be building?

Ответить
@maacpiash
@maacpiash - 05.09.2023 16:52

Can we do AOT build for auto mode, i.e. initialize with SSR, then download WASM files (instead of DLL files and the Mono runtime) in the background?

Ответить
@Sladeofdark
@Sladeofdark - 05.09.2023 16:01

Does WASM have the same problems as Silverlight?

Ответить