š Week 33
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.
Discriminated Unions - Part 1 - Introduction
[Programming, Design, Domain Modeling, C#, .NET]
This is Part 1 of a series on Discriminated Unions.
.NET 11 Preview - X25519 Diffie-Hellman
[C#, .NET, .NET 11 Preview]
The X25519 elliptic-curve Diffie-Hellman algorithm is used heavily where security is paramount, and is currently in use in a number of critical infrastructural components:
.NET 11 Preview -Get Nullable Underlying Type Improvements
[C#, .NET, .NET 11 Preview]
Nullable types have a lot of benefits when it comes to articulating system design.
š Archives ...