Exposing ASP.NET Core APIs as MCP Servers with HTTP Transport

Introduction: In my earlier post, I explained how to build your first MCP server using .NET and connect it to VS Code. Now, let’s take…
Read More

Building Your First MCP Server in .NET with VS Code

AI
Introduction: In my previous article, Understanding MCP – Model Context Protocol, I introduced the basics of MCP and why it is becoming an essential part…
Read More

Understanding MCP (Model Context Protocol)

Introduction MCP is an open protocol that allows applications to send context to large language models (LLMs). You can think of MCP as a USB-C…
Read More

Accidentally Deleted Your Azure Key Vault? Here’s How to Recover It Using Azure CLI and Portal

Introduction Azure Key Vault is a cloud service provided by Microsoft to store securely and access secrets, including API keys, passwords, certificates, and cryptographic keys.…
Read More

From SharePoint to Smart Answers: Building an AI Agent in Microsoft Teams

Introduction: In this article, I’ll walk you through how I built a fully integrated AI-powered knowledge agent that lives inside Microsoft Teams. This intelligent agent…
Read More

Managing App Roles and Group Memberships for Azure AD B2C with MS Graph API

Introduction: Azure AD B2C is a robust solution for managing customer identities, but it has certain limitations compared to Microsoft Entra ID (formerly Azure Active…
Read More

Enriching Azure AD B2C Claims with App Roles and Groups Using Azure Function and Custom Policies

Introduction: Azure AD B2C is a powerful customer identity solution, but it comes with some limitations compared to Microsoft Entra ID (formerly Azure Active Directory).…
Read More

Secure Data Copy from Google BigQuery to Azure SQL Database using Azure Data Factory

Introduction: As organizations increasingly rely on multi-cloud strategies, the ability to move data seamlessly between cloud platforms becomes essential. An everyday use case is transferring…
Read More

Azure Application Gateway path-based routing with App Services

Introduction In my previous article on Azure Application Gateway Path-Based URL Routing, I walked through setting up path-based routing for Azure App Services behind an…
Read More

Microsoft Entra ID Authentication Context

Introduction: Microsoft Entra ID’s Authentication Context combined with Conditional Access Policies provides a powerful mechanism to enforce granular access control for applications and resources. By…
Read More