Blog
Blog posts on .NET, Azure, and more.
Running a NuGet Server on Docker
November 14, 2018 by Anuraj
Docker NuGet Server .NET Core
This post is about running a NuGet server on Docker. When you’re building .NET Core projects, NuGet packages are retrieved from nuget.org by default. Sometimes, however, you might want to use a local NuGet repository. This post helps you to configure a minimal NuGet server on Docker.
Configure App Service Authentication for Your Azure Web Apps
November 13, 2018 by Anuraj
ASPNET Core Azure Authentication
This post is about Configure App Service Authentication for Your Azure Web App. Azure Web App comes with an in built app authentication mechanism which helps you to enable authentication / authorization automatically without writing your own code for authentication.
Working with libman and dotnet bundle commands
November 07, 2018 by Anuraj
ASPNET Core libman performance optimizations
This post is about working with both libman and dotnet bundle commands. Libman aka Microsoft Library Manager, helps developers to install and consume 3rd-party client-side libraries with ease. And dotnet bundle command helps to minify and combines multiple files into a single file.
Deploying an ASP.NET Core image to Docker Hub
November 06, 2018 by Anuraj
ASPNET Core Docker
This post is about building an ASP.NET docker image and deploying to docker hub. Docker Hub is a cloud-based registry service which allows you to link to code repositories, build your images and test them, stores manually pushed images, and links to Docker Cloud so you can deploy images to your hosts. It provides a centralized resource for container image discovery, distribution and change management, user and team collaboration, and workflow automation throughout the development pipeline.
Building Blazor apps with SignalR Core
October 03, 2018 by Anuraj
ASPNET Core SignalR Blazor
This post is about building Blazor apps with SignalR Core. As part of Blazor 0.5.0, it started supporting SignalR. In Blazor 0.6.0, Azure SignalR service also supported. In earlier versions of Blazor, SignalR was supported using Javascript interop, now with Blazor.Extensions project, you can use SignalR in Blazor code directly, you don’t need to write any Javascript interop code to support it.
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