cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
580 articles Updated Page 10 of 24
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 10 of 24
Newest first
-
Azure networking updates on security, reliability, and high availability
azure.microsoft.com Issue #348
The cloud landscape is evolving at an unprecedented pace, driven by the exponential growth of AI workloads. The post Azure networking updates on security, reliability, and high availability appeared ...
-
Why Azure Key Vault is Essential for .NET Security
medium.com Issue #347
This is not a trifle in the current software architecture in which we store our application secrets — database passwords, API keys, and…
-
Using Azure Key Vault to Protect Secrets in .NET Apps
malshikay.medium.com Issue #343
Storing secrets like database passwords, JWT keys, API tokens, or connection strings inside your application is risky. If someone gets…
-
Timeouts, data access, and testing
DotNetNews Issue #342
Sixteen varied .NET reads cover timeout strategy, ASP.NET Core, EF Core, Dapper, MAUI, TDD, and DI automation for real-world apps.
-
Azure Content Understanding is now generally available
devblogs.microsoft.com Issue #341
At Microsoft Ignite this year, we’re excited to announce that Azure Content Understanding in Foundry Tools is now generally available (GA). Over the past months, we’ve seen preview usage across indust...
-
Azure Functions in .NET 9 — A Complete 3-Part Mega Series
medium.com Issue #337
Part 1: Foundations, Architecture & HTTP Triggers
-
Aspire for .NET Developers - Deep Dive into Cloud-Ready .NET Apps
codewithmukesh.com Issue #336
In this in-depth guide, we will explore .NET Aspire, understand its core concepts, and learn when and how to use Aspire 13 with the latest .NET 10 SDK to build cloud-ready, observable, and maintainabl...
-
Public preview of vector indexing in Azure SQL DB, Azure SQL MI, and SQL database in Microsoft Fabric
devblogs.microsoft.com Issue #335
We are happy to share that DiskANN vector indexing is now in public preview across Azure SQL Database, Azure SQL Managed Instance, and SQL database in Microsoft Fabric. DiskANN is a cutting-edge algor...
-
Reinventing how .NET Builds and Ships (Again) - .NET Blog
devblogs.microsoft.com Issue #334
An exploration of how .NET evolved from a distributed build system to Unified Build, dramatically reducing complexity and build times while improving flexibility and predictability for shipping .NET r...
-
Microsoft strengthens sovereign cloud capabilities with new services
azure.microsoft.com Issue #334
We continue to adapt our sovereignty approach—innovating to meet customer needs and regulatory requirements within our Sovereign Public Cloud and Sovereign Private Cloud. We are announcing a new wave ...
-
How to Build HIPAA-Compliant ASP.NET Healthcare Apps in 2026
faciletechnolab.com Issue #333
Learn how to build secure, HIPAA-compliant healthcare apps using ASP.NET Core and Azure. Includes architecture, security controls, deployment steps, and 2026 best practices.
-
What’s New in Semantic Search for Azure Cosmos DB at Ignite 2025
devblogs.microsoft.com Issue #333
We’re excited to introduce new capabilities and performance improvements for vector and full-text search in Azure Cosmos DB. These updates make it easier for developers and architects to build semanti...
-
Develop Faster with VS Code for the Web – Azure: Your Browser-Based Dev Environment
devblogs.microsoft.com Issue #332
Developers can now move from idea to Azure-ready code in minutes with VS Code for the Web – Azure. This browser-based environment removes setup time, reduces friction, and gives you immediate access t...
-
Carbon Aware Computing - Using .NET Open Source libraries for more sustainable applications
youtube.com Issue #331
This talk will show how these patterns can be implemented with Open Source .NET Libraries - on prem, in the cloud with Azure PaaS or in Kubernetes and what options an application has to “shed” the loa...
-
Modernizing .NET Applications for the Cloud
youtube.com Issue #331
.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement .NET 10 — The most intelligent and unified .NET yet: https://aka.ms/dotnet10/
-
Modern Windows Development with .NET
youtube.com Issue #328
.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement Whether you're building new Windows apps or modernizing existing ones, see how .NET provides the ...
-
Securing Secrets in Web Apps Using Azure Key Vault and AWS Secrets Manager
c-sharpcorner.com Issue #328
Secure web apps with Azure Key Vault & AWS Secrets Manager. Learn best practices for managing API keys, database credentials, and encryption secrets in ASP.NET Core.
-
What is Copilot Tuning?
youtube.com Issue #328
Stop Translating Curl Commands, Start Shipping Features
-
Implementing Blue-Green Deployment for Zero Downtime in .NET
c-sharpcorner.com Issue #327
Achieve zero-downtime deployments in .NET with Blue-Green Deployment! Learn the benefits, workflow, and practical implementation using Azure, Kubernetes, and more. Ensure seamless updates and instant ...
-
How to Create Azure Blob Storage Resources by using .NET Client Library?
c-sharpcorner.com Issue #327
Unlock the power of Azure Blob Storage with .NET! This guide provides a step-by-step walkthrough on creating and managing blob storage resources programmatically using the Azure .NET client library. L...
-
Using Google Cloud Storage (GCS) from .NET — A From-Scratch, Real-World Guide
dotnetfullstackdev.medium.com Issue #327
You’ve got a .NET application and you want to store files in Google Cloud Storage (GCS) — images, reports, backups, user uploads, the…
-
ASP.NET Core lifetimes, indexing, and AI planning
DotNetNews Issue #326
A varied .NET roundup covering ASP.NET Core lifetimes, SQL Server indexing, Visual Studio Copilot planning, Dapper, Serilog, security, and more.
-
Behind the Scenes of VS Code’s Planning Agent
youtube.com Issue #325
Azure Developer CLI: Azure Container Apps Dev-to-Prod Deployment with Layered Infrastructure
-
How To Deploy Your .NET 9 Application to Azure Using GitHub Actions (Full CI/CD Pipeline Guide)
medium.com Issue #325
Build • Test • Publish • Deploy • Monitor — Automatically
-
How I Accidentally Created a Memory Leak That Taught Me C#’s Darkest Secret
medium.com Issue #324
From 150MB to 4GB in 48 hours: The static event subscription that almost killed our Azure API and what it taught me about .NET’s garbage… Continue reading on .Net Programming »