October 2009 - Posts

0
Comments

F# October 2009 CTP/Beta2 – F# + Rx Together At Last by podwysocki

Lately, I’ve been covering a lot of F# First Class Events as well as the Reactive Framework which has been leading up to a head as it were. It has been announced through Channel 9 that .NET 4 will include the two major interfaces from the Reactive Framework...
0
Comments

[ANN] DC ALT.NET 10/22/2009 – MongoDB with David James by podwysocki

This month DC ALT.NET will once again move into the not often covered subjects in the .NET world, in covering MongoDB with David James . Stay tuned to the mailing list for up to date details. There has been a bit of discussion around non relational databases...
Filed under: , ,
0
Comments

F# First Class Events – Composing Events Until Others by podwysocki

After a comment on my last post in regards to First Class Events in F#, I thought I’d revisit them briefly before going back to the Reactive Framework series . In particular, this comment was in regards to implementing the until combinator using F# First...
5
Comments

Introducing the Reactive Framework Part I by podwysocki

During my series about first class events in F#, I made frequent mention of the LiveLabs Reactive Framework (Rx), without going into much detail as to what it is. Now that the series is complete and we understand both how F# first class events work, as...
3
Comments

Functional Programming Fundamentals Lectures by podwysocki

Earlier this year, I had the privilege to record a Channel 9 video session covering functional programming basics with Erik Meijer and Charles Torre. We covered some of the basics, but at some point you need to go back to the fundamentals in order to...
1
Comments

Generically Constraining F# – Part III by podwysocki

In the previous post , we talked about some of the generic restrictions that you could do in F#. I showed some of the basics and how you might use them to your advantage. We covered the type constraint, null constraint and explicit member constraint....
Filed under:
More Posts