Blog
Blog posts on .NET, Azure, and more.
Deploying Angular Application to Azure Storage
November 18, 2019 by Anuraj
Angular Azure Azure DevOps
This post is about how to deploy your Angular application to Azure storage to build a static website. Long back I wrote a blog post about how to use Azure Blob as a hosting service for your static website. In this post I will configure Azure DevOps pipeline to deploy a Angular application to Azure Blob.
Working with Feature Flags in ASP.NET Core
November 17, 2019 by Anuraj
ASPNET Core Feature Toggle Feature Flags
This post is about Feature Flags in ASP.NET Core. Feature Flags (often also referred to as Feature Flags) are a powerful technique, allowing developers to modify system behaviour without changing code. Long back I wrote a blog post on implementing feature toggle with ASP.NET Core. Now Microsoft supports feature management out of the box using Microsoft.FeatureManagement.AspNetCore package.
Working with Azure App Configuration in ASP.NET Core
November 16, 2019 by Anuraj
ASPNET Core Azure
This post is about Azure App Configuration and how to use it with ASP.NET Core applications. Azure App Configuration service helps developers to manage application settings and feature flags centrally for the applications running on cloud. Use App Configuration to store all the settings for your application and secure their accesses in one place. You can find more details about Azure App Configuration from What is Azure App Configuration?
Customize Create and initialize field option in Visual Studio Code and Visual Studio
November 13, 2019 by Anuraj
VisualStudio VSCode Visual Studio Code
This post is Customize Create and initialize field refactoring option in Visual Studio Code and Visual Studio. When you add a parameter to a constructor, VS Code and Visual Studio gives an option to Create and initialize field. But if you haven’t configured any custom naming conventions, it will create field with same name and in the constructor it will load using the this. prefix.
How to use Bootstrap style validation in ASP.NET Core
October 20, 2019 by Anuraj
ASPNET Core Bootstrap
This post is about using Bootstrap 4 style validation in ASP.NET Core. By default ASP.NET Core validation messages will be displayed in the bottom of the invalid control. And even if we are using bootstrap, the validation styles won’t be applied. In this post I will explain how to configure Bootstrap validation styles to ASP.NET Core.
Copyright © 2024 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