Blog

Blog posts on .NET, AI, Azure, and more.

GitHub Copilot - Automated Code Review on Pull Requests

July 20, 2026 by Anuraj

dotnet codereview github copilot

In this blog post, we will explore automated Code Review on Pull Requests using GitHub Copilot. First we need to install the Copilot CLI in the GitHub Action and then we can execute the copilot CLI with prompt parameter and view the results.

ASP.NET Core Authentication with Microsoft Entra External ID

June 24, 2026 by Anuraj

dotnet azure entra

In this blog post, we will explore how implement authentication in Microsoft Entra External ID. On May 1, 2025, Microsoft stopped selling Azure AD B2B and B2C - new customers won’t be able to create instance of Azure AD B2B and B2C. Existing customers can continue using it likely through 2030.

GitHub Copilot CLI - Bring Your Own Key (BYOK)

May 24, 2026 by Anuraj

AI GitHub Copilot

In this blog post, we will explore how to use your own LLMs instead of GitHub hosted models. This is called BYOK - Bring Your Own Key. BYOK helps us to

Working with Foundry local and Microsoft Extensions AI

April 25, 2026 by Anuraj

AI Microsoft Foundry dotnet

In this blog post, we will explore how to work with Foundry local and Microsoft Extensions AI. In this post we will be implementing a conversational .NET console chat app using an OpenAI and foundry local.

Getting started with Foundry Local

April 19, 2026 by Anuraj

AI Microsoft Foundry

In this blog post, we’ll explore Microsoft Foundry Local and how you can use it to run AI models directly on your machine.

Copyright © 2026 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub