Dealing with exceptions
Exceptions can be the bane of a new programmers life. I’m sure any ASP.NET web developer is familiar with the
Continue readingC# and ASP.NET blog by Chris St Clair
Exceptions 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