6 lesser-known features of C# / .NET that you should be using
Introduction This post is going to setup 6 features of the .NET Framework which I feel are under-utilised by a
Continue readingC# and ASP.NET blog by Chris St Clair
Introduction This post is going to setup 6 features of the .NET Framework which I feel are under-utilised by a
Continue readingIntroduction 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 readingIntroduction Back in 2012, Microsoft released C# 5 with a handful of new features, one being ‘async/await’. At the company
Continue readingIntroduction This week, I was presented with an interesting problem. I had a WPF application which allowed users to scan
Continue readingProblem While this error isn’t strictly a C# (the error is actually generated by SQL Server), it’s quite likely that
Continue readingExceptions can be the bane of a new programmers life. I’m sure any ASP.NET web developer is familiar with the
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