Unit testing – Making existing code testable
Introduction Unit testing (and integration testing) is something every developer knows they should do, but quite often it can fall
Continue readingC# and ASP.NET blog by Chris St Clair
Introduction Unit testing (and integration testing) is something every developer knows they should do, but quite often it can fall
Continue readingC# is a great language, and the .NET Framework is pretty damn good too. C#’s strong typing reduces the amount
Continue readingProblem While this error isn’t strictly a C# (the error is actually generated by SQL Server), it’s quite likely that
Continue readingQuite often I’ve found the need to split up a large list of data into multiple batches. Usually, I’d just
Continue readingA few days ago, I was required to group sequential blocks of data into separate ‘chunks’. Imagine the below sequence
Continue readingProblem You’re updating a database record using LINQ to SQL, and upon calling ‘SubmitChanges’ you find that you’re getting the
Continue reading
Recent Comments