cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
541 articles Updated Page 12 of 22
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 12 of 22
Newest first
-
The Hidden Tax in Your .NET Async Code — And the Microsoft Fix Nobody Uses
levelup.gitconnected.com Issue #290
Last year, one async method quietly burned $5K of our Azure bill. Continue reading on Level Up Coding »
-
Unlock Cloud Savings for Linux VMs
youtube.com Issue #289
This episode covers how organizations can modernize infrastructure, reduce cloud costs (by up to 76%!), and migrate existing Red Hat and SUSE Linux subscriptions to Azure with zero downtime and flexib...
-
Send Email as Current User in SPFx with Microsoft Graph
c-sharpcorner.com Issue #289
Learn how to send emails as the current user from your SharePoint Framework (SPFx) web parts using Microsoft Graph. This comprehensive guide covers everything from configuring delegated permissions (M...
-
Building a Modern Microservices Application with .NET Core, Angular 20, Docker, and Azure
c-sharpcorner.com Issue #288
Build a modern microservices application using .NET Core 7, Angular 20, Docker, and Azure. This comprehensive guide covers backend development with .NET API and EF Core, frontend implementation with A...
-
Dependency injection, .NET 10, and caching
DotNetNews Issue #287
A varied .NET roundup covering interviews, CLI basics, performance, CQRS, caching, security headers, Visual Studio 2026, and .NET 10.
-
🕒 Handling Time Zones in .NET 6: Quartz.NET vs Hangfire for Scheduled Jobs
c-sharpcorner.com Issue #286
Struggling with time zones in .NET 6 scheduled tasks? This guide compares Quartz.NET and Hangfire for handling time-sensitive jobs. Learn how to schedule tasks at specific local times for users in dif...
-
💳 Case Study: How a Leading Bank Leveraged .NET Core and Azure to Solve a Critical Business Problem
c-sharpcorner.com Issue #286
This case study details how a major bank overcame scalability and compliance challenges by migrating from a monolithic .NET Framework application to a .NET Core microservices architecture on Azure. Th...
-
How to swap deployment slots in Azure App Service?
c-sharpcorner.com Issue #285
Learn how to leverage Azure App Service deployment slots for seamless website updates with zero downtime. This guide walks you through creating staging slots, deploying code changes, and swapping them...
-
Multi-Tenant SaaS Architecture | Tenant Isolation & Scalability
adilyousaf88.medium.com Issue #285
The Complexity of Building Multi-Tenant SaaS Applications (And How to Simplify It)
-
Agent Factory: Connecting agents, apps, and data with new open standards like MCP and A2A
azure.microsoft.com Issue #284
The real power of agents comes from their ability to connect to each other, to enterprise data, and to the systems where work gets done. The post Agent Factory: Connecting agents, apps, and data with...
-
Build an AI Chatbot with Azure OpenAI + Blazor in .NET 8
medium.com Issue #283
AI is no longer just hype — it’s shipping in real-world apps today. Imagine combining the power of Azure OpenAI with the simplicity of…
-
Why Domain Migration Hits .NET Harder Than Java
aws.plainenglish.io Issue #281
Domain migration impacts in .NET and Java workloads Continue reading on AWS in Plain English »
-
ABP.io and Azure Blob Storage integration: A Simple Guide
medium.com Issue #280
Learn how to configure and use Azure Blob Storage in your ABP.io application, from initial setup to file uploads.
-
Modern .NET APIs: Minimal APIs, Clean Architecture, Aspire + Ollama
blog.yaseerarafat.com Issue #280
A practical blueprint for building maintainable, production-ready .NET APIs with Aspire, Minimal APIs, OpenAPI, and local AI models using…
-
Creating smart prompts for Azure SQL Copilot to expose the pain | Data Exposed: MVP Edition
youtube.com Issue #280
What is Hybrid Cache in .NET 9.0?
-
My ‘Aha!’ Moment: How I Finally Got My C# App to Talk to Azure Blob Storage (No More Confusion!)
medium.com Issue #280
Master Azure Blob Storage integration with clear C# examples.
-
How to create a static HTML web app by using Azure Cloud Shell?
c-sharpcorner.com Issue #280
Learn how to quickly deploy a static HTML web application to Azure App Service using Azure Cloud Shell. This tutorial guides you through cloning a sample application, deploying it with the Azure CLI's...
-
Microservices Infrastructure: Building a Cloud-Native Foundation with .NET
medium.com Issue #280
Introduction
-
C# performance, security, and EF Core tuning
DotNetNews Issue #279
This issue covers LINQ querying, async overhead, EF Core tuning, ASP.NET Core security, DI, logging, Orleans, MAUI, and more.
-
How to Build SaaS Fast | Reduce SaaS MVP Launch Time
adilyousaf88.medium.com Issue #278
Launching a SaaS product isn’t just about writing code — it’s a race against time. In today’s hyper-competitive market, the difference…
-
A Developer’s Guide to AI in .NET Using Azure Cognitive Services
medium.com Issue #278
Difficulty Level: Intermediate / Pro Developer
-
GitHub Copilot for Azure (Preview) Launches in Visual Studio 2022 with Azure MCP Support
devblogs.microsoft.com Issue #277
The GitHub Copilot for Azure extension is now in Public Preview for Visual Studio 2022 (17.14+). It brings a curated set of Azure developer tools—exposed through the Azure MCP server—directly into Git...
-
Microsoft Graph API for unified Data Access and Insights
c-sharpcorner.com Issue #276
Microsoft Graph API connects Office 365, Azure AD, OneDrive, and Teams through a unified endpoint, enabling secure data access, workflow automation, insights, and collaboration for modern applications...
-
Stop Letting Your Legacy .NET App Hold You Hostage
levelup.gitconnected.com Issue #276
A candid guide to modernizing with Azure — with fewer outages, fewer headaches, and maybe even happier developers. Continue reading on Level Up Coding »
-
Why Dapr is Changing the Way We Build Distributed Systems in .NET
medium.com Issue #276
Introduction to Dapr in .NET