October
17th,
2007
I read Somasegar's post on "productizing" F# (man, that sounds ugly!). In general terms, I think this is a great idea; there are many concepts in F# that would be very welcome in a mainstream, supported tool, and I can see a lot of potential for, say, mixing C# and...
October
16th,
2007
Recently, I started having some weird, intermittent problems with bluetooth on my Dell Latitude D820 laptop. I have a Microsoft Wireless Notebook Presenter Mouse 8000 (which works fine, except for how quick it runs batteries down!) and was using the integrated bluetooth radio on my machine. This worked fine for...
October
13th,
2007
Here's a color scheme for VS2005 I had created a few months ago but had not published before (I think). Ragnarok is another high-contrast scheme with a dark background, with two variants: Ragnarok Grey - download for VS2005 | download for VS2008 </p> Ragnarok Blue - download| download for VS2008...
October
8th,
2007
I've mentioned in the past that I've had some nasty performance problems with Windows Vista, particularly with the machine hanging at times paging so extreme that it completely freezes. Several weeks ago I completely disabled the pagefile and a few other things, and that helped for a while. It didn't...
October
5th,
2007
Ayende has been doing some interesting stuff recently with threading and using the .NET Thread Pool which is based on the I/O Completion Ports (IOCP) model in the Win32 API and the NT kernel. IOCPs are a very efficient way of handling threads and thread pools and doing async I/O,...
October
2nd,
2007
I was just awarded for the second time as a BizTalk Server MVP :-). Pretty cool, and thanks to Fernando Garcia and all the great people in the MVP program and Marjan Kalantar and the rest of the BizTalk/CSD team for talking such good care of us! Technorati tags: BizTalk...
September
28th,
2007
Scott Seely seems to object to my previous comment on being careful about the defaults used by svcutil.exe. Scott goes on to describe in detail how svcutil figures out what should get written in the default configuration, which is pretty useful. But, seems to me like Scott may have misunderstood...
September
27th,
2007
My good friend Sam Gentile pointed me to David Pallmann's set of WCF tips. Lots of good stuff in there, and I found myself agreeing with most of the stuff David brought up. One that particularly resonated with me was Tip #4 on default settings. One of my biggest gripes...
September
26th,
2007
BizTalk Server 2006 R2 Developer edition (RTM) is now (finally!) available on MSDN downloads for MSDN subscribers. Downloading!
Technorati tags: BizTalk Server 2006 R2
September
24th,
2007
As I mentioned a couple of weeks ago, I've been doing some Java work here and there. I don't mind it, and I even welcome the chance to get reacquainted with Java every now and then. For now, the tooling I'm using is a mixture of Vim, the command line,...