//devdigest
393 subscribers
2.09K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Refactoring Song Recommendations with F# Combinators

This article is part of a series about different ways to design with functional programming. It shows how F# combinators can be used to handle song recommendations by working with tasks in a sequence.

♻️ Subscribe for free now!
⚡️ How to Stop Windows App Screen Capture

Some Windows programs show private data. You can stop Windows from taking and saving screenshots of your app by using SetWindowDisplayAffinity with the WDA_EXCLUDEFROMCAPTURE flag.

♻️ Subscribe for free now!
1
⚡️ Using AI for Better Teamwork: Insights from Yina Arenas

Yina Arenas, Vice President of Product at Azure AI Foundry, shares ideas on using AI to improve how people from different parts of a company work together. She leads efforts to help developers shape new ways of working with AI.

♻️ Subscribe for free now!
1
⚡️ EF Core Query Optimization Steps

A slow EF Core query on Postgres was made much faster by filtering rows, reducing JOINs, picking only needed columns, and cutting requests. Other steps included avoiding too many sub queries and measuring before making changes.

♻️ Subscribe for free now!
⚡️ Keeping Terraform State Safe in Azure Blob Storage

If a team loses its Terraform state file or if the .tfstate is not encrypted or is public, everything in the cloud can be at risk. A leak or loss of this file can lead to a serious security problem for the whole group.

♻️ Subscribe for free now!
⚡️ Rider 2025.2 EAP 7 Adds New Debugging Features for Games

Rider 2025.2 EAP 7 brings updates for game debugging with changes that help manage low-level exception messages. The new features work with engines like Unreal Engine, Unity, and Godot.

♻️ Subscribe for free now!
⚡️ Easier XAML in .NET MAUI 10

In .NET MAUI 10, global and implicit XML namespaces let you write XAML that is more clear and looks the same across your code. This helps make the XAML easier to read.

♻️ Subscribe for free now!
⚡️ MSSQL MCP Server Preview Announced

MSSQL MCP Server (Preview) lets users talk with their data in a more natural way. In the past, SQL Server databases needed special query skills, so mostly developers and database experts could use them.

♻️ Subscribe for free now!
⚡️ Key Ways to Use Agentic AI and Large Language Models

There is a lot of use of Agentic AI, Multi-Agent Systems, Generative AI, and Large Language Models. People are trying things like Copilots, using Retrieval-Augmented Generation, creating AI agents, and adding LLMs to business apps.

♻️ Subscribe for free now!
⚡️ Refactoring Song Recommendations with Haskell Combinators

This article is part of a series about ways to use functional programming. It looks at refactoring song recommendation code with Haskell combinators and talks about working with data using functional ideas.

♻️ Subscribe for free now!