9 Nov
2009

StructureMap and SharePoint

I’ve started doing some SharePoint development and have brought some of my favorite tools and practices with me.  Like unit tests.  And IoC.  And that other SOLID stuff.  I’m writing a very basic WebPart to get started with SharePoint – this web part will display a list of links to other applications that the user […]

Read More
6 Nov
2009

Using serialized JSON to move complex data to and from the browser

Jarod and I have both been working on a FubuMVC application for one of our Guild 3 clients. It?s been great to have the opportunity to work with a different MVC framework and hopefully we?ll comment on what we did and didn?t like about Fubu in a follow up post. I should note at this […]

Read More
2 Nov
2009

Form – Storm – Norm – Perform

Category:General PostTag: :

As you probably know by now three Elegant Coders (Jarod, David and myself) have recently formed Guild 3 Software. One of the reasons that we were keen to work together is that we have a lot of shared values, not least of which are Integrity, Craftsmanship, Agility and Community. However we had not worked together […]

Read More
1 Nov
2009

State Pattern, Enumeration Class and Fluent NHibernate (Oh my!)

Recently, I needed to change a basic enumeration into a full-fledged state pattern. After getting all my domain classes updated, I began reviewing the persistence layer. And I hit a wall. I wasn’t sure how I wanted to update my Fluent NHibernate convention to persist the current state.

Read More
1 Nov
2009

Snow Leopard and Quicksilver

I recently did the upgrade to Snow Leopard on my MBP. To my dismay, Quicksilver no longer worked. It terminated immediately after launch. I found the the Beta 56a7 on here. I also had to remove Plugins.plist and the Plugins folder from ~/Library/Application Support/Quicksilver. I am ecstatic to report that Quicksilver is up and running […]

Read More