Blog

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

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).

Creating a Sales Copilot - Working with Office documents

March 07, 2026 by Anuraj

dotnet AI

In this blog post, we will learn about creating a Sales Copilot - which helps Sales people to answer questions about various documents - In this part we will explore how to work with office documents - mainly word documents and powerpoint presentations.

Working with AI Chat Template - Creating a Sales Copilot

March 05, 2026 by Anuraj

dotnet AI

In this blog post, we will learn about creating a Sales Copilot - which helps Sales people to answer questions about various documents. I will be using the dotnet AI chat template for this. We will be creating it and customizing it.

Quality Gate: Configuring Code Coverage Checks for .Net Core in Bitbucket

February 18, 2026 by Anuraj

dotnet bitbucket devops codequality

In this blog post, we will learn about how to enable quality gate - configuring Code Coverage checks for .Net Core in Bitbucket. A Quality Gate is an enforced checkpoint within a CI/CD pipeline that software must pass before progressing to the next stage. It evaluates predefined rules, metrics, and best practices to ensure code quality standards are met, preventing low-quality or non-compliant code from advancing in the development process.

Getting Started with the Aspire CLI

February 08, 2026 by Anuraj

Aspire

In this blog post, we will learn about Aspire CLI. The Aspire CLI is a powerful, cross-platform tool designed to streamline the development, management, and deployment of application systems.

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