cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
580 articles Updated Page 9 of 24
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 9 of 24
Newest first
-
.NET Core APIs for MES Quality Control & Reporting 2026
faciletechnolab.com Issue #375
.NET Core REST APIs for manufacturing MES quality control, defect tracking & automated reporting. Real-time quality metrics, cross-plant analytics & Azure integration blueprints for 2026.
-
Why .NET Core Still Feels Like the Future of Backend Development
c-sharpcorner.com Issue #375
.NET Core remains a top choice for backend development in 2026. Explore its cross-platform capabilities, performance, cloud-native features, and robust security. A future-proof ecosystem!
-
Multi-tenant Architecture in .NET
malshikay.medium.com Issue #375
Multi-tenant architecture is a software design where a single application instance serves multiple customers, called tenants. Each tenant…
-
Managing Feature Flags and Dynamic Configuration in .NET Web App with Azure App Configuration
medium.com Issue #375
Have you been curious about feature rollouts — how do you enable features for specific users or toggle something off quickly without…
-
CodeMash 2026 – Workshop: Building and Deploying a .NET 10 App to Azure using Bicep and GitHub Actions
scottsauber.com Issue #374
Note: Slides do not tell the whole story of the talk, so take the stand alone slides with a grain of salt. Things may be taken out of context.
-
Adding Aspire to a Python RAG Application
devblogs.microsoft.com Issue #374
Adding Aspire to a Python RAG Application Imagine you're developing a RAG (Retrieval Augmented Generation) application with a Python backend, TypeScript frontend, and a few different Azure services. Y...
-
DiskANN: An overview of vector indexing in Azure SQL and Fabric SQL | Data Exposed
youtube.com Issue #374
Microsoft Azure SQL: https://aka.ms/msazuresqlyt Microsoft SQL Server: https://aka.ms/mssqlserveryt
-
C# basics to .NET 10 runtime updates
DotNetNews Issue #372
A varied .NET roundup with beginner C# guides, .NET 10 runtime improvements, ASP.NET Core logging, security, Kafka, AI, and MCP.
-
Multi-Provider Feature Flags in .NET with OpenFeature
medium.com Issue #370
Learn how to use Multi-Provider in OpenFeature in dotnet
-
Building a Self-Fixing .NET 10 App with AI Agents
medium.com Issue #368
A step-by-step guide to automating error analysis and remediation using Azure Monitor, Semantic Kernel, and LLMs.
-
Semantic Reranking with Azure SQL, SQL Server 2025 and Cohere Rerank models
devblogs.microsoft.com Issue #367
Supporting re‑ranking has been one of the most common requests lately. While not always essential, it can be a valuable addition to a solution when you want to improve the precision of your results. U...
-
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.