-
Book Overview & Buying
-
Table Of Contents
.NET 4.0 Generics Beginner's Guide
By :

Me! Me! Me!
Thread safety has been a major concern for API (Application Programming Interface) or framework developers for many years. Achieving thread safety had been inherently hard. These developers have always dreamt of collections that are primitively thread-safe, not requiring any locking mechanism when consumed in a multi-threaded environment.
Moreover, applications that can do more than one thing (also known as multi-threaded applications) are almost taken for granted these days. If an application fails to live up to this expectation, then it has little chance of surviving.
Thanks to Concurrent Collections from Microsoft! These collections make writing thread-safe code a breeze. They encapsulate all locking mechanisms inside the generic data structures, so that the developers don't have to worry about it.
In this chapter, we shall learn how concurrent collections are making writing synchronized code easy. To learn about this power, in this chapter we...
Change the font size
Change margin width
Change background colour