Cuda
Cuda
CC#
Created by Cuda on 5/24/2024 in #help
How to update a listbox contents with a text file that is constantly being updated.
I've tried a streamreader and it doesn't update the listbox contents.
9 replies
CC#
Created by Cuda on 7/8/2023 in #help
❔ How to modify aspnetcorehealthcheck to add devices programmatically.
I have aspnetcorehealthcheck on a .net core app. Everything works fine. How would we go about and adding new devices to check? I can't seem to find how to do this.
129 replies
CC#
Created by Cuda on 2/15/2023 in #help
✅ Saving api json data to db
So I'm not sure how to go about in saving data from a website that provides json data. Like what is the standard way ?
15 replies
CC#
Created by Cuda on 2/9/2023 in #help
❔ asp.net core How to send array to javascript?
how do we send a clean array to javascript?
3 replies
CC#
Created by Cuda on 1/26/2023 in #help
❔ How to read json api data from remote server that uses paging?
So I need some direction of how we can pull all data from a json api website that only sends 50 items per page. I can pull json data successfully but I only get the first 50 items out of at least 1030 items total. How do we make the server give us the rest of the data? On my end what structure would I use to build or receive it?
25 replies
CC#
Created by Cuda on 12/15/2022 in #help
❔ Format column DataGridview in WPF
I have the following epooch time data from a csv that I'm trying to import into a datagrid. What code can we use within the grid to convert it to regular Date Time format ie. 12/14/2022 3:00pm etc. ? 1671026261
6 replies