Activities of "safi"

this question is out of ABP Commercial and ABP Framework context.

Hi Albert

Can u pls tell me If I want to customize login page in blazor server then where I can do this?

this question is out of ABP Commercial and ABP Framework context.

Hi Albert

Can u pls tell me If I want to customize login page in blazor server then where I can do this?

It's for a demonstration, you can create a new project with your favorite project template such as app-pro in this case. and make a comparison of what should be changed. Configuring a Blazor Server from zero is really complicated and might be buggy. So, create a new blazor-server project and compare changes.

Or, you can move your existing pages to the newly created blazor-server project instead of modifying the old one. After moving the files, you can remove the old project. That is a different way but you can lose your git history

I created a server app and now tell me where I need to put my existing host project code?

It depends which project type are you using. Is your blazor-server will connect directly database or make requests to you existing HttpApi.Host?

Best way to change it to blazor server is creating new project and compare changes like I did in this PR: https://github.com/enisn/abp-blazor-wasm-to-server/pull/1

If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with --tiered parameter.

Hi

I checked the files and I am not able to add this reference in blazor project. Can u pls tell me how can I add this?

How I will add this reference in blazor project

can u pls answer this

It depends which project type are you using. Is your blazor-server will connect directly database or make requests to you existing HttpApi.Host?

Best way to change it to blazor server is creating new project and compare changes like I did in this PR: https://github.com/enisn/abp-blazor-wasm-to-server/pull/1

If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with --tiered parameter.

what i need to do in this case If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with --tiered parameter.

It depends which project type are you using. Is your blazor-server will connect directly database or make requests to you existing HttpApi.Host?

Best way to change it to blazor server is creating new project and compare changes like I did in this PR: https://github.com/enisn/abp-blazor-wasm-to-server/pull/1

If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with --tiered parameter.

Hi

I checked the files and I am not able to add this reference in blazor project. Can u pls tell me how can I add this?

How I will add this reference in blazor project

Hello,

You can create both Blazor.Wasm and Blazor.Server projects then compare the module files and configurations side by side.

Hi

Module files like?

It depends which project type are you using. Is your blazor-server will connect directly database or make requests to you existing HttpApi.Host?

Best way to change it to blazor server is creating new project and compare changes like I did in this PR: https://github.com/enisn/abp-blazor-wasm-to-server/pull/1

If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with --tiered parameter.

Hi

I checked the files and I am not able to add this reference in blazor project. Can u pls tell me how can I add this?

Please reply it's urgent.

Waiting for the response. It's urgent.

Please reply it's urgent.

Showing 51 to 60 of 347 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13