✅ What's new in .NET 8 regarding making a WASM project?
Hello guys,
I am looking into learning Blazor WASM.
I was viewing some tutorials online on how to setup the project but everything seems to have changed since .NET 8.
Normally you could make a Blazor WASM project + ASP .NET Core hosted, now you have to do it manually?
Or is there still an option to do it automatically?
Why did they remove it, is it not the standard anymore? If so what is the new standard?
13 Replies
What's new in ASP.NET Core 8.0
Learn about the new features in ASP.NET Core 8.0.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yes but that is not asp .net core hosted
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Is that the only reason? Or did they add a newer standard
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
Now there is either Blazor wasm standalone or just Blazor web app
The latter can have different render modes
There is interactive wasm, interactive server (aka Blazor server) and static ssr
And two former can have prerender
I would suggest reading this
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
TeBeCo
Quoted by
<@689473681302224947> from #What's new in .NET 8 regarding making a WASM project? (click here)
React with ❌ to remove this embed.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Isn't it pre .net8 template?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View