š Week 33
.NET 11 Preview - Opening Password Protected Zip Archives
[C#, .NET, .NET 11 Preview, Compression]
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.
.NET 11 Preview - Generating Password-Protected Zip Archives
[C#, .NET, .NET 11 Preview, Compression]
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.
Generating Server-Side Sortable GUIDs for SQL Server
[C#, .NET, Database, SQL Server]
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.
GuidV7 Considerations for SQL Server
[C#, .NET, Database, SQL Server]
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.
š Week 32
GuidV7 Considerations for Database Keys
[C#, .NET, Database, PostgreSQL]
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).
Beware - GuidV7 Generation In High Throughput Environments Sorting Gotcha
[Beware, C#, .NET]
One of the features introduced in .NET 9 was ab ability to generate RFC 9562 complaint Guid values, in the version 7 format.
Primary Constructors - A Practical Approach
[C#, .NET]
In a previous post, āPrimary Constructors - And Their Pitfalls,ā we looked at primary constructors.
A Practical Solution To The Problem Of Default Parameters
[C#, .NET, SQL Server]
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.
.NET 11 Preview - Discriminated Unions Support
[Programming, Design, Domain Modeling, C#, .NET, .NET 11 Preview]
This is Part 4 of a series on Discriminated Unions.
Creating Multiple Nested Directories In The Terminal
[Terminal, Bash, PowerShell]
In our previous post, āCreating Multiple Directories In The Terminalā, we looked at how to create multiple directories in the terminal in one command.
Creating Multiple Directories In The Terminal
[Terminal, Bash, PowerShell]
Suppose we needed to create the following directories in our current path:
š Week 31
Discriminated Unions - Part 3 - Practical Uses
[Programming, Design, Domain Modeling, C#, .NET]
This is Part 3 of a series on Discriminated Unions.
Discriminated Unions - Part 2 - Implementation
[Programming, Design, Domain Modeling, C#, .NET]
This is Part 2 of a series on Discriminated Unions.
How To Resolve A Continuously Restarting Visual Studio When Opening A Project
[Visual Studio, Windows]
Recently, I ran into a problem where Visual Studio was stuck in a loop, continuously restarting after trying to open a solution.
Showing Hidden Files & Directories in PowerShell
[PowerShell]
Generally, when you list files in PowerShell, you get, by default, only the non-hidden files.
š Archives ...