Validating string lengths in LINQ to SQL, or how to fix ‘String or binary data would be truncated’
Problem While this error isn’t strictly a C# (the error is actually generated by SQL Server), it’s quite likely that
Continue readingC# and ASP.NET blog by Chris St Clair
Problem 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 reading
Recent Comments