Login:  Password:    
forgot my password
sign up!
Search: 

Menu

Home

How it works?

Buy this course

Discuss! Add a comment
Add this course to my favorites
Add a personal note
RSS Feeds

Course's author:

Ayad Boudiab

Experience: A total of 10 years experience in developing applications using C++, Java, C#, ASP.NET, and SQL Server. In addition to 6 years experience in teaching programming courses at a local college. Degree: B.S. Computer Science Location: Atla...
Go to author's Space

Course stats:

Favorited:  0 times
 
no vote received

Features

Textual content

Video tutorial

Exercise

Source code

Downloads

Recommended post



 
  Content  
  Notes  
  Discuss  

Online course
Introduction to Reactive Extensions for .net

In this Reactive Extensions (Rx) training course we will look at every piece in details in the upcoming videos. As MSDN defines it “The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using LINQ operators, and parameterize the concurrency in the asynchronous data streams using Schedulers. Simply put, Rx = Observables + LINQ + Schedulers.”



Instalation
 Vídeo
1)  Instalation
Description: we will start by downloading Rx and looking at the development platforms we will be using. |
[Mark this item as viewed]



Console
 Vídeo
2)  Using different Thread
Description: In the previous video, we looked at what is needed to install and start experimenting with Reactive Extensions |
[Mark this item as viewed]


 Vídeo
3)  Using Start and Return
Description: We will create a console application to experiment with using Start and Return.  |
[Mark this item as viewed]


 Vídeo
4)  Subscribe
Description: Then we will discuss an overloaded version of Subscribe.  |
[Mark this item as viewed]


 Vídeo
5)  Using and Finally
Description: In this video, we are covering "Using" and "Finally". Then, we will do our standard ToObservable() on a new thread.  |
[Mark this item as viewed]


 Vídeo
6)  Buffer
Description: In this video, we will talk about using Buffer(). |
[Mark this item as viewed]


 Vídeo
7)  SubscribeOn and ObserveOn
Description: As usual, we will start with a LINQ query. Then turn it into an observable sequence. We will have Subscribe and Observe be on a new thread.  |
[Mark this item as viewed]


 Vídeo
8)  Dispose and Window
Description: We will specifically discuss Dispose and Window. In some situations, we might need to dispose of a certain unmanaged resources. |
[Mark this item as viewed]



Functionalities
 Vídeo
9)  Group By and Skip
Description: We will start by creating a sequence of names and making it an observable sequence. |
[Mark this item as viewed]


 Vídeo
10)  Zip And Exceptions
Description: There are some functionality that I would like to introduce. We have Repeat, which repeats a certain item (string in our case) a certain number of times.  |
[Mark this item as viewed]












mrbool.com
contact us   |   publish your post   |   buy credits

Copyright 2013 - all rights reserved to www.web-03.net