⚡️ Automated Table Statistics in Microsoft Fabric
Microsoft Fabric now has a new feature called Automated Table Statistics. It helps make things run faster and work better.
♻️ Subscribe for free now!
Microsoft Fabric now has a new feature called Automated Table Statistics. It helps make things run faster and work better.
♻️ Subscribe for free now!
Microsoft
Boost performance effortlessly with Automated Table Statistics in Microsoft Fabric | Microsoft Fabric Blog | Microsoft Fabric
We’re thrilled to introduce Automated Table Statistics in Microsoft Fabric Data Engineering — a major upgrade that helps you get blazing-fast query performance with zero manual effort. Whether you’re running complex joins, large aggregations, or heavy filtering…
⚡️ Azure Data Factory Item Mounting Now Available
Azure Data Factory has a new feature called Item Mounting. It is now ready for everyone to use.
♻️ Subscribe for free now!
Azure Data Factory has a new feature called Item Mounting. It is now ready for everyone to use.
♻️ Subscribe for free now!
Microsoft
Azure Data Factory Item Mounting (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric
We’re excited to announce the General Availability (GA) of the Azure Data Factory (Mounting) feature in Microsoft Fabric! This powerful capability allows you to seamlessly connect your existing Azure Data Factory (ADF) pipelines to Fabric workspaces, eliminating…
⚡️ F# Weekly #22, 2025 Update
F# Weekly #22 for 2025 is out now. It talks about Ionide with Cursor.
♻️ Subscribe for free now!
F# Weekly #22 for 2025 is out now. It talks about Ionide with Cursor.
♻️ Subscribe for free now!
Sergey Tihon's Blog
F# Weekly #22, 2025 – Ionide with Cursor
Welcome to F# Weekly, A roundup of F# content from this past week: News Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10 – .NET Blog Semantic Kernel and Microso…
⚡️ Testing Race Conditions with Slow Decorators
Chapter 12 of Code That Fits in Your Head talks about a common problem called a race condition. It happens when many clients try to get the last open seats at the same time.
♻️ Subscribe for free now!
Chapter 12 of Code That Fits in Your Head talks about a common problem called a race condition. It happens when many clients try to get the last open seats at the same time.
♻️ Subscribe for free now!
blog.ploeh.dk
Testing races with a slow Decorator
Delaying database interactions for test purposes.
⚡️ Azure Container Apps or AKS for Your Business App
When updating business systems on Azure, choosing between Azure Container Apps and Azure Kubernetes Service (AKS) can be hard. Both help with growing small services for your app.
♻️ Subscribe for free now!
When updating business systems on Azure, choosing between Azure Container Apps and Azure Kubernetes Service (AKS) can be hard. Both help with growing small services for your app.
♻️ Subscribe for free now!
Build5Nines
Azure Container Apps Vs AKS: Which Is Right For Your Enterprise Application? | Build5Nines
When it comes to modernizing enterprise systems in Azure, containerization is the name of the game. But if you're standing at the crossroads of Azure
⚡️ Automating Null Operator Removal in C#
C# has a feature called Nullable Reference Types to help stop errors from null values. It started in C# 8.0 and sometimes developers use a special mark to ignore warnings about null.
♻️ Subscribe for free now!
C# has a feature called Nullable Reference Types to help stop errors from null values. It started in C# 8.0 and sometimes developers use a special mark to ignore warnings about null.
♻️ Subscribe for free now!
Meziantou's blog
Automating Null-Forgiving Operator Removal in C# Projects - Gérald Barré
In this post, I describe how to automate the removal of the null-forgiving operator in C# projects using tools like Roslyn and MSBuildWorkspace.
⚡️ Microsoft Cost Management Updates for May 2025
Microsoft Cost Management has new updates for May 2025. These updates help keep track of costs and avoid surprises in bills.
♻️ Subscribe for free now!
Microsoft Cost Management has new updates for May 2025. These updates help keep track of costs and avoid surprises in bills.
♻️ Subscribe for free now!
Microsoft Azure Blog
Microsoft Cost Management updates—May 2025 | Microsoft Azure Blog
Nobody wants a surprise when it comes to the bill, and this is where Microsoft Cost Management comes in. Learn more.
⚡️ New GitHub Security Tools for Azure DevOps
GitHub has launched two new security products for Azure DevOps called GitHub Secret Protection and GitHub Code Security. These tools help keep your work safe by offering protection for your projects.
♻️ Subscribe for free now!
GitHub has launched two new security products for Azure DevOps called GitHub Secret Protection and GitHub Code Security. These tools help keep your work safe by offering protection for your projects.
♻️ Subscribe for free now!
Microsoft News
GitHub Secret Protection and GitHub Code Security for Azure DevOps
GitHub Advanced Security for Azure DevOps is now available as two independent products: GitHub Secret Protection for Azure DevOps and GitHub Code Security for Azure DevOps.
⚡️ Updates to Extension Manager in Visual Studio
Visual Studio 2022 has new updates for managing extensions. These changes include tools for automation, better control over settings, and an improved look to make work easier. It also updates extensions on its own when you open the Extension Manager.
♻️ Subscribe for free now!
Visual Studio 2022 has new updates for managing extensions. These changes include tools for automation, better control over settings, and an improved look to make work easier. It also updates extensions on its own when you open the Extension Manager.
♻️ Subscribe for free now!
Microsoft News
Extension Manager updates in Visual Studio
Explore the latest Visual Studio 2022 updates for extension management, including seamless auto updates, Infobar notifications, simplified settings, and excluded extensions control.
⚡️ Chatting with Data Using AI
Many customers are using AI to talk to their data. This data includes tables, documents, images, and audio.
♻️ Subscribe for free now!
Many customers are using AI to talk to their data. This data includes tables, documents, images, and audio.
♻️ Subscribe for free now!
Microsoft News
A story of collaborating agents: chatting with your database the right way
Learn how to build AI agents so that they can work in pairs to make querying data in natural language possible.
⚡️ The New .NET Platform Overview
.NET has changed quickly into a smaller, AI-based platform. This fast change means people need practical training to keep working well and safe.
♻️ Subscribe for free now!
.NET has changed quickly into a smaller, AI-based platform. This fast change means people need practical training to keep working well and safe.
♻️ Subscribe for free now!
Visual Studio Magazine
Meet the New .NET -- Nothing Like the Old .NET -- Visual Studio Magazine
.NET's rapid evolution into a lean, AI-driven platform demands constant recalibration—making focused, real-world training more valuable than ever for staying productive and secure.
⚡️ Using Quartz.NET for Job Scheduling and Database Storage
The text explains how to start with Quartz.NET and schedule jobs using different types of triggers. It also shows how to make jobs and triggers, and how to keep their data in a database with EF Core migrations.
♻️ Subscribe for free now!
The text explains how to start with Quartz.NET and schedule jobs using different types of triggers. It also shows how to make jobs and triggers, and how to keep their data in a database with EF Core migrations.
♻️ Subscribe for free now!
Anton Dev Tips
Scheduling Jobs With Quartz and Database Persistence With EF Core Migrations
Explore how to get started with Quartz.NET, schedule jobs with different trigger types, dynamically create jobs and triggers and add database persistence using EF Core migrations
⚡️ Intro to MonoGame and Making a Sample Game
The text explains what MonoGame is, its history, and what you need to use it. It also shows how to make a simple first game with MonoGame.
♻️ Subscribe for free now!
The text explains what MonoGame is, its history, and what you need to use it. It also shows how to make a simple first game with MonoGame.
♻️ Subscribe for free now!
Andrew Lock | .NET Escapades
Creating your first sample game with MonoGame
In this post I provide an introduction to MonoGame, looking at it's history, the requirements for building with MonoGame, and finally a first sample app.
⚡️ The First Name of .NET
.NET was first called Next Generation Windows Services (NGWS) inside Microsoft. The name changed to '.NET' in the late 1990s to show its focus on the web.
♻️ Subscribe for free now!
.NET was first called Next Generation Windows Services (NGWS) inside Microsoft. The name changed to '.NET' in the late 1990s to show its focus on the web.
♻️ Subscribe for free now!
⚡️ Azure SDK Release Notes for May 2025
Azure puts out a new SDK each month. This post lists the main updates and notes for the May 2025 release.
♻️ Subscribe for free now!
Azure puts out a new SDK each month. This post lists the main updates and notes for the May 2025 release.
♻️ Subscribe for free now!
Microsoft News
Azure SDK Release (May 2025)
Azure SDK releases every month. This post includes the May 2025's highlights and release notes.
⚡️ AI Foundry and .NET MAUI Integration
AI Foundry works with .NET MAUI to add large language models (LLMs) to both mobile and desktop apps. This lets these apps use LLM tools in their features.
♻️ Subscribe for free now!
AI Foundry works with .NET MAUI to add large language models (LLMs) to both mobile and desktop apps. This lets these apps use LLM tools in their features.
♻️ Subscribe for free now!
Microsoft News
Using AI Foundry with .NET MAUI
Using AI Foundry with .NET MAUI brings the power of LLMs to mobile and desktop applications.
⚡️ Top Azure Updates from Microsoft Build 2025
Microsoft shared the main 25 updates on Azure at Build 2025. News covers areas like Azure AI Foundry, infrastructure, app platform, databases, Microsoft Fabric, and GitHub.
♻️ Subscribe for free now!
Microsoft shared the main 25 updates on Azure at Build 2025. News covers areas like Azure AI Foundry, infrastructure, app platform, databases, Microsoft Fabric, and GitHub.
♻️ Subscribe for free now!
Microsoft Azure Blog
All the Azure news you don’t want to miss from Microsoft Build 2025 | Microsoft Azure Blog
We’ve pulled together the top 25 announcements at Microsoft Build 2025 across the Azure business—spanning Azure AI Foundry, Azure infrastructure, Azure app platform, Azure databases and Microsoft Fabric, and our GitHub family. Learn more.
⚡️ Cloud Academy Benefit for Visual Studio Subscribers
In March 2025, Cloud Academy began offering Visual Studio Professional and Enterprise subscribers a way to learn Azure and cloud technology skills through hands-on practice at no extra cost. This benefit lets users build, test, and improve their skills in a real environment.
♻️ Subscribe for free now!
In March 2025, Cloud Academy began offering Visual Studio Professional and Enterprise subscribers a way to learn Azure and cloud technology skills through hands-on practice at no extra cost. This benefit lets users build, test, and improve their skills in a real environment.
♻️ Subscribe for free now!
Microsoft News
Cloud Academy: Unlock Your Azure Skills and Accelerate Your Career
Unlock 12 months of free hands-on cloud learning with Cloud Academy—exclusively for Visual Studio Professional and Enterprise subscribers. Master Azure, prep for certifications, and boost your skills with AI-powered guidance from Ela. Activate your benefit…
⚡️ Microsoft Named Leader in 2025 Gartner Magic Quadrant for Integration Platform as a Service
Microsoft has been named a Leader in the 2025 Gartner Magic Quadrant for Integration Platform as a Service. The company aims to help groups connect systems, upgrade old tools, and use AI-powered automation.
♻️ Subscribe for free now!
Microsoft has been named a Leader in the 2025 Gartner Magic Quadrant for Integration Platform as a Service. The company aims to help groups connect systems, upgrade old tools, and use AI-powered automation.
♻️ Subscribe for free now!
Microsoft Azure Blog
Microsoft named a Leader in 2025 Gartner® Magic Quadrant™ for Integration Platform as a Service | Microsoft Azure Blog
Learn how Azure Integration Services, including Azure Logic Apps, API Management, Service Bus, and more can help you accelerate innovation.
⚡️ Microsoft Build 2025: Key .NET Sessions
Microsoft Build 2025 has sessions about .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, and AI development. These talks give updates and news for .NET developers.
♻️ Subscribe for free now!
Microsoft Build 2025 has sessions about .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, and AI development. These talks give updates and news for .NET developers.
♻️ Subscribe for free now!
Microsoft News
Catch Up on Microsoft Build 2025: Essential Sessions for .NET Developers
Get up to date on all of the .NET sessions from Microsoft Build 2025 covering .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, AI development, and more!