Blazor Server Side Rendering in .NET 8.0: Work with Forms

preview_player
Показать описание
In this video, we'll learn how to work with forms in Blazor server-side rendering. We'll also explore how this experience compare to working with forms in Blazor WebAssembly or Blazor Server with Signal R.
Рекомендации по теме
Комментарии
Автор

I really enjoy your videos. I used to read all your blogs on Code Wolf. I think you're not publishing any blogs these days. I have also watched all of your courses on Pluralsight, particularly liked the Razor Pages courses.

acodersjourney
Автор

But my question is, how do we actually handle a real form post as a regular website would do? Would it be OK to just use the OnValidSubmit event for Authentication logic, assuming it's a login form? It feels strange but if that's how it's done then I'll do it that way...
I would prefer to register my post handler in a different file.

sal_strazzullo
Автор

Why don't you do a complete Blazor course on Pluralsight. Learning blazor in bits is very difficult. I am new to blazor. If you already have the course, please point me in the right direction. Thank you.

JtendraShahani
Автор

I guess Blazor Server Side Rendering is suitable for HTMX

EvgeniyYatsenko