cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
580 articles Updated Page 13 of 24
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 13 of 24
Newest first
-
How to Automate Tasks in Azure Using Logic Apps with C#
c-sharpcorner.com Issue #297
Unlock the power of automation in Azure using Logic Apps and C#! This guide explores how to streamline workflows, reduce manual effort, and improve productivity by combining low-code Logic Apps with t...
-
Azure IIS Setup: Installing a Free Let’s Encrypt SSL Certificate
c-sharpcorner.com Issue #297
Secure your Azure-hosted IIS web applications with a free Let's Encrypt SSL certificate! This step-by-step guide walks you through the entire process, from prerequisites to verification, ensuring encr...
-
The Rise of AI in .NET: How Microsoft Is Turning C# into an AI-First Platform
medium.com Issue #297
Artificial Intelligence is no longer a futuristic add-on; it has become the core driver of modern software applications. Whether it’s… Continue reading on .Net Programming »
-
Next-Level SQL in VS Code: GitHub Copilot, Containers & more | Data Exposed
youtube.com Issue #296
Learn how to enhance your SQL development experience with GitHub Copilot, SQL Server containers, and Fabric in this episode of Data Exposed. To wrap things up, we showcase the latest deployment featur...
-
💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically? Continue reading on Medium »
medium.com Issue #296
💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically?
-
Building Real-Time Features with Azure SignalR in .NET 9
medium.com Issue #295
A hands-on guide to building scalable private messaging, broadcasting, monitoring and Scaling with Azure SignalR in .NET 9 Continue reading on Simform Engineering »
-
Azure App Configuration With Dotnet(C#)
ravindradevrani.com Issue #294
Azure App Configuration is a fully managed service, which provides you a way to store the configurations in a centralised store. You can…
-
.NET’de Type-Safe Configuration Management: ConfigPlus ile Güvenli Ayar Yöntemi
medium.com Issue #294
Modern .NET uygulamalarında configuration yönetimi nasıl güvenli,type-safe,environment-aware hale getirilir? ConfigPlus kütüphanesini…
-
Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
devblogs.microsoft.com Issue #293
Learn about the upcoming 16 KB page size requirement for Google Play and how to ensure your .NET MAUI apps are ready for the November 2025 deadline. The post Preparing Your .NET MAUI Apps for Google ...
-
Cloud Cost Leaks in .NET Microservices — and How to Plug Them
blog.yaseerarafat.com Issue #293
Discover hidden cloud costs in .NET microservices, optimize Azure and AWS spend, and implement FinOps best practices to save thousands…
-
Top 10 Open Source .NET Projects and Libraries for InsurTech in 2025
faciletechnolab.com Issue #293
Discover the top 10 open-source .NET projects and libraries revolutionizing InsurTech in 2025. Boost efficiency with AI, streamline claims processing, and enhance customer experience.
-
How Software Consultants Use LLMs with .NET for Enterprise Automation.
medium.com Issue #293
In today’s fast-paced digital world, businesses are always searching for smarter ways to automate operations, reduce costs, and stay…
-
-
Announcing Aspire 9.5
devblogs.microsoft.com Issue #292
Aspire 9.5 adds the preview 'aspire update' command, single-file AppHost, richer CLI and dashboard UX, and new integrations for AI, DevTunnels, and more. The post Announcing Aspire 9.5 appeared 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…