Posts Tagged ‘.Net’

The Trouble With ClearType (and WPF)

Monday, May 10th, 2010

Those of you who’ve been reading here a while will know I used to be a huge fan of ClearType. Huge fan! I thought it made fonts really readable.

Then, about two years ago, I started to get headaches. Big, nasty headaches. So I tried fiddling with display options – upped the refresh rate (sort-of worked, for a while), changed the colour scheme… Eventually I found if I turned off ClearType, the headaches went away. Finally, I could get back to the day job.

And then I upgraded my works machine to Windows 7(more…)

The mystery of the .Net Framework Assistant

Saturday, May 30th, 2009

The Washington Post has noticed the Microsoft .Net Framework Assistant that gets installed as a Firefox plugin. But what – if anything – does it actually do?

My theory? It’s kind of an ActiveX-dotNet-for-Firefox that doesn’t actually work. Anyone got any better ideas?

Visual Studio 2010

Sunday, May 24th, 2009

Betas for Visual Studio 2010 and .Net framework 4 are publicly available. I’m intening to rebuild my Windows 7 beta with the release candidate, so they will go straight on there. More as I find it out :-)

First fail for Windows 7….

Monday, March 2nd, 2009

…and it’s a Microsoft product, of course. Actually, it’s the setup for Visual Studio 2008 Express. Everything works fine, other than SQL Server Express 2008 and Visual Web Developer 2008. Given that VWD was what I was really interested in, it looks like back to 2005(more…)

SharePoint

Monday, March 2nd, 2009

Recently at work I’ve been given the task of writing some code to extend Microsoft SharePoint. SharePoint uses its own XML-based SOAP interface called CAML (pronounced “camel” – it stands for Collaborative Application Markup Language).

Not much to report – someone put me on to an excellent (Java-based) soap browsing tool called soapUI, and the book I’ve been reading mentioned tools on the u2u website. And finally, here is a nice little link dump to various SharePoint topics.