Search results for query: *

  1. 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...
  2. T

    Advance JSON deserialize > SQL Insert

    Hope someone can please help I want to Insert JSON Values to a SQL Database. It is working, but There is an object within the main object, which I cannot seem to retrieve the value. Here is my JSON code { "items":[ { "uid":"b003a6ad8ef543dfbebf3ea2d48a1c33"...
Back
Top Bottom