vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

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

Open joselitogatchalianalonzo opened 9 months ago

joselitogatchalianalonzo commented 9 months ago

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.

gvreddy04 commented 9 months ago

@joselitogatchalianalonzo I'll add the documentation.

joselitogatchalianalonzo commented 9 months ago

Thanks @gvreddy04

skasad21 commented 9 months ago

How to utilized this with .NET 8 Blazor

joselitogatchalianalonzo commented 9 months ago

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?

gvreddy04 commented 9 months ago

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

gvreddy04 commented 9 months ago

How to utilized this with .NET 8 Blazor

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

joselitogatchalianalonzo commented 9 months ago

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