Richard Mitchell

Software Engineer - Red Gate Software
Engine programmer and factotum.

iPodtastic

Published Friday, September 21, 2007 1:13 PM

Just to let you know that we're contacting the people who've helped out with the SQL Data Compare 6 Alpha and are in the process of getting your likkle iPods to you as I speak.

Thanks to everybody who helped out, the release is looking really good now, we're just doing a few last bug fixes then it's ready for install testing. I hope to put a release candidate up for the really keen to try out next week the final release being early October.

Also I've noticed that I've lately become addicted to anonymous delegates. Do you think there is somewhere I can get therapy? I find myself writing looping code which takes a delegate for the conditional statement as its argument. I even find myself writing whole threads as anonymous delegates.

Help...I think it's finally got to me...!!!!

new Thread(delegate { DoStuffInBackground; if (IsHandleCreated) Invoke(delegate { DoFinishingStuffOnUiThread; }); }).Start();

Comments

No Comments
You need to sign in to comment on this blog

















<September 2007>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456
Virtual Exchange Servers
 Microsoft now supports running Exchange Server 2007 in server virtualization environments, not just on... Read more...

Virtualizing Exchange: points for discussion
 With the increasing acceptance of the use of Virtualization as a means of providing server... Read more...

Encouraging .NET Reflector Add-ins
 Jason Haley is well-known for the resources he's provided to developers who wish to extend Reflector's... Read more...

Using .NET Reflector Add-ins
 .NET Reflector by itself is great, but it really comes into its own with the help of some add-ins. Here... Read more...

Unique Experiences!
 You'd have thought that a unique constraint was an easy concept - Not a bit of it; it can cause a lot... Read more...