October 2005 - Posts

0
Comments

Monad updated to run on .NET 2.0 RTM by findleyd

Looks like my wish has been granted. There is a new build of Monad availible that runs on the final release of .NET 2.0. http://fileforum.betanews.com/detail/Windows_Monad_Shell/1126581014/1
0
Comments

Visual Studio Team Suite Trial Edition and the Express Editions have been posted to MSDN... by findleyd

Looks like the full range of SKUs are now available on MSDN subscriber downloads. Now that .NET 2.0 is released I'm hoping we'll see some new builds of WWF,WPF,WCF,LINQ and Monad.
5
Comments

What should a "Stream" operator look like in C#? by findleyd

Streams were one of the core concepts that I latched onto with Cw. It elevated enumerable lists as a first class problem domain. The fact that int* really was IEnumerable <int> melted away as an implementation detail and allowed me to begin to think...
More Posts