SignalR vs. Reactive Extensions

No, they are absolutely not the same thing. Reactive Extensions is a library for creating and composing observable streams of data or events (which are actually quite similar). It basically knows nothing about client-server connections or other things. It is focused solely on Observables and is capable of wrapping any collection, stream, event, async method, … Read more

How do Reactive Framework, PLINQ, TPL and Parallel Extensions relate to each other?

PLINQ (Parallel Linq) is simply a new way to write regular Linq queries so that they run in parallel – in other words, the Framework will automatically take care of running your query across multiple threads so that they finish faster (i.e. using multiple CPU cores). For example, let’s say that you have a bunch … Read more

What are the Hot and Cold observables?

From: Anton Moiseev’s Book “Angular Development with Typescript, Second Edition.” : Hot and cold observables There are two types of observables: hot and cold. The main difference is that a cold observable creates a data producer for each subscriber, whereas a hot observable creates a data producer first, and each subscriber gets the data from … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)