How can I get into a global variable if the user is using a mobile browser using Blazor Server?
I am facing an issue with blazor server in .NET 8.
Create a model class Blazor using columns from different tables in a sql database
So I have a few sql tables in SSMS and I am trying to get specific columns from these different tables and put them all together into one model class in blazor and take all this data from the different tables, put it into a telerik grid and do crud operations on it. Note that the tables are not really related I just need a way to put them all to together on visual studio and none of these tables have primary keys. Any help is appreciated.
Timer not working in Blazor Web Application
I have simple Blazor Web Application (Server Side, .NET 8, VS2022).
Here main page:
Blazor server not bringing service data when clicked twice
I have a blazor server application with a service base backend (no API).
I’m not posting the real code due to company policies, so I provided the following example.
SignalR Connection Unexpectedly Closes in Blazor Server Application
I’m building a Blazor Server application that uses SignalR to push real-time sensor data from the server to the client. The client seems to be unable to receive data, and the connection is unexpectedly closed by the server. Application is published to raspberry pi 3b (arm64 architecture). Here is a summary of the problem and the relevant code: