Cancel Obsolete Http Requests in Rx.NET with the Switch Operator
Using Observables in Rx.NET is a super fun and efficient way to organize data flows in your applications. While it's widely used for front end development - it's basically a core part of Angular -…