//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!