Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change UI to use Blazor Server Or Wasm #1032

Open
masoodafar-web opened this issue Jan 23, 2023 · 6 comments
Open

Change UI to use Blazor Server Or Wasm #1032

masoodafar-web opened this issue Jan 23, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@masoodafar-web
Copy link

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?

@masoodafar-web masoodafar-web added the enhancement New feature or request label Jan 23, 2023
@skoruba
Copy link
Owner

skoruba commented Jan 23, 2023

Hi, what do you mean Blazor for admin? Rewrite mvc to blazor or use blazor app with IdP?

@masoodafar-web
Copy link
Author

masoodafar-web commented Jun 1, 2023

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.

@vpetkovic
Copy link

@masoodafar-web he asked you to clarify which one of the two you are referring to

  1. Rewrite mvc to blazor ?
  2. 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.

@masoodafar-web
Copy link
Author

masoodafar-web commented Jul 12, 2023

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.

@skoruba
Copy link
Owner

skoruba commented Jul 12, 2023

What is the benefit of rewriting to Blazor instead of keeping it in MVC?

@masoodafar-web
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants