Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

TabBlazor using the features of .NET 8.0?

$
0
0

I'm writing an app with Blazor, using this dashboard template I found.

From what I understand of Blazor and .NET, the jump from .NET 7.0 > 8.0 was pretty big, so we can choose whether our components can server-side or WASM.

In the template there are separate apps for Server and WASM (Tabler.Docs.Server and Tabler.Docs.Wasm). If I'm using .NET 8.0+, can I use either and build my app from there? Can I just delete the directory that I'm not going to use? I read somewhere that I can have the component automatically pick the best method. How do I make that work?

For context, I'm building an app where the database and the app will be on the same network, but the computer may not have internet connection. I'll need an open socket to communicate as well. From what I've read, I don't think I can use sockets with WASM components right? But if I want to use SignalR for socket communication, I read that I will need an internet connection for that.


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>