Using sortable UUID / GUIDs in Entity Framework
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
Learn how to use Background Responses in .NET's Microsoft Agent Framework to maintain AI agent state and resume interrupted tasks using continuation tokens.
PostgreSQL 19 adds a new %S prompt variable to psql to display the current search_path, aiding users who frequently work with multiple schemas.
A developer rewrites their Neovim configuration using the Fennel Lisp language and migrates to the built-in vim.pack package manager.
Chrome 143 introduces anchored container queries, allowing CSS to detect and style elements based on which anchor positioning fallback is used.
Introducing Spelungit, a semantic search tool for Git commit history that uses natural language queries instead of exact keywords.
A programmer's philosophical reflection on how coding and technology create recursive feedback loops that shape human consciousness and cognition.
Microsoft's new Windows Admin Center extension enables agentless conversion of VMware VMs to Hyper-V with minimal downtime, currently in public preview.
An analysis of .ConfigureAwait in .NET, discussing its historical importance and modern relevance in different application contexts.
Vivaldi browser's CEO announces the browser will remain AI-free, criticizing the industry's push of often-useless AI features into every tool.
A technical guide on automating virtual machine power actions and snapshots using PowerCLI and Python scripts.
A technical analysis of a SQL interview question about detecting suspicious account logins from multiple countries within a short timeframe.
A talk exploring adversarial web scraping, covering bot detection techniques and ethical methods to bypass them from both scraper and site operator perspectives.
Ben Nadel discusses overcoming the mental block of modifying array elements during a .filter() operation in ColdFusion, arguing it's a valid practice.
Explains how to bypass Entity Framework's SqlRaw requirement to return all entity properties by explicitly selecting NULL for missing columns.
A software engineer argues that tech culture has lost its original creative spirit and calls for a new counter-culture movement.
Explains how to disable thread safety checks in Entity Framework for performance, with warnings about risks and proper usage.
A follow-up analysis of unexpected behavior in C# record types when using the 'with' operator, exploring differing mental models and solutions.
A guide to troubleshooting network connectivity issues with the Azure Connected Machine agent for Azure Arc.
A technical guide on implementing end-to-end user authorization for MCP servers using Entra ID, OAuth 2.0, and on-behalf-of flows.