Venky writes

Venky writes

Follow
homeSponsorbadgesnewsletter
Blog Author

10 posts

@vengi47488@vengi83644

Sponsor & Support

Venky writes

Hi Reader, Care to sponsor me?

Recent articles

ASP.Net Core Feature Flags - Intro

Jan 20, 2023ASP.Net Core is a free, open-source framework for building web applications and APIs. One of its powerful features is the ability to use feature flags, which allow developers to enable or disable certain functionality in their application without hav...

Attribute-Based Access Control Sample for a .Net Core API Application

Jan 2, 2022GitHub Link: https://github.com/venbacodes/ABAC-Sample-for-API This is a simple demo sample on implementing ABAC in a .Net Core API Application. This uses three main aspects of Attributes => ACCESS, SCOPE, and MODULE. Key Points Access, Scope, and M...

How to setup Azure App Configuration and Key Vault in a .Net Core project

Dec 16, 2021This is a basic "how-to document" blog on configuring Azure App Configuration and Key Vault in a .Net Core project. Topics covered: Setup Azure App Configuration Setup Azure Key Vault Configuring a .Net Core project with sample code Setting up acce...

Using counters in Azure DevOps pipeline to increment assembly version numbers

Dec 10, 2021There are many pipeline task extensions in the Azure Marketplace which can be installed directly to your DevOps instance. But for funny 😁 reasons, I want to do this myself where I ended up using the counter function and found it satisfied. I hope yo...

Recent Sponsors