In our previous post, “.NET 11 Preview - Generating Password-Protected Zip Archives”, we looked at how to create password protected zip archives in .NET 11, something that for a long time was not possible without external tools and libraries.
In some previous posts, “How To Zip A Single File In C# & .NET” and “How To Zip Multiple Files In C# & .NET”, we have looked at how to create zip files, either from a single file, a collection of files, or a directory.
In some previous posts, we have seen the sort of challenges that may arise when generating Guid values for database keys, and in particular, an issue specific to SQL Server Guid sorting.
In our previous post, “GuidV7 Considerations for Database Keys,” we looked at how GuidV7 generation for multiple values with the same timestamp presents a challenge: the generated values sort differently, affecting the ordering of clustered indexes.
In our previous post, “Beware - GuidV7 Generation In High Throughput Environments Sorting Gotcha”, we looked at a common problem you will get when generating V7 Guid values in volumes, specifically if they happen to be over the same timestamp (in milliseconds).
In a previous post, “Beware - The Folly of Default Parameters in SQL Server Stored Procedures”, we looked at a very common gotcha that can trip up developers when using stored procedures.