The DaxMindMapper Reloaded

Darrell Russell. A Software Contractor with over 10 years development experience. He is an experienced Microsoft .NET software developer specialising in C#, VB.NET, SQL Server Databases, ASP/ASP.NET web sites, XML, Web Services, WinForms, WCF and WFF development and consultancy work on a freelance basis. Based in the South West of the UK (Tetbury, Gloucestershire) and available to do work within South Wales, the M4 corridor, Gloucestershire, Dorset, Oxfordshire, Wiltshire and Somerset including Bath, Bristol, Swindon, Cheltenham, Gloucester and Salisbury. At the moment he is particulary interested in Agile Software development methodologies including Test Driven Development (TDD).

November 21, 2008

Climbing Videos

Filed under: Rock Climbing — Dax++ @ 11:46 pm

Awesome .. my palms are sweating watching these mad b*ggers!

The Sharp End

Committed Vol II

Training Update

Filed under: Rock Climbing, Training — Dax++ @ 10:45 am

No cycling for over 5-6 weeks .. busy finishing off previous project at N4 and starting new one at Intergraph. Also clocks have changed so either I’d be cycling in the dark (= dangerous) or, on most days, the sun dazzling everyone on the road (=v. dangerous).

Climbing is still twice a week at the Link. Over the last month I’ve tried my hand at 6bs, some 6cs and totally failed on a 7a.

As of this week I’m going for endurance training:

- Wednesday managed 2 hours of bouldering and then 2.5 hours of leading.
- Thursday managed 1.5 hours of bouldering and then 2.5 hours of climbing (started with leading but quickly degenerated to top ropping .. knackered) but I did clean (top roped) the green (5b?) overhanging route as the last climb of the evening.
- Friday .. 45 minutes bouldering during my lunch break.

Hopefully I’ll be fully recovered by next Tuesday’s climbing session.

Oh, my weight is moving up (too many cakes and too much drink). I’m back upto 13 stone - although some of this may be down to muscle gain (or the extra calluses on my fingers).

November 19, 2008

Working at Intergraph (Swindon) ..

Filed under: .Net, Clients, UI Patterns, WinForm — Dax++ @ 11:08 am

.. and loving it.

I’ve dived straight in and I’m investigating how we need to use a 3rd party charting component to display large amounts of project information in a Gantt stylee within a complex WinForm app.

The 3rd party product (GTP.NET) is not a bad starting point but it has limited control scrolling abilities in one of it’s two dimensions. I’ve created custom code to work around this.

I’m currently ironing out some of the implications of the customisation and also moving onto performance/usability testing.

Great stuff :-)

November 15, 2008

Linq tricks

Filed under: .Net — Dax++ @ 10:44 pm

I’m rubbish at remembering Linq short cuts and tricks, I keep having to google ‘em. So this time I’m making a note of the one post I keep coming back to: 7 tricks to simplify your programs with LINQ .. cheers Igor :-)

Still interested in a video camera for when I go rock climbing ..

Filed under: Reviews, Rock Climbing — Dax++ @ 3:58 pm

.. and it appears that the Hero 5 camera is the new kid of the block and the one to get:

T3 review of the Hero vs the ATC.

November 6, 2008

Remote Desktop

Filed under: Software Development — Dax++ @ 11:27 am

If you get the message that all of the RDC conenctions are being used there is a third connection available via the command line:

mstsc /admin /v:server

November 5, 2008

You can debug release code using the pdb files ..

Filed under: .Net — Dax++ @ 11:30 am

Debug vs. Release Flavor and Debug Symbols

Due to the optimisation you get with the release version of a project (eg replace a normal method with an inline version) there won’t always be a one to one mapping of source code to the code running within the app domain but it’s better than nothing.

Powered by WordPress