Matthew Podwysocki's Blog
Architect, Develop, Inspire...
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ALT.NET
AOP
ASP.NET
Axum
C#
Concurrency
Conferences
DBC
DDD
Domain Specific Languages
DSLs
Dynamic Language Runtime
Erlang
Event-based Programming
F#
Frameworks
Functional Programming
Haskell
HPC
JavaScript
Microsoft
NOSQL
Off Topic
OOP
Reactive Framework
Ruby
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
November 2009 (1)
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)
Recent Posts
5
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
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...
Filed under:
F#
,
Functional Programming
,
Event-based Programming
,
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:
ALT.NET
,
User Groups
,
NOSQL
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...
Filed under:
F#
,
Functional Programming
,
Event-based Programming
,
Reactive Framework
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...
Filed under:
C#
,
Concurrency
,
Reactive Framework
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...
Filed under:
F#
,
Functional Programming
,
Haskell
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:
F#
1
Comments
Generically Constraining F# – Part II
by
podwysocki
In the previous post, we talked about the basic problems with C# generic restrictions. We covered how it was possible in fact in the CLR to do these restrictions and sure enough the F# language supports them. This time, we’ll go deeper into what kinds...
Filed under:
F#
2
Comments
Pondering Axum + F#
by
podwysocki
It’s been a while since I’ve posted about Axum as I’ve been posting about other asynchronous and parallel programming models. After two releases of the Axum standalone language and lots of good user feedback, it’s time to ponder what could be with Axum...
Filed under:
F#
,
Concurrency
,
Functional Programming
,
Axum
2
Comments
Generically Constraining F# – Part I
by
podwysocki
Generic constraints inside .NET has always been a fun enterprise, especially given how C# handles them There has been some discussion on Jon Skeet’s blog about the fact that C# does not allow for generic constraints referring to a number of types. These...
Filed under:
C#
,
F#
More Posts
Next page »