cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
603 articles Updated Page 2 of 25
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 2 of 25
Newest first
-
Your best friend: BlockOnPossibleDataLoss=True
devblogs.microsoft.com Issue #524
Let's start with an admission: developers all hate BlockOnPossibleDataLoss. It is the bane of a smooth development workflow, as significant schema changes can block deployment because of BlockOnPossib...
-
Windows App Development CLI v0.6 - create new WinUI applications, sign packages with Azure, and more
devblogs.microsoft.com Issue #523
-
Document Q&A on ASP.NET Core + Azure OpenAI
faciletechnolab.com Issue #522
How to build a document Q&A system on ASP.NET Core and Azure OpenAI. RAG architecture, Azure AI Search, chunking strategy, citations, and real cost estimates.
-
GPT-5.6 now available in Microsoft Foundry
azure.microsoft.com Issue #519
Introducing OpenAI's latest frontier model series, the Asia Pacific Data Zone, and product agent capabilities, all generally available in Microsoft Foundry. The post GPT-5.6 now available in Microsoft...
-
Azure Event Grid and Event Hubs in .NET: When to Use Each
medium.com Issue #518
Azure offers three services with similar names but very different roles: Service Bus, Event Hubs, and Event Grid. Continue reading on CodeX »
-
How to Use DropColumns in Power Apps: Remove Unwanted Columns from Data
c-sharpcorner.com Issue #517
Master Power Apps' DropColumns() to efficiently remove unwanted columns from tables, collections, and data sources, simplifying your data.
-
Event-Driven Agent Workflows with Azure Service Bus and .NET
c-sharpcorner.com Issue #517
Build resilient, asynchronous AI agent workflows with Azure Service Bus and .NET, overcoming synchronous bottlenecks for enterprise tasks.
-
Building AI-Powered APIs in ASP.NET Core Using Azure OpenAI
c-sharpcorner.com Issue #517
Build AI-powered APIs in ASP.NET Core with Azure OpenAI for scalable, secure, and intelligent applications. Explore production best practices.
-
Event-Driven AI Workflows with Azure Event Grid and .NET
c-sharpcorner.com Issue #517
Build scalable, responsive AI workflows with Azure Event Grid and .NET. Decouple services for efficient, event-driven asynchronous processing.
-
How to Use Concurrency in Power Automate Apply to Each to Speed Up Your Flows
c-sharpcorner.com Issue #517
Boost Power Automate flow speed with Concurrency Control in Apply to Each. Process multiple items simultaneously for faster execution.
-
Vector Databases with .NET: PostgreSQL pgvector vs Azure AI Search vs Qdrant
c-sharpcorner.com Issue #516
Compare PostgreSQL pgvector, Azure AI Search, and Qdrant for .NET AI apps. Choose the best vector database for RAG, semantic search, and more.
-
Azure Key Vault Integration in .NET: Configuration Binding vs. SecretClient
c-sharpcorner.com Issue #515
Securely integrate Azure Key Vault in .NET using Configuration Binding or SecretClient. Choose the best approach for your app's needs.
-
How to use ShowColumns() Function in Power Apps
c-sharpcorner.com Issue #514
Master Power Apps' ShowColumns() function to select specific data columns, streamlining your apps and improving performance. Learn syntax and examples.
-
New in Microsoft Marketplace: Offers published June 25-28, 2026
techcommunity.microsoft.com Issue #514
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Learn about 188 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and...
-
Secure Secrets Management in ASP.NET Core: User Secrets, Azure Key Vault, and Production Best Practices
c-sharpcorner.com Issue #512
Secure ASP.NET Core secrets with User Secrets, Azure Key Vault, and best practices. Protect your app from development to production.
-
Device Code Flow: The Gift That Keeps on Giving — To Attackers
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Tags: Microsoft Entra ID, Conditional Access, Device Code Flow, OAuth, Azure Arc, Azure Migrate, Identity Security, Zero Trust Introduction ...
-
Prioritize exposure resolution with a new dashboard experience (public preview)
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Cut Through the Noise and Focus on What Matters Most Security teams face a constant challenge: too many findings, too many dashboards, and n...
-
Building Intelligent UAV Applications with ASP.NET Core, Azure, and AI
c-sharpcorner.com Issue #512
Learn how to build Intelligent UAV Applications using C#, ASP.NET Core, AI, Azure, IoT, SignalR, and edge computing with scalable enterprise architecture.
-
How Nationwide stays ahead of attackers with Project Perception
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Nationwide, the world’s largest building society, is among the first organizations to put Microsoft’s new...
-
Is Microsoft Teams a good Intranet?
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Our company is fully on Microsoft 365, but employees still struggle to find basic information like policies, company updates, forms, departm...
-
Why is there a whirring sound coming from the coil of my charging circuit?
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). My laptop emits a high-pitched whirring or buzzing noise directly from the charging port area, and this sound becomes more noticeable when t...
-
Building Autonomous Network Operations: From Vision to Measurable Business Impact
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). At TM Forum DTW Ignite 2026 , industry leaders gathered to discuss one of telecom's most important transformations: the shift from net...
-
BIOS corruption is bricking, how to fix?
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). The serious issue where my BIOS appears to be corrupted, causing my computer to become unbootable and effectively bricking the device. I nee...
-
Query Performance Tuning in Azure DocumentDB: A Practical Guide
devblogs.microsoft.com Issue #511
Writing a query that works is easy. Writing a query that scales is a different story.
-
From the model that answers to the agent that works: Agent Harness and CodeAct with C#
medium.com Issue #510
How to separate the control plane (Agent Harness) from the execution plane (CodeAct) in the Microsoft Agent Framework, with a real case in…