Blog
Blog posts on .NET, Azure, and more.
RESTful API versioning with ASP.NET Core
September 05, 2020 by Anuraj
AspNetCore REST
This blog post will discuss about the commonly used API Versioning strategies and how to implement them in ASP.NET Core Web API.
Docker compose an ASP NET Core application with SQL Server
August 29, 2020 by Anuraj
AspNetCore Docker
This blog post is about containerizing an ASP.NET Core Application with SQL Server. In this blog post I will explain how to run the migrations as part of the deployment process.
Deploying Blazor apps to Azure Static Web apps
August 26, 2020 by Anuraj
AspNetCore Azure Blazor
This blog post is about how to create and deploy Blazor application to Azure Static Web Apps. Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository.
Implementing Health Checks in ASP.NET Core
July 06, 2020 by Anuraj
AspNetCore Health Microservices
This blog post is about how to configure health check in ASP.NET Core. Health monitoring an important aspect in case of Micro services. It will help orchestrators to monitor and manage containers.
ASP.NET Core Social authentication without Identity
July 03, 2020 by Anuraj
AspNetCore Social
This blog post is about how to configure and use ASP.NET Core Social Authentication without ASP.NET Core identity. In this post I am using Google Authentication provider, you can use Facebook or Twitter. Only the authentication provider and associated configuration only will change.
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