Relative Content

Tag Archive for c#blazor-server-side

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.

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: