Matthew Podwysocki's Blog
Architect, Develop, Inspire...
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Agile
ALT.NET
AOP
ASP.NET
Axum
C#
Clojure
Concurrency
Conferences
DBC
DDD
DLR
Domain Specific Languages
DSLs
Dynamic Language Runtime
Erlang
Event-based Programming
F#
Frameworks
Functional Programming
Haskell
HPC
JavaScript
JSConf
LINQ
Microsoft
MongoDB
Mono
NOSQL
Object Oriented Programming
Off Topic
OOP
Reactive Framework
Ruby
Rx
Spec#
TDD/BDD
Tools
User Groups
Visual Studio
Web Development
Sponsors
advertise here
News
Subscribe in a reader
Follow me on Twitter
View my Facebook
View my LinkedIn Profile
Disclaimer
The views expressed on this weblog are mine and do not necessarily reflect the views of my employer.
All postings are provided "AS IS" with no warranties, and confer no rights.
Badges
Navigation
Home
Blogs
Archives
June 2010 (2)
May 2010 (6)
April 2010 (7)
March 2010 (9)
February 2010 (10)
January 2010 (5)
December 2009 (2)
November 2009 (7)
October 2009 (6)
September 2009 (7)
August 2009 (7)
July 2009 (3)
June 2009 (8)
May 2009 (10)
April 2009 (10)
March 2009 (11)
February 2009 (6)
January 2009 (9)
December 2008 (6)
November 2008 (8)
October 2008 (13)
September 2008 (11)
August 2008 (9)
July 2008 (8)
June 2008 (10)
May 2008 (13)
April 2008 (23)
March 2008 (26)
February 2008 (24)
January 2008 (5)
Blogs I Follow
Jeremy Miller
Dave Laribee
Greg Young
ScottGu
Scott Hanselman's ComputerZen.com
Haacked
IUnknown
Coding Horror
Mailing Lists
altdotnet
DomainDrivenDesign
Refactoring
CLI DEV
Behavior Driven Development
Test Driven Development
User Groups
DC ALT.NET
Philly ALT.NET
Pittsburgh ALT.NET
CapArea.NET
RockNUG
CMAP
Washington DC XP Users Group
NoVA Ruby User Group (NoVARUG)
November 2009 - Posts
1
Comments
Going Interactive with the Reactive Extensions
by
podwysocki
Lately in my series on the Reactive Extensions, you’ll have noticed I focused quite a bit on the IObservable<T> and IObserver interfaces as well as the extensions methods that are included. There is one thing, however, that might have been missed...
Filed under:
C#
,
Event-based Programming
,
Reactive Framework
2
Comments
Introduction to the Reactive Framework Part V
by
podwysocki
In the previous post of the Introduction to the Reactive Framework series, we covered how to create new IObservable<T> instances, either from scratch or from existing sequences. What this allowed us to do was turn an operation which was previously...
Filed under:
C#
,
Concurrency
,
Reactive Framework
0
Comments
Reactive Extensions for .NET (Rx) released on DevLabs
by
podwysocki
As you may have noticed, I’ve been blogging a bit about the Reactive Framework , now the Reactive Extensions for .NET (Rx) and how it will change the way we approach asynchronous and event-based programming. Just as LINQ to Objects changed the way we...
Filed under:
C#
,
F#
,
Event-based Programming
,
Reactive Framework
4
Comments
Introduction to the Reactive Framework Part IV
by
podwysocki
In the previous post in this series, we covered how to turn .NET events into first class values through IObservable instances. By doing so, we were able to do much more interesting things than just subscribe and unsubscribe, instead we were able to create...
Filed under:
C#
,
Event-based Programming
,
Reactive Framework
6
Comments
Introduction to the Reactive Framework Part III
by
podwysocki
In my previous post in the Introduction to the Reactive Framework series, I discussed the duality between the IEnumerable/IEnumerator and IObservable/IObserver and how that enables us to generalize the ideas from LINQ to Objects to LINQ to Observables...
Filed under:
C#
,
Event-based Programming
,
Reactive Framework
1
Comments
[ANN] DC ALT.NET – 11/24/2009 “Stop Talking, Start Teaching” with Jeff Casimir
by
podwysocki
As a group, we’ve been focusing a lot on technology on such things as JavaScript, MongoDB and so on. This month, I’d like to take a step back as a group and instead focus on some soft skills. When I started this group back in 2007, I had the idea that...
Filed under:
ALT.NET
,
User Groups
6
Comments
Introduction to the Reactive Framework Part II
by
podwysocki
In my previous post , I talked a little bit about the parts of the Reactive Framework that are coming to the .NET 4 BCL as well as their implementation in F# as part of F# First Class Events. This time, let’s come back to the Reactive Framework itself...
Filed under:
C#
,
Event-based Programming
,
Reactive Framework
More Posts