//devdigest
388 subscribers
1.59K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Microsoft restores Azure after damage to submarine cables in the Red Sea

Microsoft said that problems with the Azure cloud platform have been fixed after several international submarine cables in the Red Sea were cut.

Previously, users in Europe and Asia faced delays due to interruptions in traffic routing.

The company warned that repairs to the submarine lines could take time, given the difficult situation in the region, where Houthi attacks on ships continue.

♻️ Subscribe for free now!
⚡️ Understanding IO and Referential Transparency

Some people say that IO in Haskell is pure and has referential transparency. They argue that an IO value describes an action and can be joined with other actions using monadic bind, but is not the action itself.

♻️ Subscribe for free now!
⚡️ How to Move Files and Folders to Recycle Bin in .NET

In .NET applications on Windows, files and folders are often deleted with File.Delete or Directory.Delete, which removes them for good. By using the Windows Shell API, items can be moved to the Recycle Bin, making it possible for users to restore them later.

♻️ Subscribe for free now!
⚡️ Azure Cosmos DB Account Overview Hub Launched

The Azure Cosmos DB Account Overview Hub gives users a single place in the Azure portal to see setup help, ways to access data, monitoring tools, learning materials, and tips. This new hub is made to be simple to use for both new and experienced users.

♻️ Subscribe for free now!
⚡️ .NET 10 Performance Improvements

.NET 10 brings many updates that make programs run faster and use less memory. There are hundreds of small changes aimed at improving how .NET works.

♻️ Subscribe for free now!
⚡️ Azure Storage APIs Add Entra ID and RBAC Support

Microsoft Azure Storage data plane APIs now support Microsoft Entra ID and role-based access control. This update follows security best practices and is generally available.

♻️ Subscribe for free now!