Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 2 of 22
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
Azure for .NET Developers articles
Page 2 of 22
Newest first
-
Building AI-Powered Database Migration Assistants with .NET and Azure AI
c-sharpcorner.com Issue #487
Build AI-powered database migration assistants with .NET & Azure AI. Automate risk analysis, SQL generation, and documentation for safer, faster migrations.
-
Designing AI-Native Event Processing Systems with Azure Event Grid and .NET
c-sharpcorner.com Issue #487
Build intelligent, AI-native event processing systems with Azure Event Grid and .NET for real-time analysis and automated decisions.
-
Building AI-Powered Operational Knowledge Graphs with .NET
c-sharpcorner.com Issue #486
Build AI-powered operational knowledge graphs with .NET & ASP.NET Core for deeper insights, faster incident response, and improved IT operations.
-
Building AI-Powered Cloud Cost Optimization Tools with .NET
c-sharpcorner.com Issue #486
Build AI-powered cloud cost optimization tools with .NET and Azure AI to identify waste, predict spending, and automate savings.
-
Building Autonomous Database Optimization Assistants with .NET and Azure AI
c-sharpcorner.com Issue #486
Build autonomous database optimization assistants with .NET and Azure AI. Enhance performance, reduce manual effort, and enable proactive management.
-
From Search Results to Business Insights: Building AI Analytics Assistants
c-sharpcorner.com Issue #486
Transform data into actionable insights with AI Analytics Assistants. Build them using .NET, Azure AI Search, and Azure OpenAI.
-
Designing AI Workflows with Durable Functions and Azure OpenAI
c-sharpcorner.com Issue #485
Design scalable AI workflows with Durable Functions & Azure OpenAI. Orchestrate complex tasks, manage state, and integrate AI for enterprise solutions.
-
Building Intelligent API Documentation Portals with .NET and Azure AI
c-sharpcorner.com Issue #485
Build intelligent API documentation portals with .NET & Azure AI. Automate generation, improve accuracy, and enhance developer experience.
-
Building AI-Powered Architecture Review Systems with .NET
c-sharpcorner.com Issue #484
Build AI-powered architecture review systems with .NET, Azure OpenAI, and Semantic Kernel for faster, consistent, and scalable software design.
-
Intro to Durable Functions: Orchestrations and the Chaining Pattern
medium.com Issue #483
An order comes in, and you need to validate it, create it, then send a confirmation, three steps that have to run in order and survive a…
-
AWS Secrets Manager in .NET: How To Load Your Secrets Straight into IConfiguration
medium.com Issue #483
If you build .NET apps that run on AWS, you have probably lived this moment. A connection string, an API key, maybe a signing secret, all…
-
Building Multi-Tenant AI Applications in ASP.NET Core
c-sharpcorner.com Issue #482
Build secure, scalable multi-tenant AI apps in ASP.NET Core with Azure OpenAI, Semantic Kernel, and Azure AI Search.
-
How to Build an Internal Knowledge Assistant Using Azure AI Search and Blazor
c-sharpcorner.com Issue #482
Build an internal knowledge assistant with Azure AI Search & Blazor for efficient, AI-powered information retrieval and conversational access.
-
Building AI-Powered API Documentation Assistants with .NET
c-sharpcorner.com Issue #482
Build AI-powered API documentation assistants with .NET, Azure AI Search, and Azure OpenAI for enhanced developer productivity and accessibility.
-
How to Build Private Enterprise ChatGPT Solutions Using .NET
c-sharpcorner.com Issue #482
Build secure, private Enterprise ChatGPT solutions with .NET, Azure OpenAI, Semantic Kernel, and Azure AI Search for internal knowledge access.
-
Using GraphRAG with Azure AI Search and .NET Applications
c-sharpcorner.com Issue #482
Unlock enterprise AI with GraphRAG, Azure AI Search, and .NET. Enhance LLMs with knowledge graphs for deeper context and reasoning.
-
Building Enterprise AI Approval Workflows with ASP.NET Core
c-sharpcorner.com Issue #481
Build robust enterprise AI approval workflows with ASP.NET Core and Azure OpenAI. This guide details how to integrate AI recommendations with human oversight for critical business decisions, ensuring ...
-
How to Build AI-Powered Requirement Traceability Systems with ASP.NET Core
c-sharpcorner.com Issue #481
Build AI-powered requirement traceability systems with ASP.NET Core. Automate links, improve coverage, and enhance compliance for enterprise software.
-
Building AI-Powered Code Migration Tools with .NET and Azure OpenAI
c-sharpcorner.com Issue #481
Leverage .NET and Azure OpenAI to build intelligent AI-powered tools for automating legacy code migration, accelerating modernization.
-
Building AI-Powered Support Engineers with Azure OpenAI and ASP.NET Core
c-sharpcorner.com Issue #480
Build AI-powered support engineers with ASP.NET Core, Azure OpenAI, and Azure AI Search for faster resolutions and reduced costs.
-
From Local to Azure: Deploy Your MCP Server to Production
medium.com Issue #480
One codebase. Real Azure data. One deployment target that actually makes sense. Continue reading on Microsoft Azure in Practice »
-
Secure Secrets Management in .NET Applications Using Azure Key Vault
c-sharpcorner.com Issue #479
Securely manage .NET application secrets with Azure Key Vault. Learn integration, best practices, and why it's crucial for cloud-native security.
-
Aspire Azure SQL deployment bug
damienbod.com Issue #478
This week, I was updating my Aspire applications after the latest release and I ran into a deployment bug for my test deployments. I could no longer deploy the database to Azure SQL. I got the followi...
-
Azure Function Apps in C#: Triggers, Bindings, Durable Functions and Everything I Learned in…
medium.com Issue #477
Azure Function Apps are a serverless compute service that runs small focused pieces of C# code in response to events. You write a function…
-
.NET Performance in Cloud: The Silent Killers Nobody Talks About
medium.com Issue #476
Most .NET teams moving to the cloud assume performance will “just scale.”