cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
541 articles Updated Page 6 of 22
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 6 of 22
Newest first
-
Light up Multiple Databases with a Single API with Data API builder's multi-source configuration
devblogs.microsoft.com Issue #398
Data API builder (DAB) supports multi-source configurations Data API builder (DAB) connects to your database with a safe REST or GraphQL endpoint. But DAB is not limited to just one database. Using a ...
-
Claude Sonnet 4.6 in Microsoft Foundry-Frontier Performance for Scale
techcommunity.microsoft.com Issue #398
Claude Sonnet 4.6 is available today in Microsoft Foundry, and it is designed for teams who want frontier performance across coding, agents, and professional work at scale. The post Claude Sonnet 4.6...
-
How Azure Works with .NET
medium.com Issue #396
Microsoft Azure works seamlessly with .NET by providing cloud services to build, deploy, and scale applications. Developers can host .NET…
-
Time Travel in Azure SQL with Temporal Tables
devblogs.microsoft.com Issue #395
Applications often need to know what data looked like before. Who changed it, when it changed, and what the previous values were. Rebuilding that history in application code is tedious and error prone...
-
C# .Net 10 MinimalAPI: Weather Service Migration from Azure to AWS — Part 4
pkoretic.medium.com Issue #393
You never know when you will need to do this.
-
Checkpointing & Resuming AI Workflows in .NET
blog.gopenai.com Issue #391
When building real-world AI workflows — especially long-running ones — you can’t always expect the entire process to complete in a single… Continue reading on GoPenAI »
-
Claude Opus 4.6: Anthropic’s powerful model for coding, agents, and enterprise workflows is now available in Microsoft Foundry
azure.microsoft.com Issue #391
With Claude Opus 4.6 now available in Microsoft Foundry, developers can delegate complex tasks end‑to‑end and trust the AI to execute independently in production. The post Claude Opus 4.6: Anthropic’...
-
Azure SQL Managed Instance just got WAY faster - Meet Next gen GP | Data Exposed
youtube.com Issue #391
Microsoft Azure SQL: https://aka.ms/msazuresqlyt In this episode, Anna Hoffman and Uros Milanovic explain how you get lower latency, higher throughput and IOPS, more storage and databases per instanc...
-
How We Built an Asynchronous Email Notification System Using Azure Queue Storage and Azure…
medium.com Issue #390
In almost every modern application, emails power critical workflows, account verifications, password resets, invoices, and many other…
-
Enable Soft Delete in Azure SQL
devblogs.microsoft.com Issue #389
Sometimes applications need to remove data without actually losing it. Soft delete keeps rows in the database while making them invisible to normal application access. This is especially valuable when...
-
VS Code Live - The Modern Software Product Organization
youtube.com Issue #389
Azure Cosmos DB Data Explorer now supports Dark Mode
-
How .NET and Azure create a foundation for enterprise AI
medium.com Issue #388
By the end of 2026, more than 80% of enterprises are expected to have used generative AI APIs/models or deployed GenAI-enabled apps in…
-
How to Enable Microsoft Entra ID for Azure Cosmos DB (NoSQL)
devblogs.microsoft.com Issue #387
Strengthen Identity Security and Eliminate Account Keys Identity is becoming the new security perimeter. As organizations modernize their cloud applications, long‑lived secrets and shared keys introdu...
-
PostgreSQL on Azure supercharged for AI
azure.microsoft.com Issue #387
From GitHub Copilot AI assistance to built-in model management, Azure is helping devs and enterprises unlock the full potential of PostgreSQL. The post PostgreSQL on Azure supercharged for AI appeare...
-
DLQ — Dead letter queue handling with azure eventhub
medium.com Issue #387
Stop Using In-Memory Databases for Integration Tests in .NET
-
Accelerate Your Cosmos DB Infrastructure with GitHub Copilot CLI and Azure Cosmos DB Agent Kit
devblogs.microsoft.com Issue #386
Modern infrastructure work is increasingly agent driven, but only if your AI actually understands the platform you’re deploying. This guide shows how to turn GitHub Copilot CLI into an Azure Cosmos DB...
-
Build a Responsive UI through Prompt Driven Development
dev.to Issue #386
This article is part of the Prompt Driven Development series from the VS Code YouTube channel. It is based on the video Build a Responsive UI through Prompt Driven Development and explains the concept...
-
Building Agentic AI with Microsoft.Agents.AI: A Getting Started Guide
medium.com Issue #385
Traditional AI chatbots answer questions. Agentic AI takes action. Instead of just telling you about your notes, an agentic assistant can…
-
Beyond the Prompt: Designing Stateful AI Experiences in .NET
youtube.com Issue #385
Changing how ASP.NET generates OpenAPI schema names
-
Why Enterprises Still Choose Microsoft for Long-Term Software Systems
faciletechnolab.com Issue #384
Discover 10 data-backed reasons enterprises choose Microsoft enterprise software for long-term software systems. Azure services, .NET enterprise applications, and enterprise Microsoft solutions explai...
-
Migrating Google Cloud Run to Scaleway: Bringing Your Cloud Infrastructure Back to Europe
blog.dotnetframework.org Issue #383
Introduction: Why European Cloud Sovereignty Matters Now More Than Ever In an era of increasing geopolitical tensions, data sovereignty concerns, and evolving international relations, European compani...
-
Why Enterprises Still Choose Microsoft for Long-Term Software Systems
faciletechnolab.com Issue #383
Discover 10 data-backed reasons enterprises choose Microsoft enterprise software for long-term software systems. Azure services, .NET enterprise applications, and enterprise Microsoft solutions explai...
-
Building Intelligent Search with Azure Cosmos DB: Full-Text, Vector, and Hybrid Search
medium.com Issue #382
Modern applications demand smarter search capabilities. Users expect to find what they’re looking for even when they don’t use exact…
-
Fix Time Zone Mismatch Issues Between Application and Database
c-sharpcorner.com Issue #382
Eliminate time zone headaches! Learn to fix mismatches between your application and database. Ensure accurate timestamps, scheduling, and user experience by standardizing to UTC. Build reliable, globa...
-
Implementing Distributed Caching in Web API with Azure Managed Redis
medium.com Issue #381
I’ve worked with caching before — storing AI chat request/response pairs in Cosmos DB to avoid redundant model calls, and caching API…