I had a Windows Service. It will check database every 5 mins and if there’re new record, it will send to a web service to save data in another database.
My WS send record one by one and now I want to send a List. The problem is if there’re many new records, I want to divide it into multiple list (like 50 records each list) and send them one by one.
I wonder how can I do it, anyone have a solution for this case ? Tks so much
1 Answer