.NET Rx Framework: Asynchronous Development with LINQ over Events
Ever looking for a new, generic, way to incorporate asynchronous programming capabilities into your applications? Ever wish you could just write a LINQ query over your application events and just create reaction methods for when an event occurs?
Well now you can with the .NET Rx Framework - which provides a new look at asynchronous programming. It’s really just LINQ over IEnumerable…More
Post a Comment