blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Migrate WebAssembly App With Blazor Bootstrap from .Net 7 to .Net 8

Open joselitogatchalianalonzo opened this issue 7 months ago • 7 comments

Hi @gvreddy04 Do you have documentation on how to migrate my existing WebAssembly App With Blazor Bootstrap from .Net 7 to .Net 8? I want to utilize the new cool stuffs in Blazor .Net 8 specifically different types of Render Mode.

@joselitogatchalianalonzo I'll add the documentation.

gvreddy04 avatar Nov 19 '23 14:11 gvreddy04

Thanks @gvreddy04

How to utilized this with .NET 8 Blazor

skasad21 avatar Nov 30 '23 18:11 skasad21

Hi @gvreddy04 What I've seen in documentation is for Web Assembly Stand Alone for .Net 8. I'm more interested in migrating my existing app using the Standard Web App template for .Net 8 recommended by Microsoft where I can utilize various render modes. Like I want to put Sidebar menu in Server project and all my forms in Web Assembly client project. Can you give an example of this kind of setup?

@joselitogatchalianalonzo We are already working on various scenarios to support developers in their migration to .NET 8.

gvreddy04 avatar Dec 09 '23 07:12 gvreddy04

How to utilized this with .NET 8 Blazor

@skasad21 Please check the docs here: https://docs.blazorbootstrap.com/getting-started/blazor-webassembly-net-8

gvreddy04 avatar Dec 09 '23 09:12 gvreddy04

Thanks @gvreddy04. I'm looking forward to it.