cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
580 articles Updated Page 6 of 24
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 6 of 24
Newest first
-
Manage SQL database schemas in VS Code: Publish dialog and item templates
devblogs.microsoft.com Issue #422
Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting int...
-
SQL code analysis in VS Code: Configure rules without editing your project file
devblogs.microsoft.com Issue #422
SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, thi...
-
Build Real-Time Pub/Sub Messaging with MQTT, EMQX, .NET, and Angular
mirzaleka.medium.com Issue #421
A hands-on guide to building client-server Pub/Sub messaging with MQTT and EMQX across ASP.NET, VB.NET, and Angular. We explore the basics…
-
MCP Server with .Net
antoniodimotta.medium.com Issue #421
With the release 1.0 of the official ModelContextProtocol .Net SDK, we are ready to make a MCP Server fully compliant with MCP specs and…
-
GitHub Actions for .NET: Build, Test, and Deploy Your API
medium.com Issue #421
A complete CI/CD pipeline from zero — automated builds, test coverage, Docker images tagged by commit SHA, and deployment to Azure with a…
-
How to Design a Multi-Tenant SaaS Platform on Microsoft Azure
feedly.com Issue #421
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...
-
-
Modernizing .NET for AI-ready apps
medium.com Issue #420
Modernizing .NET is no longer just about cleaning up technical debt or staying on a supported runtime. It is about preparing…
-
Azure Skills Plugin - Let's Get Started!
devblogs.microsoft.com Issue #420
Part 2 of the Azure Skills Plugin series Previously: Announcing the Azure Skills Plugin This post is all about getting you up and running. I won't go d
-
How to Protect Web Applications from DDoS Attacks?
c-sharpcorner.com Issue #419
Shield your web applications from DDoS attacks! Learn practical strategies using CDNs, WAFs, rate limiting, and more to maintain performance and availability.
-
MSSQL Extension for VS Code: SQL Notebooks, AI-Powered Schema Design, Data API builder & More
devblogs.microsoft.com Issue #419
The MSSQL extension for VS Code v1.41 continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In this release, we're introducing...
-
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#