Development
Car and Driving Video on WordPress Example
Car and Driving are a customer we do a large amount of work with. This page is a demo for their clients, to show how to …
Fast SQL Server Inserting Data from .NET
Today we needed to insert a large amount (250,000 rows) of automatically generated data into a SQL Server database. Generating the data was very fast, …
Software Development Job in Stony Stratford, Milton Keynes
Rectangle Red are recruiting as of March 2014 – we are looking for another talented developer to join our growing team. Click here to see …
Deep Copying an Object in VB.NET
A curious omission in .NET is the ability to make a deep copy of an object which is independent of the original object – i.e. …
Converting HTML to PDF in VB.Net with PDFSharp
An interesting little problem we’ve had to implement for a client recently; how to take an HTML (passed through as an email attachment), and convert …
SQL Server Queries – Stripping Extra Characters from the End of a String
Yesterday while implementing a particularly difficult SQL report query, I came across the following question: Given a String ‘This is a test, this is a …