Category Archives: Asynchronous

WebRequest asynchronous fun…

So I am writing some code to integrate some REST API calls with another system. So I use what I think of as typical code to accomplish this: 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; … Continue reading

Posted in Asynchronous, Threading, WebRequest | Leave a comment