DotNetShoutout - Stories tagged with Reactive
2
Shouts

Rx - Sample - Bnaya Eshet

published 496 days, 22 hours, 54 minutes ago posted by bnayabnaya 499 days, 18 hours, 48 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Thursday, January 05, 2012 5:50:10 PM GMT
Rx - SampleRx - Sample this post will focus on the Rx Sample operator. the Sample operation does sampling the observable stream and forward lessintensive data stream of the sampled datum. it can be prove very useful for scenario like handling accelerometer stream which can produce 60 value per second, in some cases we don't need such intensity and our machine resources may be happier to handle only 10 value per seconds. the same may be apply to video streamanalytics and many other s... (more)
category: Architecture | clicked: 18 | comment | | source: blogs.microsoft.co.il
tags: Reactive, IObservable, Rx, Iobserver, Sample
6
Shouts

Windows Phone 7 Wednesdays by Telerik

published 736 days, 10 hours, 32 minutes ago posted by KodefuGuruKodefuGuru 738 days, 19 hours, 40 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Wednesday, May 11, 2011 4:57:23 PM GMT
Hey everyone!  I'm happy to announce that Telerik is going to be hosting a 100% free, 100% awesome webinar series on some hot Windows Phone 7 development topics.  We've got Telerik Developer Evangelists, Microsoft MVPs, and up-and-coming community influencers (one of which happens to be from the Telerik Insiders), all presenting webinars for you to get up to speed with the platform and the latest and ... (more)
category: Screencast | clicked: 1 | comment | | source: blogs.telerik.com
tags: Reactive, Windows Phone 7, Telerik, Caliburn.Micro, Azure
3
Shouts

Variations in F#: Research compiler with Joinads and more!

published 784 days, 15 hours, 42 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 786 days, 12 hours, 11 minutes ago
Saturday, March 26, 2011 8:56:13 PM GMT Friday, March 25, 2011 12:26:33 AM GMT
Joinads are a research extension of the F# language. They simplify conrurrent programming with tasks, reactive programming with events, but can be also used for other types of computations. This article introduces the extension, which is now available, based on the open-source source-drop of F#. (more)
category: How To | clicked: 0 | comment | | source: tomasp.net
tags: Reactive, Parallel, Monads, FSharp
6
Shouts

The Reactive Extensions Extensions Now Live on MSDN Data Developer Center - Matthew Podwysocki

published 801 days, 21 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 802 days, 20 hours, 5 minutes ago
Wednesday, March 09, 2011 2:46:54 PM GMT Tuesday, March 08, 2011 4:32:48 PM GMT
As you may have noticed, the Reactive Extensions for .NET and JavaScript have a new home, moving from MSDN Dev Labs to the MSDN Data Developer Center. The new home will provide you with not only how to get them, but also a beginner’s guide and other additional resources including hands on labs, videos, tutorials, forums and much more... (more)
category: How To | clicked: 1 | comment | | source: codebetter.com
tags: Reactive, extensions, Reactive Extensions
9
Shouts

Reactive Extensions | Jesse Liberty

published 822 days, 13 hours, 16 minutes ago posted by JesseLibertyJesseLiberty 824 days, 21 hours, 20 minutes ago
Wednesday, February 16, 2011 11:21:45 PM GMT Monday, February 14, 2011 3:18:11 PM GMT
Talking with Matthew Podwysocki and Bart De Smet about Reactive Extension (Rx). Bart is a Software Development Engineer – SQL Cloud Programmability Team and actively involved in the design and implementation of Reactive Extensions. Matt is a Senior developer working for Microsoft and contributing to the Reactive Extensions framework. (more)
category: Podcast | clicked: 20 | comment | | source: jesseliberty.com
tags: .NET, Reactive, Reactive Extensions
7
Shouts

Reactive, parallel and concurrent programming in F# (PADL 2011)

published 936 days, 12 hours, 9 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 937 days, 9 hours, 44 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 2:53:32 AM GMT
This paper describes work that started during my internship at Microsoft Research in 2009. It presents a simple language extension for computation expressions that makes them even more useful in some reactive, concurrent and parallel programming models. Note that this is only a research project and there are currently no plans to support the extension in the F# language (although, if there will, eventually, be an open-source F# release, then you'll hear about the extension again...) (more)
category: How To | clicked: 2 | comment | | source: tomasp.net
tags: Reactive, Parallel, research, FSharp, concurrent
5
Shouts

Make your application extensible with Reflection

published 971 days, 31 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 971 days, 18 hours, 23 minutes ago
Tuesday, September 21, 2010 12:06:57 PM GMT Monday, September 20, 2010 6:14:56 PM GMT
Sometimes I'm very thankful when a application is extensible. It allows you to customize a application or event extend a application in a easy way. Otherwise, if the code is public, I have to digg through the code and search for a place where I can add my functionality. If I'm speaking about extensible I mean it in a technical manner where normally dependency injection frameworks will be used. But what do you use in a small application where you don't have MEF, some "old" .NET 3.5 app, and a dependency i... (more)
category: How To | clicked: 0 | comment | | source: www.mbaldinger.com
tags: .NET, Reactive, extensible
4
Shouts

Marble Diagrams and Rx

published 977 days, 20 hours, 13 minutes ago posted by abhi2434abhi2434 979 days, 21 hours, 35 minutes ago
Tuesday, September 14, 2010 4:24:35 PM GMT Sunday, September 12, 2010 3:02:51 PM GMT
Today I am going to discuss how to draw Marble Diagrams. I just came across with it in Reactive Framework. In Channel 9 videos, Jeffrey Van Gogh shows how to get started with Rx. Ever since I look deep into it, I find it very interesting, and perhaps a new way of thinking or understanding for Asynchronous programming structure. Reactive Framework introduces a few operators, which you might apply to an Observable to get the resultant observable. The way to represent each of these attributes can be done us... (more)
category: Architecture | clicked: 2 | comment | | source: www.abhisheksur.com
tags: Reactive, C#, Reactive Extensions
6
Shouts

Implementation of an Observer

published 992 days, 21 hours, 1 minute ago posted by abhi2434abhi2434 993 days, 20 hours, 22 minutes ago
Monday, August 30, 2010 3:36:48 PM GMT Sunday, August 29, 2010 4:15:39 PM GMT
Hi Folks, As few people told me to implement an observer in my last post where I just showed how to use it, here is the post where I am going to clear out confusions for you. If you have read my other post, you might already know what is an Observer and why it is required. Lets recap this a bit more. An observer is a container which observes each element individually and notifies you when the object state is modified. The observer should contain methods that enables you to subscribe or unsubscrib... (more)
category: How To | clicked: 0 | comment | | source: www.abhisheksur.com
tags: Reactive, Observer Pattern, C# 4.0, observer
9
Shouts

What is LINQ to Events a.k.a RX Framework?

published 1066 days, 23 hours, 1 minute ago posted by http://amazedsaint-intutions.blogspot.com/http://amazedsaint-intutions.blogspot.com/ 1068 days, 1 hour, 39 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Wednesday, June 16, 2010 10:59:04 AM GMT
I received a mail some time back, asking me to “clarify in simple words the concept of LINQ to Events”. This is a quick post on LINQ to Events a.k.a the RX Framework, and the objective of this post is to high light some of my previous posts on the same topic. NET Rx team (this is not an official name) found that any push sequence (events, callbacks) can be viewed as a pull sequence (as we normally do while accessing enumerables) as well – or they are Dual in nature. In short observer/observable pattern... (more)
category: How To | clicked: 3 | comment | | source: amazedsaint.blogspot.com
tags: .NET, Reactive, System.Reactive, C#