⚡️ ReSharper and Rider 2025.2 First Update Released
The first update for ReSharper and Rider 2025.2 is now available. It includes fixes for bugs, quality upgrades, and some better speed for both products.
♻️ Subscribe for free now!
The first update for ReSharper and Rider 2025.2 is now available. It includes fixes for bugs, quality upgrades, and some better speed for both products.
♻️ Subscribe for free now!
The JetBrains Blog
The First Set of Updates and Fixes for ReSharper and Rider 2025.2 Is Out! | The .NET Tools Blog
We’ve just released the first bug-fix update for 2025.2. This build brings important fixes and quality improvements to both ReSharper and Rider, along with some targeted performance optimizations.
⚡️ Microsoft Adds Copilot Features to Visual Studio Debugging
Microsoft has added GitHub Copilot into Visual Studio for debugging and profiling. The new Copilot Diagnostics tool helps people spot and fix performance issues and bugs.
♻️ Subscribe for free now!
Microsoft has added GitHub Copilot into Visual Studio for debugging and profiling. The new Copilot Diagnostics tool helps people spot and fix performance issues and bugs.
♻️ Subscribe for free now!
Visual Studio Magazine
Microsoft Supercharges Visual Studio Debugging/Profiling with AI-Powered Copilot Features -- Visual Studio Magazine
By integrating GitHub Copilot directly into Visual Studio's diagnostic workflow, the new Copilot Diagnostics toolset promises to transform how developers identify, understand, and resolve performance issues and bugs.
⚡️ Azure MFA Phase 2 to Start in October 2025
Microsoft Azure will begin Phase 2 of its multifactor authentication rules on October 1, 2025. The new step will require more checks when using the Azure Resource Manager layer.
♻️ Subscribe for free now!
Microsoft Azure will begin Phase 2 of its multifactor authentication rules on October 1, 2025. The new step will require more checks when using the Azure Resource Manager layer.
♻️ Subscribe for free now!
Microsoft Azure Blog
Azure mandatory multifactor authentication: Phase 2 starting in October 2025 | Microsoft Azure Blog
Microsoft Azure is announcing the start of Phase 2 multifactor authentication enforcement (MFA) starting October 1, 2025. Learn more.
⚡️ F# Weekly #36, 2025 – In Memory of Oleg Pyzhcov
This issue of F# Weekly is dedicated to the memory of Oleg Pyzhcov. The newsletter shares news and updates for the F# programming community in 2025.
♻️ Subscribe for free now!
This issue of F# Weekly is dedicated to the memory of Oleg Pyzhcov. The newsletter shares news and updates for the F# programming community in 2025.
♻️ Subscribe for free now!
Sergey Tihon's Blog
F# Weekly #36, 2025 – In Memory of Oleg Pyzhcov
Welcome to F# Weekly, A roundup of F# content from this past week: 🕯️ In Memory of Oleg Pyzhcov This week, I want to take a moment to acknowledge a deeply moving post shared by Vlad Patryshev about…
⚡️ 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!
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!
Bloomberg.com
Microsoft Says Azure Service Affected by Damaged Red Sea Cables
Microsoft Corp. said Saturday it’s no longer detecting issues with its Azure cloud platform after multiple international cables in the Red Sea were cut.
⚡️ 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!
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!
ploeh blog
IO is special
Are IO expressions really referentially transparent programs?
⚡️ 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!
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!
Meziantou's blog
Moving Files and Folders to Recycle Bin in .NET
Learn how to move files and folders to the Windows Recycle Bin in .NET applications using the Shell API instead of permanently deleting them.
⚡️ Azure AI Foundry Update Adds GPT-5 and Browser Automation Preview
Azure AI Foundry's August 2025 update adds models from the GPT-5 family. It also shows a preview of a Browser Automation tool and makes Agent Service available in more areas.
♻️ Subscribe for free now!
Azure AI Foundry's August 2025 update adds models from the GPT-5 family. It also shows a preview of a Browser Automation tool and makes Agent Service available in more areas.
♻️ Subscribe for free now!
Visual Studio Magazine
Azure AI Foundry Gets ChatGPT-5, Previews Browser Automation -- Visual Studio Magazine
Azure AI Foundry’s August 2025 update brings the GPT-5 family of models, previews a new Browser Automation tool, and expands Agent Service availability to more regions.
⚡️ Copilot Studio Adds Real-Time Security Controls for AI Agents
Microsoft Copilot Studio now has near-real-time security for AI agents. It can work with Defender and other systems to stop unsafe actions while the AI is running.
♻️ Subscribe for free now!
Microsoft Copilot Studio now has near-real-time security for AI agents. It can work with Defender and other systems to stop unsafe actions while the AI is running.
♻️ Subscribe for free now!
Visual Studio Magazine
Copilot Studio Adds Near-Real-Time Security Controls for AI Agents -- Visual Studio Magazine
Microsoft Copilot Studio now offers near-real-time protection for AI agents in public preview, enabling integration with Defender and third-party systems to block unsafe actions during runtime.
❤1
⚡️ Azure Networking Unplugged: Lessons from the Field
The text shares key lessons learned from working with Azure Networking. It covers real examples and facts about using Azure Networking in practice.
♻️ Subscribe for free now!
The text shares key lessons learned from working with Azure Networking. It covers real examples and facts about using Azure Networking in practice.
♻️ Subscribe for free now!
azurealan.ie
Azure Networking Unplugged: Lessons from the Field
Greetings! Welcome to my contribution to this year’s Azure Back to School event. Thanks as always to the event organisers – Dwayne Natwick and Derek Smith. This year I’ve opted to…
⚡️ New Support for .NET Tools in NuGet
There is new support for platform-specific .NET tools in NuGet. This allows tools to be packed as self-contained or Native AOT packages.
♻️ Subscribe for free now!
There is new support for platform-specific .NET tools in NuGet. This allows tools to be packed as self-contained or Native AOT packages.
♻️ Subscribe for free now!
Andrew Lock | .NET Escapades
Packaging self-contained and native AOT .NET tools for NuGet
In this post we look at the new support for platform-specific .NET tools, so that you can pack your tools as self-contained or Native AOT packages
⚡️ Ask Ralph AI-Powered Styling Companion
Ask Ralph is a new AI tool for styling that helps users find products and offers ideas based on Ralph Lauren’s style. It combines product search and fashion advice through conversations.
♻️ Subscribe for free now!
Ask Ralph is a new AI tool for styling that helps users find products and offers ideas based on Ralph Lauren’s style. It combines product search and fashion advice through conversations.
♻️ Subscribe for free now!
Microsoft Industry Blogs
Ask Ralph: Where style meets AI—a new era of conversational commerce - Microsoft Industry Blogs
Meet Ask Ralph, an AI-powered styling companion that helps with product discovery and inspires consumers with Ralph Lauren’s unique and iconic take on style. Learn more.
⚡️ Awesome Copilot MCP Server Launch and MCP Registry Release
Microsoft released the Awesome Copilot MCP Server for GitHub Copilot changes. The MCP community also started the MCP Registry, a list of servers made by different companies.
♻️ Subscribe for free now!
Microsoft released the Awesome Copilot MCP Server for GitHub Copilot changes. The MCP community also started the MCP Registry, a list of servers made by different companies.
♻️ Subscribe for free now!
Visual Studio Magazine
Microsoft's 'Awesome Copilot MCP Server' Joined by MCP Registry -- Visual Studio Magazine
Microsoft introduced the Awesome Copilot MCP Server for GitHub Copilot customizations as the MCP community unveiled the official MCP Registry, a cross-company catalog for discovering servers.
⚡️ .NET and .NET Framework September 2025 Servicing Updates
There are new servicing updates for .NET and .NET Framework released in September 2025. These updates include changes and fixes for both platforms.
♻️ Subscribe for free now!
There are new servicing updates for .NET and .NET Framework released in September 2025. These updates include changes and fixes for both platforms.
♻️ Subscribe for free now!
Microsoft News
.NET and .NET Framework September 2025 servicing releases updates
A recap of the latest servicing updates for .NET and .NET Framework for September 2025.
⚡️ Visual Studio 2026 Arrives in Insiders Channel
Microsoft unveiled Visual Studio 2026 Insiders at VSLive! San Diego, introducing deep GitHub Copilot integration, performance and productivity upgrades, a Fluent UI redesign with new themes, and the new Insiders Channel to replace Preview.
♻️ Subscribe for free now!
Microsoft unveiled Visual Studio 2026 Insiders at VSLive! San Diego, introducing deep GitHub Copilot integration, performance and productivity upgrades, a Fluent UI redesign with new themes, and the new Insiders Channel to replace Preview.
♻️ Subscribe for free now!
Visual Studio Magazine
Visual Studio 2026 Arrives in Insiders Channel -- Visual Studio Magazine
Microsoft unveiled Visual Studio 2026 Insiders at VSLive! San Diego, introducing deep GitHub Copilot integration, performance and productivity upgrades, a Fluent UI redesign with new themes, and the new Insiders Channel to replace Preview.
⚡️ 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!
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!
Microsoft News
Introducing the Azure Cosmos DB Account Overview Hub
A Simpler Way to Navigate, Learn, and Optimize your Azure Cosmos DB Account within the Azure Portal.
⚡️ .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!
.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!
Microsoft News
Performance Improvements in .NET 10
Take a tour through hundreds of performance improvements in .NET 10.
⚡️ Agent Factory Links Agents, Apps, and Data Using New Standards
Agent Factory uses open standards such as MCP and A2A to let agents connect with each other, with apps, and with business data and systems. These links help agents work together and share information.
♻️ Subscribe for free now!
Agent Factory uses open standards such as MCP and A2A to let agents connect with each other, with apps, and with business data and systems. These links help agents work together and share information.
♻️ Subscribe for free now!
Microsoft Azure Blog
Agent Factory: Connecting agents, apps, and data with new open standards like MCP and A2A | Microsoft Azure Blog
Find out why integration is what transforms an agent from a clever prototype into a force multiplier across a business.
⚡️ 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!
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!
Microsoft News
Azure Storage APIs gain Entra ID and RBAC support
Entra ID and RBAC support for Get Account Information and other supplemental APIs for Azure Storage is now GA.