cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
580 articles Updated Page 8 of 24
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 8 of 24
Newest first
-
How .NET and Azure create a foundation for enterprise AI
medium.com Issue #388
By the end of 2026, more than 80% of enterprises are expected to have used generative AI APIs/models or deployed GenAI-enabled apps in…
-
How to Enable Microsoft Entra ID for Azure Cosmos DB (NoSQL)
devblogs.microsoft.com Issue #387
Strengthen Identity Security and Eliminate Account Keys Identity is becoming the new security perimeter. As organizations modernize their cloud applications, long‑lived secrets and shared keys introdu...
-
PostgreSQL on Azure supercharged for AI
azure.microsoft.com Issue #387
From GitHub Copilot AI assistance to built-in model management, Azure is helping devs and enterprises unlock the full potential of PostgreSQL. The post PostgreSQL on Azure supercharged for AI appeare...
-
DLQ — Dead letter queue handling with azure eventhub
medium.com Issue #387
Stop Using In-Memory Databases for Integration Tests in .NET
-
Accelerate Your Cosmos DB Infrastructure with GitHub Copilot CLI and Azure Cosmos DB Agent Kit
devblogs.microsoft.com Issue #386
Modern infrastructure work is increasingly agent driven, but only if your AI actually understands the platform you’re deploying. This guide shows how to turn GitHub Copilot CLI into an Azure Cosmos DB...
-
Build a Responsive UI through Prompt Driven Development
dev.to Issue #386
This article is part of the Prompt Driven Development series from the VS Code YouTube channel. It is based on the video Build a Responsive UI through Prompt Driven Development and explains the concept...
-
Building Agentic AI with Microsoft.Agents.AI: A Getting Started Guide
medium.com Issue #385
Traditional AI chatbots answer questions. Agentic AI takes action. Instead of just telling you about your notes, an agentic assistant can…
-
Beyond the Prompt: Designing Stateful AI Experiences in .NET
youtube.com Issue #385
Changing how ASP.NET generates OpenAPI schema names
-
Why Enterprises Still Choose Microsoft for Long-Term Software Systems
faciletechnolab.com Issue #384
Discover 10 data-backed reasons enterprises choose Microsoft enterprise software for long-term software systems. Azure services, .NET enterprise applications, and enterprise Microsoft solutions explai...
-
Migrating Google Cloud Run to Scaleway: Bringing Your Cloud Infrastructure Back to Europe
blog.dotnetframework.org Issue #383
Introduction: Why European Cloud Sovereignty Matters Now More Than Ever In an era of increasing geopolitical tensions, data sovereignty concerns, and evolving international relations, European compani...
-
Why Enterprises Still Choose Microsoft for Long-Term Software Systems
faciletechnolab.com Issue #383
Discover 10 data-backed reasons enterprises choose Microsoft enterprise software for long-term software systems. Azure services, .NET enterprise applications, and enterprise Microsoft solutions explai...
-
Building Intelligent Search with Azure Cosmos DB: Full-Text, Vector, and Hybrid Search
medium.com Issue #382
Modern applications demand smarter search capabilities. Users expect to find what they’re looking for even when they don’t use exact…
-
Fix Time Zone Mismatch Issues Between Application and Database
c-sharpcorner.com Issue #382
Eliminate time zone headaches! Learn to fix mismatches between your application and database. Ensure accurate timestamps, scheduling, and user experience by standardizing to UTC. Build reliable, globa...
-
Implementing Distributed Caching in Web API with Azure Managed Redis
medium.com Issue #381
I’ve worked with caching before — storing AI chat request/response pairs in Cosmos DB to avoid redundant model calls, and caching API…
-
Supercharging GenAI Apps with PostgreSQL and Azure AI
visualstudiomagazine.com Issue #381
Learn how to supercharge your GenAI apps with PostgreSQL and Azure AI. Lino Tadros shows how PGVector and AI Extensions in VS Code turn PostgreSQL into an intelligent foundation for high-performance G...
-
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