-
Archives
- June 2012
- May 2012
- February 2011
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
Monthly Archives: August 2008
Async Computation Expressions – Resource and Exception Management
For the next part of my coverage of Asynchronous Computation Expressions, I’m going to talk about the things you get for free when you use them. I was reminded of this during a recent chat with Greg Young about how … Continue reading
Posted in Concurrency, F#, Functional Programming
Leave a comment
Aspects of Functional Programming in C# Presentation and Code Redux
Last month, I posted my Functional C# presentation for the Rockville .NET User Group (RockNUG). Yesterday, I was able to finally present the material, although I was feeling under the weather and there was a lot of information in just … Continue reading
Posted in Uncategorized
Leave a comment
Recursing on Recursion – Continuation Passing
In this continuing series of my back to basics, I’ve been talking about recursion, and various strategies around using it effectively. This includes covering the basic types of recursion, whether it be linear, binary, and tail. Then I took it … Continue reading
Posted in Uncategorized
2 Comments
Adding Async Operations to Asynchronous Computation Expressions in F#
Asynchronous Computation Expressions are an extremely powerful feature in F#. It’s important to not only know how to use them, but also to extend the behavior so that other classes can bind and perform asynchronous behavior. What I want to … Continue reading
Posted in Concurrency, F#, Functional Programming
Leave a comment
DC ALT.NET – 8/28/2008 – Ruby with Jeff Schoolcraft
The August meeting for DC ALT.NET will be on August 28th, 2008 from 7-9PM. Check our site and our mailing list for continuing updates and future meetings. This month, Jeff Schoolcraft, ASP.NET MVP, will host a conversation on Ruby. This … Continue reading
Posted in ALT.NET, Ruby, User Groups
Leave a comment
Task Parallel Library and Async Computation Expressions
Very recently, I’ve given a few talks on Asynchronous and Concurrent Programming in F#. In this talk, I gave a brief overview of the options you have when dealing with concurrency and asynchronous behavior. During these talks, I was asked … Continue reading
Posted in Concurrency, F#, Functional Programming
4 Comments
Recursing into Recursion – Memoization
Lately, I’ve been heads down on a lot of concurrency items which will hopefully come out soon. In the mean time, I want to get back to the basics one last time with recursion. As I posted earlier, I’ve been … Continue reading
Posted in C#, F#, Functional Programming
7 Comments