⚡️ .NET 10 RC2 Released with Uno Platform Collaboration
.NET 10 RC2 is now out and brings updates for final stability. It works with the Uno Platform to make .NET MAUI match Android 16 and helps more platforms before the full release.
♻️ Subscribe for free now!
.NET 10 RC2 is now out and brings updates for final stability. It works with the Uno Platform to make .NET MAUI match Android 16 and helps more platforms before the full release.
♻️ Subscribe for free now!
Visual Studio Magazine
.NET 10 RC2 Is Final Step Before GA, with Help from Uno Platform -- Visual Studio Magazine
Microsoft released .NET 10 RC2 with go-live support and final stabilization updates, highlighting collaboration with Uno Platform to align .NET MAUI with Android 16 and extend cross-platform support ahead of general availability.
⚡️ Azure Storage Discovery Now Generally Available
Azure Storage Discovery is now open for everyone to use. It lets people ask questions or have talks with their data to find out more using Azure.
♻️ Subscribe for free now!
Azure Storage Discovery is now open for everyone to use. It lets people ask questions or have talks with their data to find out more using Azure.
♻️ Subscribe for free now!
Microsoft Azure Blog
Unlock insights about your data using Azure Storage Discovery
Use Azure Storage Discovery for insights into Azure Blob Storage and Azure Data Lake Storage to optimize costs, security, and efficiency.
⚡️ Combit Releases List & Label 31 with New Features
Combit has launched List & Label 31, which includes a cross-platform .NET engine and new AI reporting tools. The update also adds support for Avalonia, Blazor, and cloud systems such as Azure and AWS.
♻️ Subscribe for free now!
Combit has launched List & Label 31, which includes a cross-platform .NET engine and new AI reporting tools. The update also adds support for Avalonia, Blazor, and cloud systems such as Azure and AWS.
♻️ Subscribe for free now!
Visual Studio Magazine
Combit Launches List & Label 31 with Cross-Platform .NET Engine and AI Integration -- Visual Studio Magazine
combit released List & Label 31, introducing a cross-platform .NET engine, AI-powered reporting features, and expanded integration for Avalonia, Blazor, and cloud environments like Azure and AWS.
⚡️ Things to Know When Moving to Azure and Choosing a Firewall
The text talks about moving to Azure and says it is important to think well before picking a firewall. It points out that making the right choice matters when planning the move.
♻️ Subscribe for free now!
The text talks about moving to Azure and says it is important to think well before picking a firewall. It points out that making the right choice matters when planning the move.
♻️ Subscribe for free now!
azurealan.ie
Migrating to Azure? Decide carefully when choosing your firewall
So, you’ve decided to move to the cloud and you have migrated your workloads over to Azure but what decision did you make about the firewall? You’ve probably got a long standing preferr…
⚡️ Azure Cosmos DB and Azure Advisor Facts
Azure Cosmos DB is a multi-model database from Microsoft that gives high availability, scale, and low lag for important work. Azure Advisor is a cloud tool that gives ideas to improve how you use Azure Cosmos DB.
♻️ Subscribe for free now!
Azure Cosmos DB is a multi-model database from Microsoft that gives high availability, scale, and low lag for important work. Azure Advisor is a cloud tool that gives ideas to improve how you use Azure Cosmos DB.
♻️ Subscribe for free now!
Microsoft News
Boost your Azure Cosmos DB Efficiency with Azure Advisor Insights
Maximize Azure Cosmos DB with Azure Advisor. Discover personalized recommendations for performance and security improvements.
⚡️ F# Weekly #42, 2025 Highlights .NET 10 RC2 and Victor
F# Weekly issue 42 for 2025 covers topics about .NET 10 Release Candidate 2 and mentions Victor. It gives updates and news related to F# and the latest changes in .NET.
♻️ Subscribe for free now!
F# Weekly issue 42 for 2025 covers topics about .NET 10 Release Candidate 2 and mentions Victor. It gives updates and news related to F# and the latest changes in .NET.
♻️ Subscribe for free now!
Sergey Tihon's Blog
F# Weekly #42, 2025 – Hi, Victor & .NET 10 RC2
Welcome to F# Weekly, A roundup of F# content from this past week: News Announcing .NET 10 Release Candidate 2 – .NET Blog Announcing the .NET Security Group – .NET Blog .NET and .NET F…
⚡️ Epistemology of Software Conference Keynote
In 2023, a conference keynote called Epistemology of software was given, with the recording available on YouTube. The keynote explored how people can know if software works, using ideas from general epistemology and the philosophy of science, and was aimed at both technical and non-technical listeners.
♻️ Subscribe for free now!
In 2023, a conference keynote called Epistemology of software was given, with the recording available on YouTube. The keynote explored how people can know if software works, using ideas from general epistemology and the philosophy of science, and was aimed at both technical and non-technical listeners.
♻️ Subscribe for free now!
ploeh blog
Epistemology of software
How do you know that your code works?
⚡️ Azure Cosmos DB Python SDK Version 4.14.0 Released
The stable version 4.14.0 of the Azure Cosmos DB Python SDK is now released. This update includes new features that were made with input from OpenAI, which uses Cosmos DB to store ChatGPT chat data.
♻️ Subscribe for free now!
The stable version 4.14.0 of the Azure Cosmos DB Python SDK is now released. This update includes new features that were made with input from OpenAI, which uses Cosmos DB to store ChatGPT chat data.
♻️ Subscribe for free now!
Microsoft News
Announcing latest Azure Cosmos DB Python SDK: Powering the Future of AI with OpenAI
Discover the capabilities of Cosmos DB Python SDK. Version 4.14.0 is now available with enhanced performance and features.
⚡️ Thread-Safe Initialization in .NET with LazyInitializer
In .NET, LazyInitializer.EnsureInitialized is a way to make sure a class is set up only once, even if many threads try at the same time. This method works with reference types and checks if something is null to know if it should run the setup.
♻️ Subscribe for free now!
In .NET, LazyInitializer.EnsureInitialized is a way to make sure a class is set up only once, even if many threads try at the same time. This method works with reference types and checks if something is null to know if it should run the setup.
♻️ Subscribe for free now!
Meziantou's blog
Thread-Safe Initialization with LazyInitializer
Learn how to use LazyInitializer.EnsureInitialized for thread-safe initialization in .NET as an alternative to Lazy<T> class.
⚡️ Rider 2025.3 spots ASP.NET and DB bottlenecks in real time
Rider 2025.3 gives its Monitoring tool serious observability chops — it now detects database and ASP.NET performance issues on the fly. Devs can watch slow queries, request inefficiencies, and resource usage unfold live, right next to CPU, memory, and GC metrics. A cleaner, smarter way to debug performance pain before it hits production.
♻️ Subscribe for free now!
Rider 2025.3 gives its Monitoring tool serious observability chops — it now detects database and ASP.NET performance issues on the fly. Devs can watch slow queries, request inefficiencies, and resource usage unfold live, right next to CPU, memory, and GC metrics. A cleaner, smarter way to debug performance pain before it hits production.
♻️ Subscribe for free now!
The JetBrains Blog
Coming to Rider 2025.3: ASP.NET and Database Issue Detection In The Monitoring Tool Window | The .NET Tools Blog
In Rider 2025.3, the Monitoring tool window has become even more powerful with the addition of database and ASP.NET issue detection. These new capabilities let you track slow queries, inefficient requ
❤1
⚡️ Azure SQL powers real-world AI-ready migrations
Enterprises are ditching legacy databases for Azure SQL Managed Instance, gaining elastic scale, built-in security, and a foundation ready for AI workloads. Microsoft highlights three case studies that show migrations turning into platforms for innovation—not just cost savings.
♻️ Subscribe for free now!
Enterprises are ditching legacy databases for Azure SQL Managed Instance, gaining elastic scale, built-in security, and a foundation ready for AI workloads. Microsoft highlights three case studies that show migrations turning into platforms for innovation—not just cost savings.
♻️ Subscribe for free now!
Microsoft SQL Server Blog
Innovation spotlight: How 3 customers are driving change with migration to Azure SQL - Microsoft SQL Server Blog
Learn how Microsoft Azure SQL Managed Instance helps organizations move from legacy constraints to a scalable and secure AI-ready foundation.
⚡️ Azure Cosmos DB revamps Cost Management UI
In the Azure portal, the old “Cost Management” tab for Cosmos DB is now “Account Throughput” — and it’s been moved under Settings. A subtle but welcome tweak that makes account‑level throughput easier to find and manage.
♻️ Subscribe for free now!
In the Azure portal, the old “Cost Management” tab for Cosmos DB is now “Account Throughput” — and it’s been moved under Settings. A subtle but welcome tweak that makes account‑level throughput easier to find and manage.
♻️ Subscribe for free now!
Microsoft News
“Cost Management” Is Now “Account Throughput” and It’s Moving
The “Cost Management” section has been renamed to “Account Throughput” and can now be found under the Settings section of your Azure Cosmos DB account in the Azure portal.
⚡️ Visual Studio 2026 simplifies extension compatibility
Extension devs, rejoice: Visual Studio 2026 introduces a new compatibility model that lets existing extensions run without rework. If it runs on VS 2022, it’ll run on VS 2026 — no rebuilds, no tweaks. A quiet but huge win for ecosystem stability and smoother upgrades.
♻️ Subscribe for free now!
Extension devs, rejoice: Visual Studio 2026 introduces a new compatibility model that lets existing extensions run without rework. If it runs on VS 2022, it’ll run on VS 2026 — no rebuilds, no tweaks. A quiet but huge win for ecosystem stability and smoother upgrades.
♻️ Subscribe for free now!
Microsoft News
Modernizing Visual Studio Extension Compatibility: Effortless Migration for Extension Developers and Users
We have great news for extension users and developers: Visual Studio 2026 is introducing an extension compatibility model designed specifically to make your life easier. Our top priority is to ensure that your extensions continue to work seamlessly across…
⚡️ The Signals Loop raises the bar for AI apps
Real-time feedback meets continuous learning — The Signals Loop brings autonomous workflows that refine AI apps and agents on the fly. It’s a new model for building systems that actually learn from every interaction and get sharper with each feedback cycle.
♻️ Subscribe for free now!
Real-time feedback meets continuous learning — The Signals Loop brings autonomous workflows that refine AI apps and agents on the fly. It’s a new model for building systems that actually learn from every interaction and get sharper with each feedback cycle.
♻️ Subscribe for free now!
Microsoft Azure Blog
The Signals Loop: Fine-tuning for world-class AI apps and agents | Microsoft Azure Blog
Find out how signals loops can drive rapid product improvement, increased relevance, and long-term user engagement for your products.
❤1
⚡️ TypeScript Leads JetBrains’ Promise Index
JetBrains’ new State of Developer Ecosystem report puts TypeScript at the top of its 'Promise Index'—ahead of Rust, Go, and Kotlin. The metric tracks languages with the strongest future growth and developer loyalty, underscoring TypeScript’s expanding influence across modern codebases.
♻️ Subscribe for free now!
JetBrains’ new State of Developer Ecosystem report puts TypeScript at the top of its 'Promise Index'—ahead of Rust, Go, and Kotlin. The metric tracks languages with the strongest future growth and developer loyalty, underscoring TypeScript’s expanding influence across modern codebases.
♻️ Subscribe for free now!
Visual Studio Magazine
TypeScript Tops Rust in 'Promise Index' of JetBrains Survey -- Visual Studio Magazine
JetBrains’ latest State of Developer Ecosystem report shows Microsoft’s TypeScript leading the firm’s “Promise Index,” a measure of programming languages with the highest potential for future growth--topping Rust, Go, and Kotlin in projected momentum and…
⚡️ Metadata quirks in ASP.NET Core fallback endpoints
ASP.NET Core developers, take note: adding metadata to MVC or Razor Page fallback endpoints isn’t as straightforward as it looks. A new deep dive unpacks the quirks behind metadata handling in fallback routing — essential reading if you’re customizing endpoint behavior or building more flexible APIs.
♻️ Subscribe for free now!
ASP.NET Core developers, take note: adding metadata to MVC or Razor Page fallback endpoints isn’t as straightforward as it looks. A new deep dive unpacks the quirks behind metadata handling in fallback routing — essential reading if you’re customizing endpoint behavior or building more flexible APIs.
♻️ Subscribe for free now!
Andrew Lock | .NET Escapades
Adding metadata to fallback endpoints in ASP.NET Core
In this post I discuss fallback endpoints and show how adding metadata to MVC or Razor Page fallback endpoints has some quirks to be aware of
⚡️ AI‑powered RAG search with React and Azure SQL
A new sample app shows how to fuse OpenAI with Azure SQL for semantic, context‑aware search. Built with React and Azure Static Web Apps, it applies the RAG pattern to pull the most relevant code and end‑to‑end examples from structured data—an efficient blueprint for building smarter search experiences.
♻️ Subscribe for free now!
A new sample app shows how to fuse OpenAI with Azure SQL for semantic, context‑aware search. Built with React and Azure Static Web Apps, it applies the RAG pattern to pull the most relevant code and end‑to‑end examples from structured data—an efficient blueprint for building smarter search experiences.
♻️ Subscribe for free now!
Microsoft News
Build an AI Agentic RAG search application with React, SQL Azure and Azure Static Web Apps
Introduction Leveraging OpenAI for semantic searches on structured databases like Azure SQL enhances search accuracy and context-awareness, providing more relevant and insightful results. This example showcases the use of Azure SQL for storing and searching…
⚡️ Copilot’s new Planning mode levels up in Visual Studio
Visual Studio now lets Copilot plan entire coding tasks in Agent Mode. Instead of one-off prompts, it maps out complex work—researching code, breaking it into steps, and iterating automatically. You stay in control while Copilot does the heavy lifting.
♻️ Subscribe for free now!
Visual Studio now lets Copilot plan entire coding tasks in Agent Mode. Instead of one-off prompts, it maps out complex work—researching code, breaking it into steps, and iterating automatically. You stay in control while Copilot does the heavy lifting.
♻️ Subscribe for free now!
Microsoft News
Introducing Planning in Visual Studio (Public Preview)
Unlock a more efficient coding experience with Planning in Chat, now available in Visual Studio 2022 for better task management.
⚡️ Microsoft tops Gartner’s 2025 Hybrid Infrastructure MQ
Microsoft holds its Leader spot in Gartner’s 2025 Magic Quadrant for Distributed Hybrid Infrastructure — reaffirming its edge in scaling hybrid and cloud-native systems. The repeat win underscores how Azure and the broader Microsoft stack continue to define the enterprise hybrid playbook.
♻️ Subscribe for free now!
Microsoft holds its Leader spot in Gartner’s 2025 Magic Quadrant for Distributed Hybrid Infrastructure — reaffirming its edge in scaling hybrid and cloud-native systems. The repeat win underscores how Azure and the broader Microsoft stack continue to define the enterprise hybrid playbook.
♻️ Subscribe for free now!
Microsoft Azure Blog
Microsoft a leader in Gartner’s 2025 Distributed Hybrid Infrastructure Magic Quadrant
Microsoft named a Leader in Gartner’s 2025 DHI Magic Quadrant, recognizing innovation and strength in distributed cloud solutions. Learn more.
⚡️ Cosmos DB now feeds Copilot real project context
GitHub Copilot inside VS Code just got smarter for data-driven apps. The Azure Cosmos DB extension now injects your database context directly into Copilot, so code suggestions reflect your schemas and workload patterns — right where you code.
♻️ Subscribe for free now!
GitHub Copilot inside VS Code just got smarter for data-driven apps. The Azure Cosmos DB extension now injects your database context directly into Copilot, so code suggestions reflect your schemas and workload patterns — right where you code.
♻️ Subscribe for free now!
Microsoft News
Bringing Context to Copilot: Azure Cosmos DB Best Practices, Right in Your VS Code Workspace
Developers love GitHub Copilot for its instant, intelligent code suggestions. But what if those suggestions could also reflect your specific database and workload patterns? That’s now possible with a new feature in Azure Cosmos DB for VS Code. Starting today…