cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
541 articles Updated Page 4 of 22
Browse additional Azure for .NET Developers articles from the DotNetNews archive.
Azure for .NET Developers articles
Page 4 of 22
Newest first
-
Running Azure Functions in Docker: Why and How
medium.com Issue #439
Azure Functions Beyond the Basics Continues from Azure Functions for .NET Developers (Parts 1–9)
-
How to send Slack messages using Azure Logic Apps: built-in connector vs Slack APIs
code4it.dev Issue #438
As you may know, you can send Slack notifications using Azure Logic Apps. Yes, there is a built-in connector; but, frankly, using the Slack API gives you better results.
-
The Visual Studio Shortcuts That Cut My Azure Debugging Time in Half
medium.com Issue #437
Stop clicking through menus while your Azure logs pile up.
-
How to Implement Vector Search in C# with Azure AI or Qdrant
c-sharpcorner.com Issue #436
Unlock semantic search in C#! This guide explores vector search implementation using Azure AI Search and Qdrant. Build smarter apps with AI-powered features.
-
How to Use Azure Blob Storage to Upload and Download Files in .NET
c-sharpcorner.com Issue #430
Learn how to use Azure Blob Storage in .NET to efficiently upload and download files. Step-by-step guide with code examples, best practices, and real-world use cases.
-
🔴 VS Code Live - Modernizing Legacy .NET applications with GitHub Copilot Modernization in VS Code
youtube.com Issue #429
Join Joel Norman and Jorge Balderas and watch them let Copilot loose to try modernizing a .NET application with GitHub Copilot Modernization in VS Code. https://learn.microsoft.com/azure/developer/git...
-
How I release a Blazor app to 8 distribution channels
medium.com Issue #428
OpenHabitTracker is a free, open source app for taking Markdown notes, planning tasks, and tracking habits. One codebase, 8 distribution…
-
How to Deploy a .NET Application on AWS EC2 Step by Step
c-sharpcorner.com Issue #426
Deploy .NET apps on AWS EC2! This guide simplifies the process, from instance setup to Nginx configuration and HTTPS. Perfect for scalable web applications.
-
C# fundamentals, security, and vector search
DotNetNews Issue #423
A varied .NET lineup covering language basics, async and GC, ASP.NET Core bulk CRUD, security hardening, and pgvector search in PostgreSQL.
-
Announcing Aspire 13.2
devblogs.microsoft.com Issue #422
Aspire 13.2 is here — and this one's a big deal. TypeScript AppHost authoring. An AI-agent-native CLI. New and improved integrations. A smarter dashboard. We've been building toward some of these for ...
-
Agentic Platform Engineering with GitHub Copilot
devblogs.microsoft.com Issue #422
We've talked about the human scale problem and what happens when infrastructure scales but understandin
-
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...