Blog
Blog posts on .NET, Azure, and more.
IntelliCode for Visual Studio
December 07, 2018 by Anuraj
IntelliCode Visual Studio
Visual Studio IntelliCode is a new tool that enhances software development using artificial intelligence. IntelliCode helps developers and teams code with confidence, focus code reviews, and find issues faster. This post is about working with Visual Studio IntelliCode. IntelliCode comes as an extension in both Visual Studio and Visual Studio code.
How To Map Custom Domain To Azure Web App
December 02, 2018 by Anuraj
Azure
This post is about how To Map Custom Domain To Azure Web App. By default azure web app comes with a subdomain.azurewebsites.net. In this post I am explaining how to map a custom domain to an azure web app.
How display application version in ASP.NET Core
November 25, 2018 by Anuraj
ASP.NET Core
Most enterprise application soon or latter, have a requirement to trace out the version of a currently running application. This post shows how to display application version in a web app and how to increment it as part of build process.
How deploy ASP.NET Core preview versions to Azure App Service
November 15, 2018 by Anuraj
Azure ASP.NET Core
This post is about how to deploy ASP.NET Core preview versions in Azure app service.
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.
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