Wednesday, February 20, 2008 - Posts

Vista Sp1 on MSDN

Mike has it over here; http://blogs.msdn.com/mikeormond/archive/2008/02/18/vista-sp1-on-msdn-subscriber-downloads.aspx Makes perfect sense to me - if we have the Vista Sp1 bits kicking around then we should make them available ASAP. I installed Sp1 yesterday. Read More

Filed Under:

Upcoming Enhancements to .NET 3.5 Client Framework

In case you didn't see it already, ScottGu has a post about updates coming to the .NET Framework V3.5 for people building client applications; http://weblogs.asp.net/scottgu/archive/2008/02/19/net-3-5-client-product-roadmap.aspx For me I was quite excited Read More

Filed Under:

Simple Process Launching Service

Just sharing a piece of code. I'm sure this isn't quite perfect but someone wanted a Windows Service which would run up some processes with the option to restart them if they exited. I think the Windows Task Scheduler will do some of this but I don't Read More

Filed Under:

Configuration Section Designer

I picked this up from Dominick's post the other week but I'd not tried it myself until today. I wanted to create my own little config file section that looks something like this; <processLauncherConfig xmlns="urn:my-config"> <processes> Read More

Filed Under: