cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
541 articles Updated Page 5 of 22
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 5 of 22
Newest first
-
The Rise of AI-Native .NET
medium.com Issue #417
How Azure Is Powering the Next Generation of Intelligent Applications
-
SQL to Insights in Minutes with Copilot for Data Factory | Data Exposed
youtube.com Issue #415
In this episode of Data Exposed, see how AI and Copilot in Microsoft Fabric Data Factory help you go from Azure SQL data to insights in minutes. 3:07 Data Factory in Microsoft Fabric
-
Azure Developer CLI (azd): One command to swap Azure App Service slots
devblogs.microsoft.com Issue #415
Swap deployment slots from your terminal—azd already knows your app. Azure App Service deployment slots let you stage changes and swap them into production with zero downtime. With azd, you can
-
Modernize VB.NET applications to .NET 10 with AWS Transform
news.google.com Issue #413
Modernize VB.NET applications to .NET 10 with AWS Transform
-
Checkpointing & Resuming AI Workflows in .NET
blog.gopenai.com Issue #411
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 »
-
EF Core Code That Works Locally but Fails in Production (part 2)
c-sharpcorner.com Issue #411
Avoid EF Core production disasters! Learn how to fix common logic and tracking mistakes like improper Any(), First(), and missing AsNoTracking() for optimal performance.
-
-
How We Built an Asynchronous Email Notification System Using Azure Queue Storage and Azure…
medium.com Issue #410
In almost every modern application, emails power critical workflows, account verifications, password resets, invoices, and many other…
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #409
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 #409
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 #409
How to Crop and Compress Images in PowerPoint Using C#
-
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