Here. Dare released a new version of RSS Bandit that, among other things, implements my RSS extension that exposes comments for an RSS entry via an RSS feed [1]. Dare's implementation is not only *exactly* what I had in mind when I proposed the extension (thanks, Dare!) but I think this also address's Shawn's request from the other day [2].
[1] http://www.sellsbrothers.com/spout/#exposingRssComments
[2] http://weblogs.asp.net/shawnmor/posts/24960.aspx
Here. After watching several people complain about the lack of innovation at MS, Franci couldn't take it anymore and weighed in with his dissenting opinion. Thanks, Franci!
Here. As much as I love the site, I've only made two contributions to CodeProject.com. Reading the comments about one (".NET Delegates: A C# Bedtime Story") made me nostalgic for the other...
Here. For some reason, there's been a lot of interest in my ".NET Delegates: A C# Bedtime Story" on CodeProject.com lately, in spite of it being almost two years old. My favorite comment compares me to a "hard-drinking" Pope (which is especially ironic, since I'm an adamant ex-Catholic : ).
Here. Christine Morin, a fellow Microsoft employee, came to my rescue when I went looking for a sol.exe implementation (I love working at Microsoft...).
I found the original C implementation (which can still compile for 16 or 32 bits!) and hers, the very nicely done WinForms version (from scratch!). Christine's implementation is not quite perfect yet, but it's very, very close.
I did some coding on it and then talked her into opening the source up in a GotDotNet Workspace. The project has two goals:
1. Perfectly recreating sol.exe in managed code
2. Separating the UI completely from the data
The 1st goal is to provide homage to the world's most popular Windows application (!), although I've already violated it while keeping to the spirit (Undo needs a Ctrl+Z mapping!).
The 2nd goal is to enable other UIs to be placed on top of the sol.exe data model for future versions of Windows which may or may not have amazing new UI capabilities (and which may or may not be discussed in glowing details at the PDC [1]) and about which I may or may not be writing about in the future (vague enough? : ).
Got some time? Instead of firing up the existing sol.exe, help us finish our .NET version!
[1] http://msdn.com/pdc
Here. "Joining us in this episode will be Brad Abrams and Anders Hejlsberg to discuss the overall architectural issues involved with Managed Code, as well as Nick Hoddap and Chris Sells to show us some of the programming benefits that are gained by using Managed Code."