cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
565 articles Updated Page 8 of 23
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 8 of 23
Newest first
-
Beyond the Rewrite: A Lead Developer’s Guide to Modernizing Legacy .NET & Angular System
medium.com Issue #380
Every developer eventually meets a legacy system that has quietly powered the business for years, reliable for customers, painful for…
-
Caching Strategies Explained: How Big Apps Stay Fast in India and Globally
c-sharpcorner.com Issue #380
Discover how caching strategies power lightning-fast apps like Instagram & YouTube. Essential for backend developers in India & globally to build scalable systems.
-
Introducing the Azure Cosmos DB Agent Kit: Your AI Pair Programmer Just Got Smarter
devblogs.microsoft.com Issue #380
The Azure Cosmos DB Agent Kit is an open-source collection of skills that teaches your AI coding assistant (GitHub Copilot, Claude Code, Gemini CLI) expert-level Azure Cosmos DB best practices. Instal...
-
Azure Boards additional field filters (private preview)
devblogs.microsoft.com Issue #379
We’re introducing a limited private preview that allows you to add additional fields as filters on backlog and Kanban boards. This long-requested feature helps teams tailor their views, focus on the w...
-
Context-Driven Development: Agent Skills for Microsoft Foundry and Azure
devblogs.microsoft.com Issue #379
Code will be generated, not written. Working with 100+ companies, I have seen this firsthand: most enterprise workloads taking dependencies on AI SDKs are usually net-new microservices. Hardly anyone ...
-
RAG vs LLM Explained: Why Modern AI Apps Need More Than ChatGPT
c-sharpcorner.com Issue #378
Unlock the power of accurate AI! Learn the crucial difference between RAG and LLMs. Build real-world AI apps with data security and trustworthy responses.
-
🐛 Fix a Chat App with Copilot Chat using Prompt Driven Development
dev.to Issue #378
This article is part of the Prompt Driven Development series from the VS Code YouTube channel. It is based on the video Fix a Chat App with Copilot Chat and explains the concepts, tools, and workflows...
-
Object Storage: Using Minio with .NET Core
medium.com Issue #378
Let’s Imagine that you (a great developer) are building an app in which you want to be able to store files/images/documents or … anything
-
The .NET Core Feature That Saved Us 40% Cloud Cost Overnight
medium.com Issue #376
When working in the cloud, one fear always looms overhead — 👉 The Monthly Bill Continue reading on Dot Net, API & SQL Learning »
-
Part 1: Building Your First Serverless HTTP API on Azure with Azure Functions & FastAPI
devblogs.microsoft.com Issue #375
Introduction This post is Part 1 of the series Serverless Application Development with Azure Functions and Az
-
.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…