Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 5 of 22
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
Azure for .NET Developers articles
Page 5 of 22
Newest first
-
Modernize .NET Application Using AI
c-sharpcorner.com Issue #419
Learn how to modernize .NET applications using GitHub Copilot modernization agent. Discover AI-powered upgrades, Azure migration, and step-by-step modernization workflow.
-
From Monolith to Micro-Brain: Architecting Scalable AI Inference in .NET
levelup.gitconnected.com Issue #418
The shift from monolithic application design to distributed, cloud-native architectures represents one of the most significant paradigm… Continue reading on Level Up Coding »
-
Steps to Publish and Deploy a .NET Application Using a Publish ZIP File
c-sharpcorner.com Issue #418
Deploy .NET apps to Azure Web App Service effortlessly using Publish ZIP files! This guide simplifies deployment, bypassing CI/CD pipelines for quick, reliable releases. Learn to publish, zip, and dep...
-
The Rise of AI-Native .NET
medium.com Issue #417
How Azure Is Powering the Next Generation of Intelligent Applications
-
SQL to Insights in Minutes with Copilot for Data Factory | Data Exposed
youtube.com Issue #415
In this episode of Data Exposed, see how AI and Copilot in Microsoft Fabric Data Factory help you go from Azure SQL data to insights in minutes. 3:07 Data Factory in Microsoft Fabric
-
Azure Developer CLI (azd): One command to swap Azure App Service slots
devblogs.microsoft.com Issue #415
Swap deployment slots from your terminal—azd already knows your app. Azure App Service deployment slots let you stage changes and swap them into production with zero downtime. With azd, you can
-
Modernize VB.NET applications to .NET 10 with AWS Transform
news.google.com Issue #413
Modernize VB.NET applications to .NET 10 with AWS Transform
-
Checkpointing & Resuming AI Workflows in .NET
blog.gopenai.com Issue #411
When building real-world AI workflows — especially long-running ones — you can’t always expect the entire process to complete in a single… Continue reading on GoPenAI »
-
EF Core Code That Works Locally but Fails in Production (part 2)
c-sharpcorner.com Issue #411
Avoid EF Core production disasters! Learn how to fix common logic and tracking mistakes like improper Any(), First(), and missing AsNoTracking() for optimal performance.
-
-
How We Built an Asynchronous Email Notification System Using Azure Queue Storage and Azure…
medium.com Issue #410
In almost every modern application, emails power critical workflows, account verifications, password resets, invoices, and many other…
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #409
How to bring Google’s latest models into the new .NET Agentic ecosystem Continue reading on Google Cloud - Community »
-
Agentic RAG for Everyone Using Azure SQL, OpenAI, and Web Apps
youtube.com Issue #409
How to Use Dependency Injection in a .NET Console Application
-
Smarter Queries Start Here: Vector Search in SQL Server & Azure SQL DB
youtube.com Issue #409
How to Crop and Compress Images in PowerPoint Using C#
-
Local Development Setup: Tools, Debugging, and Hot Reload
medium.com Issue #406
Azure Functions for .NET Developers: Series
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #405
How to bring Google’s latest models into the new .NET Agentic ecosystem Continue reading on Google Cloud - Community »
-
Agentic RAG for Everyone Using Azure SQL, OpenAI, and Web Apps
youtube.com Issue #405
How to Use Dependency Injection in a .NET Console Application
-
Smarter Queries Start Here: Vector Search in SQL Server & Azure SQL DB
youtube.com Issue #405
How to Crop and Compress Images in PowerPoint Using C#
-
Cracking the Code of Serverless Design: Patterns that Scale and Patterns that Fail
visualstudiomagazine.com Issue #403
Chad Green explores how intentional design patterns determine whether serverless architectures deliver on their promises of scalability, resilience, and cost efficiency.
-
Azure DocumentDB: A Fully Managed MongoDB-Compatible Database
devblogs.microsoft.com Issue #402
Running MongoDB at scale eventually forces a trade-off: invest heavily in managing your own infrastructure or move to a managed service and risk losing the compatibility and portability your team depe...
-
How to Deploy Docker Containers to Azure Container Apps?
c-sharpcorner.com Issue #402
Deploy Docker containers to Azure Container Apps for scalable, serverless microservices. This guide covers setup, ACR, deployment via Azure CLI, and scaling.
-
How to Design a Multi-Tenant SaaS Platform on Microsoft Azure
faciletechnolab.com Issue #401
A practical guide to designing a secure, scalable multi-tenant SaaS architecture on Microsoft Azure, covering tenancy models, data isolation, Azure services, and real-world architectural consideration...
-
Federating Databases with Data API Builder Chaining
devblogs.microsoft.com Issue #399
For decades, DBAs relied on linked servers to stitch data together. If you needed data from two places, you wired them up and moved on. It worked. It was straightforward. It felt native to SQL. But wh...
-
Building a Self-Healing .NET Application Using Health Probes and Auto-Restart Strategies
c-sharpcorner.com Issue #399
Build resilient .NET apps with self-healing architecture! Learn health probes, auto-restart strategies, and background monitoring for automatic failure recovery. Achieve high availability!
-
CQRS in Practice with .NET 8
miguelbarros1983.medium.com Issue #399
Separating Write and Read Models with Independent Databases and Eventual Consistency