System.Reactive or the .NET Reactive Extensions (Rx) – Concepts and Fi(amazedsaint.blogspot.com)
submitted by
amazedsaint(835) 2 years, 6 months ago
Consider how you handle a simple MouseMove operation in .NET using an event handler. Let us take a step back, and examine this a bit closer - The mouse cursor location’s value is changing over a period of time, and an event notifies you about that. You may see the data we receive from these events as pieces of data that you (the target) receive from a source over a period of time – a sequence. Also, you may instantly notice that the same is happening when you iterate over a collection, probably using a for loop. In that case too, you are receiving values from a source over a period of time. Or, in both cases, the target is receiving the pieces of data from a source over a period of time through some signal.... read more...
|category: C#
|Views: 52
tags:
C# another
Everyones tags:
Your Tags: