Order
Order
Explore posts from servers
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
found what im looking for it's dotnet new blazor and I was doing blazorwasm
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
i did dotnet new --list and it actualyl showed me all the templates
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
I think I'll just give up and install visual studio 2022 I believe there are templates I am looking for there
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
Okay, thanks I will read up more and see what I can do
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
but I guess that ain't really happening
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
I wanted to have a "full stack" experience
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
yeah
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
and what i did ( dotnet new webapp) is probably the server side rendered thing
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
nobody knows
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
so it's the same but different, or it's actually different
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
Microsoft be microsofting again
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
so why is it cshtml
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
when i run dotnet new wasm they have the .blazor extension
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
for example when i run dotnet new webapp the pages have a .cshtml extension
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
nope that's what makes it hard i'm using vscode so I'm using the CLI and the docs often don't have the command necessairy to install specific templates
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
where do i find that
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
I want the backend to also host the websocket server for my example
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
When a standalone Blazor WebAssembly app uses a backend ASP.NET Core app to serve its files, the app is called a hosted Blazor WebAssembly app. I think THIS is what I'm looking for
32 replies
CC#
Created by Order on 12/27/2024 in #help
Does blazor webassembly not contain a "backend" server?
because for example it would be nice to have a chat window be client side rendered, as I don't want the page to refresh on every sent/received message
32 replies