I've not MT code in C# for years and when I did it was all the old-fashioned way... basically signals and threads and stuff like in C++.
The asynchronous revolution broadly passed me by and now I'm writing a MT application... it feels a great opportunity to bone up on the modern way but online resources are muddled depending when they were written.
Can anyone recommend a book on modern C# for someone who has worked with it but is out of date with this stuff?
The asynchronous revolution broadly passed me by and now I'm writing a MT application... it feels a great opportunity to bone up on the modern way but online resources are muddled depending when they were written.
Can anyone recommend a book on modern C# for someone who has worked with it but is out of date with this stuff?
Comment