Blog
Blog posts on .NET, AI, Azure, and more.
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.
Creating a Sales Copilot - Working with PDF files
March 10, 2026 by Anuraj
dotnet AI
In this blog post, we will learn about creating a Sales Copilot - in this part we will learn about the issue with the existing PDF MCP Reader and how to implement different PDF reader to work with PDF files. In the existing project, since it is powered by Aspire, dotnet team introduced an MCP Server to read the PDF files. Unfortunately when working with large PDF files, we will get an issue like this - System.Net.Http.HttpRequestException: Response status code does not indicate success: 413 (Content Too Large).
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