server

  1. gciraman2024

    How to create modal form using blazor server app?

    Hi Team I need some help, want to create a blazor server app will when clicking a button modal pop up. Either can use mudblazor as a library, can anyone show me step by step to do this in blazor server app in .net 8 sdk. // blazor requirement for the project. The application should include...
  2. gciraman2024

    How to fix this end point problem in blazor web server app?

    Hi Team I have a web server in Blazor, but maybe my application is not registered well according to the project structure. The issue is as below exception, InvalidOperationException: Cannot find the fallback endpoint specified by route values: { page: /_Host, area: }...
  3. S

    Question Emergency Services Project

    Hello everyone, I am developing a project for the management of emergency vehicles, as you can see from the structure visible in the image there is a server and five clients, with many accesses to the server, I have now thought to avoid giving the access to the database to dozens of users to use...
  4. J

    Raspberry Pi as Databaseserver for WPF Application

    Hey guys! I built an WPF Application, with a database, which provides the data. Until now a database running on the same machine as the one were I developed the app was enough. Now I want to run the app on other computers to, so I want to try using a Raspberry Pi as databaseserver. Unforutnately...
  5. F

    Create Public Server ?

    Hi... I'm an Unity 3D Developer. I wanna to make a small chat program via WiFi between C# program and Unity 3D. In unity I can Create a public server by using this code : Network.InitializeServer(numberOfPlayers,connectionPort,false); // false = Network...
  6. B

    Write Linux server monitoring tool for Windows

    Hi guys, I have a couple of Linux servers that I want to monitor. I've been searching for good, and free monitoring software but have not really found what I'm looking for. Now I want to see if I can build it myself. I was wondering if anyone has done something similar before. How should I...
Back
Top Bottom