Chapter 17. Multi-threaded programming

The Java concepts of multi-threading can be generally applied here, though code-wise, there are significant differences in how to write a threaded class. To get started with writing threaded applications in C# quickly, all you need to do is get familiar with the relevant classes and their methods. This chapter assumes a basic knowledge of threads – topics such as what threads are, multi-threading versus multi-processing, etc. will not be covered.

Get From Java to C#: A Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.