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)
August 2009 - Posts
0
Comments
F# First Class Events – Async Workflows + Events Part I
by
podwysocki
So far in this series, I’ve covered a bit about what first class events are in F# and how you might use them. In the first post, we looked at what a first class events mean and some basic combinators in order to compose events together. In the second...
Filed under:
F#
,
Functional Programming
,
Event-based Programming
,
Reactive Framework
1
Comments
F# First Class Events – Changes on Creating Events
by
podwysocki
So far in this series, I’ve covered a bit about what first class events are in F# and how you might use them. In the first post, we looked at what a first class events mean and some basic combinators in order to compose events together. In the second...
Filed under:
F#
,
Functional Programming
,
Event-based Programming
,
Reactive Framework
0
Comments
F# First Class Events – Creating and Disposing Handlers
by
podwysocki
So far in this series, I’ve covered a bit about what first class events are in F# and how you might use them. In the first post, we looked at what a first class events mean and some basic combinators in order to compose events together. In the second...
Filed under:
F#
,
Functional Programming
,
Event-based Programming
,
Reactive Framework
1
Comments
F# First Class Events – Creating Events
by
podwysocki
In the previous post on first class composable events in F# , we talked mostly about the underlying types and the basic composition that you can achieve through the Event module. By using the basic combinators of map, filter, partition, etc, we are able...
Filed under:
F#
,
Functional Programming
,
Event-based Programming
,
Reactive Framework
0
Comments
[ANN] DC ALT.NET 8/26/2009 – jQuery UI with Richard Worth
by
podwysocki
Following last month’s great presentation by Chris Williams on Naked JavaScript , we’re continuing our dive into JavaScript, and we continue this time with a look into jQuery UI . This month, we have Richard Worth , the Release Manager for jQuery UI,...
Filed under:
ALT.NET
,
User Groups
,
JavaScript
2
Comments
First Class Composable Events in F#
by
podwysocki
If you’ve been following me on Twitter lately, I’ve been playing a lot lately with event based programming in both F# events as well as the Reactive Framework (RX) . Today, I’m going to start a series in event processing, starting from the elementary...
Filed under:
F#
,
Functional Programming
,
Haskell
,
Event-based Programming
,
Reactive Framework
8
Comments
Spec# and Boogie Released on CodePlex
by
podwysocki
You may have noticed that in the past that I’ve talked extensively about Spec# , an object-oriented .NET language based upon C# with contract-first features as well as a non-null type system. This project has not only been covered by myself, but also...
Filed under:
Spec#
More Posts