Blog
Blog posts on .NET, AI, Azure, and more.
Automate Code Review in Bitbucket with Rovo Dev
January 18, 2026 by Anuraj
bitbucket code-review
In this blog post we will learn how to enable code review in Bitbucket with Rovo Dev. Rovo Dev introduced by Bitbucket recently. Rovo Dev can review pull requests in this repository and leave comments about potential improvements to quality, performance, security, and more.
Integrating AWS with .NET Aspire
January 15, 2026 by Anuraj
dotnet aws aspire cloudnative
In this blog post we will learn how to integrate AWS with .NET Aspire. .NET Aspire is an open-source, cloud-native application stack introduced by Microsoft (announced at Build 2023, GA in May 2024). It provides tools, templates, orchestration, and built-in observability so developers can focus on business logic instead of complex infrastructure setup.
How to create a Telegram bot in C# and dotnet
January 12, 2026 by Anuraj
dotnet csharp telegram
In this blog post we will learn how to create Telegram bot in C# and dotnet. We will be using a nuget package Telegram.Bot. Telegram is one of the most popular messaging platforms. One of its advantages is a robust yet very simple API for creating bots that can interact with users, and even with other bots.
Publish your .NET MCP Server to NuGet
January 10, 2026 by Anuraj
MCP AI dotnet
In this blog post we will learn how to publish your .NET MCP Server to NuGet.
Getting started with AWS CDK in C#
January 02, 2026 by Anuraj
AWS Lambda DevOps
In this blog post we will learn how to get started with AWS CDK in C#. The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. To use CDK, we need to Node installed on the machine. First we will be installing the AWS CDK CLI, we can use the following command npm install -g aws-cdk. We can verify version of CDK by running the command cdk --version once the installation is completed.
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