Change UI to use Blazor Server Or Wasm
Hello, I hope you are well. I wanted to know if it is possible to use Blazor Server or Blazor Wasm for the admin panel? And if we cannot use these, what is the reason? And if we can use it, do you suggest it? I want to use it (blazor) in an IDP, is this safe?
Hi, what do you mean Blazor for admin? Rewrite mvc to blazor or use blazor app with IdP?
Hi, what do you mean Blazor for admin? Rewrite mvc to blazor or use blazor app with IdP?
Hi,Yes, that's what I mean.
@masoodafar-web he asked you to clarify which one of the two you are referring to
- Rewrite mvc to blazor ?
- use blazor app with IdP?
I think you are referring to the first option. One approach would be to use Management Admin API and rewrite MVC pages in Blazor.
When it comes to Identity portion with Blazor Server, from what I understand, you still need to resort to MVC backend since you cannot post forms to Blazor Server hence and Microsoft is not planning to port Identity to Blazor.
Thank you, @vpetkovic , for your reply. Yes, I mean the first option, that is (Rewrite MVC to Blazor), is it possible to do this? If it is not possible to migrate the front from MVC to Blazor, what is the reason? Are there security reasons? For example, maybe you can use Blazor Server for this issue.
What is the benefit of rewriting to Blazor instead of keeping it in MVC?
What is the benefit of rewriting to Blazor instead of keeping it in MVC?
Using existing and more optimized components in Blazor, as well as working and developing (code style) more easily to customize business related codes.