//devdigest
389 subscribers
2.07K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Using Natural Sort in PowerShell

PowerShell has no built-in natural sort feature, but you can use the Sort-Object cmdlet with a custom script block to create one. A natural sort arranges strings in a way that feels more intuitive, like ordering file names with numbers logically.

♻️ Subscribe for free now!
⚡️ Improved Search in SQL Server and Azure SQL

SQL Server and Azure SQL Database now support Hybrid Search, which combines full-text search with vector similarity search. This makes it possible to create smart search features directly in the database.

♻️ Subscribe for free now!
⚡️ Exploring Functional Programming Solutions

This guide looks at different ways to solve a sample problem using functional programming. It shows how programmers use techniques, patterns, algorithms, and data structures as their main tools.

♻️ Subscribe for free now!
⚡️ Understanding git range-diff for Rebases

The git range-diff feature helps compare changes between two code sequences during tricky git rebases. This post explains its purpose, output format, and provides a simple example to show how it works.

♻️ Subscribe for free now!
⚡️ Writing AI Prompts for JSON Output

Generating structured data, like JSON, is a useful way to work with language models. This helps with tasks such as building apps, creating data pipelines, and extracting or transforming data.

♻️ Subscribe for free now!
⚡️ Updates on Microsoft Azure Storage at KubeCon Europe 2025

At KubeCon Europe 2025 in London, the Azure Storage team shared updates, insights, and success stories during the event. The gathering brought together a vibrant community to discuss developments in cloud and storage technologies.

♻️ Subscribe for free now!
⚡️ Visual Studio Enhances Multi-Process CPU Usage Analysis

The Visual Studio Profiler now supports CPU usage analysis across multiple processes. New features include color-coded performance graphs that show activity in clear, stacked swim lanes for better insights.

♻️ Subscribe for free now!