Welcome to deepcode.co.uk Sign in | Join | Help

January 2008 - Posts

The downside to having a build server retain build history and every output it's ever built is the cost of disk space to store all of that output. Some people might just clear down their outputs directory regularly, but for those requiring a more controlled Read More...
I wanted to explore some of the features of WPF today, so decided to knock up a simple example that would provide a contemporary (AKA: crap looking as it's designed by a developer!) user interface to a fictitious application I wanted the layout to be Read More...
0 Comments

Attachment(s): dc.finances.zip
Whilst perhaps not a fully fledged OR/M solution like NHibernate, LINQ to SQL has a place in this world as it's an excellent tool if your domain entities map 1:1 to your database schema as it provides a visual tool (not always useful, depends on scale) Read More...
Whilst I'm an advocate of TFS as a dev process management and version control system, I also like subversion - it's a great, free, source control system with a vibrant community of users and a host of supporting tools. The following post is a quick and Read More...