c sharp c# sql server

  1. P

    Question How to write C# method for getting data in JavaScript without returning Status200Ok or so.

    Hello! I'm a desktop app and videogame developer and I'm learning web development. I followed a tutorial about CRUD in ASP.NET Core MVC, which lists, adds, edits, and removes employees' data. My app starts with an html table with the employees' list, each field in a <td> (a row cell); all fields...
  2. T

    Need help with some C# code

    I want to make a c# application that for example pings a server. I have a list of 200+ servers. 10 servers I want to ping every 5 seconds, 50 servers I want to ping every 30seconds and the remaining every 1 minute. All data will be stored in a database. How would I go about in seperating these...
  3. S

    Resolved Needs some assistance with a seat reservation system.

    I'm currently creating a windows form project which is for a coach booking system using the baked in SQL server. What I'm trying to figure out at the moment is the best way to reserve a seat for a particular customer. In my coach table i have the coach Type i.e. single decker and double...
  4. S

    Resolved help creating a query for finding a record between two dates.

    EDIT: i fixed it. the issue was that i was inputting the incorrect format. when writing dateTimePicker1.Value.toString(dd//MM//yyyy)....it should have been **dateTimePicker1.Value.toString(MM/dd/yyyy)** im creating a project in visual studio using the baked in SQL server. I'm trying to create...
  5. codify

    Question implement the crud operations?

    Hye, everyone. So I am following this video to implement the crud operations using c#. I had a discussing here too and I did the changes as they said! Still, the error is there! Please help me!
  6. L

    Question Resturant management system with database

    Hello. I want create desktop application for resturant With c sharp and sql server. Forms..... Form Foods Form Drinks Form Report > Daily and Monthly Thanks for help.
Back
Top Bottom