Blog
Blog posts on .NET, AI, Azure, and more.
Working with Data API Builder
December 24, 2025 by Anuraj
sqlserver API
In this blog post, we’ll explore how to work with the Data API Builder. Data API builder (DAB) provides a REST API over a database. It also provides a GraphQL API. It supports not just SQL Server, but Azure SQL Database, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse. Long back I wrote a blog post about Getting started on Data API Builder. Now Data API builder support Azure SQL Database, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse.
Getting started with Amazon Bedrock in .NET applications
December 20, 2025 by Anuraj
dotnet AI AWS Bedrock
In this blog post, we will learn about AWSSDK.Extensions.Bedrock.MEAI and show you how you can build generative AI infused .NET applications by using foundation models (FMs) supported by Amazon Bedrock. I already wrote different blog posts about how to use Microsoft.Extensions.AI nuget package. MEAI in the package name is an acronym for Microsoft Extensions AI. Bedrock in the package name refers to Amazon Bedrock, an AWS service that provides us access to latest foundation models from popular providers such as Anthropic, Meta, Mistral, DeepSeek and more.
Building AWS lambda functions powered by ASP.NET Core Minimal APIs
December 16, 2025 by Anuraj
dotnet webapi aws
In this blog post, we’ll learn how to build ASP.NET Core Minimal APIs as Lambda functions and deploy it to AWS. We can build Lambda functions using ASP.NET Core using the AWS Lambda CLI and AWS Project templates. In this blog post we will learn how to create a ASP.NET Core Minimal API, enable Lambda support.
Build a CI / CD Pipeline for Azure Functions using GitHub Actions
December 14, 2025 by Anuraj
azure github devops
In this blog post, we’ll learn how to build a CI/CD pipeline for Azure Function using GitHub Actions. GitHub Actions is a powerful tool that allows you to automate, customize, and execute your software development workflows directly within your GitHub repository. It supports continuous integration (CI) and continuous deployment (CD), enabling you to build, test, and deploy your code seamlessly.
Build a .NET AI vector search app
December 12, 2025 by Anuraj
dotnet aspnetcore sqlserver rag efcore
In this blog post, we’ll build a .NET console application that performs semantic search using SQL Server 2025 as a vector store. We’ll also learn how to generate embeddings from user queries and leverage those embeddings to retrieve the most relevant results directly from SQL Server 2025.
Copyright © 2025 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