Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 8 of 22
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
Azure for .NET Developers articles
Page 8 of 22
Newest first
-
MCP Development with .NET, C#, Cloud Run, and Gemini CLI
medium.com Issue #363
Leveraging Gemini CLI and the underlying Gemini LLM to build Model Context Protocol (MCP) AI applications with C# deployed to Google Cloud…
-
S3 Versioning in .NET - Protect Against Accidental Deletes and Recover Any File Version
codewithmukesh.com Issue #363
Learn how to enable S3 versioning, list previous versions, restore deleted files, and permanently delete versions using .NET. Build a minimal API that gives you complete control over your S3 object hi...
-
Our Database Was Drowning in 50,000 Insert Requests Per Minute — Here’s How We Fixed It
elanchezhiyan-p.medium.com Issue #363
Last year, our e-commerce platform had a major crisis during Black Friday.
-
Getting Started with Microsoft Agent Framework
medium.com Issue #360
If you’re building agents in C#/.NET in 2025, the hardest part often isn’t writing prompts — it’s picking a foundation. Should you use…
-
Redis Cache Patterns Explained: Cache-Aside vs Read-Through vs Write-Through vs Write-Behind
c-sharpcorner.com Issue #360
Learn the four main Redis caching patterns, how they work, their pros and cons, and which pattern you should use in real production systems. Written for architects and senior developers.
-
Context Propagation in Distributed Applications and Microservices
medium.com Issue #357
In this post, I’ll discuss something essential but often ignored. Context Propagation (CP). Even applications that uses OpenTelemetry for…
-
Implementing Large File Uploads and Downloads in Azure Blob Storage With .NET
antondevtips.com Issue #357
Learn how to get started with Azure Storage Account, how to create an account, enable anonymous file access and create blob storage. Learn how to implement efficient large file uploads and downloads i
-
How does Aspire launch the Azure Functions runtime when you call aspire run?
blog.safia.rocks Issue #354
A behind-the-scenes look at how Aspire launches the Azure Functions runtime locally, leveraging a clever .NET SDK feature to make it all work seamlessly.
-
Modernize ASP.NET MVC Razor UI with AWS Transform
news.google.com Issue #353
Modernize ASP.NET MVC Razor UI with AWS Transform
-
Modernize ASP.NET Web Forms UI to Blazor with AWS Transform
news.google.com Issue #352
Modernize ASP.NET Web Forms UI to Blazor with AWS Transform
-
Armchair Architects: Best Practices For Architecting AI Agents
youtube.com Issue #352
- Build Agents using Model Context Protocol on Azure https://learn.microsoft.com/azure/developer/ai/intro-agents-mcp - Protocols for Integration: The role of Model Context Protocol (MCP) and Agent-to...
-
Fix It Before They Feel It: Proactive .NET Reliability with Azure SRE Agent
youtube.com Issue #351
Learn more: https://aka.ms/agentic-modernization Mastodon: https://aka.ms/dotnet/mastodon
-
Azure Cosmos DB : Becoming a Search-Native Database
devblogs.microsoft.com Issue #350
For years, “Database” and “Search systems" (think Elastic Search) lived in separate worlds. While both Databases and Search Systems operate in the same domain (storing, indexing and querying data...
-
ASP.NET Core pipeline, C# 14, and .NET 10 networking
DotNetNews Issue #349
A varied .NET roundup covering filters, middleware, dependency injection, testing, logging, LINQ performance, and new platform features.
-
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.