Archive for the ‘.Net’ Category
Sunday, June 15th, 2008
Technorati Tags: FREE WPF Tutorials,XAML,Blend,C#,Visual Studio,.Net I thought I'd posted enough light-weight topics lately, so to create a bit of solid tutorial content I though I'd start a series of tutorials / articles on how to re-style the standard controls available with WPF, using expression blend. I've been asked ...
Posted in .Net, Development, Tutorials | No Comments »
Monday, June 9th, 2008
Technorati Tags: Synology,Subversion,DS106e,DS106j When I originally installed my Subversion server on the Synology box way back in March 07 the firmware on the box was pretty much OEM. I'd tweaked the firmware to allow telnet, but that was about the only upgrade I'd got. Well, since my I ...
Posted in .Net, Development, Hackery | No Comments »
Monday, May 26th, 2008
Technorati Tags: WPF,Shaders,.net3.5sp1 Well, I finally managed to get round to whipping up a pixel shader today, and a reasonable workflow with skeleton projects to enable quick(ish) turnaround during development. Since Pixel Shaders were introduced on Greg Shechters blog I'd taken a quick look and one thing was ...
Posted in .Net, Development | 6 Comments »
Saturday, May 17th, 2008
After spending about and hour trying to get MyGeneration to reference the FileHelpers Dll's, I thought it would be worth pointing something out.. QUIT MYGENERATION AND RE-RUN IT AFTER YOU HAVE COPIED THE ASSEMBLIES INTO THE MYGENERATION FOLDER. Damn. I've just spent a frustrating hour looking at "Couldn't ...
Posted in .Net, Development | No Comments »
Saturday, May 17th, 2008
Just thought I'd let anyone having the same problems as me know how I ended up solving them! Basically it appears that there are a couple of updates available on Windows update that are marked as optional, but which turn out to be not-so-optional... the cuplrits ...
Posted in .Net, Development, General | No Comments »
Wednesday, May 14th, 2008
Oh No! i've just installed the .Net3.5 SP1 Beta + the VS2008 SP1 Beta, and it's completely hosed my setup :( When I open VS2008 and try to open a project, when the XAML/WPF view opens, i get the dreaded designer error window, with an exception i've not seen ...
Posted in .Net, Development | 5 Comments »
Tuesday, May 13th, 2008
Checkout Greg Schechters's blog! Finally we get hardware accelerated Bitmap effects, and it looks like they're significantly easier to implement than those nasty slow ugly software based effects! <ugh> even thinking about throwing pixel around in a CLR based language makes me want to wash with carbolic soap. Anyway ...
Posted in .Net, Development | 6 Comments »
Thursday, April 17th, 2008
After spending a few hours with ADO.NET, typed dataset, and some WPF bindings I was feeling like I'd been 5 rounds with Mike Tyson. Well, it wasn't that bad, but it just felt that bad. The trouble is the behaviour of ADO's typed datasets when dealing with ...
Posted in .Net, Development | 4 Comments »
Wednesday, April 16th, 2008
Just a quick post.. thought I'd share a neat way of handling some legacy date nastyness from an oracle DB that I'm having to interface with. DateTime's on this monstrosity of the 90's are stored as the typical Unix Epoch format, as in seconds since 1/1/1970. The usual method ...
Posted in .Net, Development | No Comments »
Thursday, March 27th, 2008
Technorati Tags: WPF,BitmapEffect,Greyscale Ok, so the first pass was ok (apart from the messed up file uploads :( thanks alot WLW! ) but there are still a few minor niggles. Firstly was the whole com registration deal. Whilst its not really a bit deal in development (you ...
Posted in .Net, Development | 12 Comments »