April 2016
Intermediate to advanced
264 pages
5h 16m
English
This recipe shows you how to use LINQ to query an asynchronous sequence of events.
To work through this recipe, you will need Visual Studio 2015. No other prerequisites are required. The source code for this recipe can be found at BookSamples\Chapter8\Recipe5.
To understand the use of LINQ queries against the observable collection, perform the following steps:
Program.cs file, add the following using directives:using System; ...
Read now
Unlock full access