cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
580 articles Updated Page 7 of 24
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 7 of 24
Newest first
-
Local Development Setup: Tools, Debugging, and Hot Reload
medium.com Issue #406
Azure Functions for .NET Developers: Series
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #405
How to bring Google’s latest models into the new .NET Agentic ecosystem Continue reading on Google Cloud - Community »
-
Agentic RAG for Everyone Using Azure SQL, OpenAI, and Web Apps
youtube.com Issue #405
How to Use Dependency Injection in a .NET Console Application
-
Smarter Queries Start Here: Vector Search in SQL Server & Azure SQL DB
youtube.com Issue #405
How to Crop and Compress Images in PowerPoint Using C#
-
Cracking the Code of Serverless Design: Patterns that Scale and Patterns that Fail
visualstudiomagazine.com Issue #403
Chad Green explores how intentional design patterns determine whether serverless architectures deliver on their promises of scalability, resilience, and cost efficiency.
-
Azure DocumentDB: A Fully Managed MongoDB-Compatible Database
devblogs.microsoft.com Issue #402
Running MongoDB at scale eventually forces a trade-off: invest heavily in managing your own infrastructure or move to a managed service and risk losing the compatibility and portability your team depe...
-
How to Deploy Docker Containers to Azure Container Apps?
c-sharpcorner.com Issue #402
Deploy Docker containers to Azure Container Apps for scalable, serverless microservices. This guide covers setup, ACR, deployment via Azure CLI, and scaling.
-
How to Design a Multi-Tenant SaaS Platform on Microsoft Azure
faciletechnolab.com Issue #401
A practical guide to designing a secure, scalable multi-tenant SaaS architecture on Microsoft Azure, covering tenancy models, data isolation, Azure services, and real-world architectural consideration...
-
Federating Databases with Data API Builder Chaining
devblogs.microsoft.com Issue #399
For decades, DBAs relied on linked servers to stitch data together. If you needed data from two places, you wired them up and moved on. It worked. It was straightforward. It felt native to SQL. But wh...
-
Building a Self-Healing .NET Application Using Health Probes and Auto-Restart Strategies
c-sharpcorner.com Issue #399
Build resilient .NET apps with self-healing architecture! Learn health probes, auto-restart strategies, and background monitoring for automatic failure recovery. Achieve high availability!
-
CQRS in Practice with .NET 8
miguelbarros1983.medium.com Issue #399
Separating Write and Read Models with Independent Databases and Eventual Consistency
-
Introducing RockBot
blog.lhotka.net Issue #399
I’ve been working on a new project called RockBot, a framework for building agent and multi-agent AI systems where agents and user proxies communicate exclusively through a message bus in a cloud-nati...
-
Microsoft.Extensions.AI: The .NET Feature That’s Quietly Killing Boilerplate
medium.com Issue #398
.NET 9 added AI abstractions that make integrating LLMs stupidly simple. Here’s why nobody’s talking about it. Continue reading on JavaScript in Plain English »
-
Beyond HTTP: Timer, Queue, and Blob Triggers
medium.com Issue #398
Azure Functions for .NET Developers: Series
-
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