We have a windows application who works with a big load of data in datagrid and also thumbnails. Now we want to migrate this application to a webapplication. The problem is that we don't want to ...
I've been reading up on async/await somewhat but there are still things I don't get. I have experience writing socket servers with the Begin/End pattern, but I find some of this async/await confusing.