c#

Efficient User Management in GitLab for Project Managers: Introducing GitLabUserMgmt

Project managers who oversee multiple projects on GitLab understand the importance of effective user management. Whether it’s dealing with shifting team structures or handling access permissions, managing users across multiple repositories can become cumbersome. Especially when you need to remove a user from all the GitLab repositories you manage, the task can feel daunting. This …

Efficient User Management in GitLab for Project Managers: Introducing GitLabUserMgmt Read More »

Simplify Cloudflare R2 Storage

while we thrive for cloud storage with large no of files and storage with low cost, we find cloudflare as good solution with no engress fee. With single engress fee only, the monthly cost can be huge difference. nuget package: NuGet Gallery | CloudFlareR2Storage 1.0.0 What we will do? What’s required? appSettings.json program.cs in file …

Simplify Cloudflare R2 Storage Read More »

For Fixed Header Sample Code

<table class=”table table-striped table-fixed-header table-hover ” id=”reportContent “> <thead id=”pageHeader” class=”header”> <tr> <th colspan=”2″ width=”100px”>&nbsp;</th> <th width=”100px”>Ledger Code</th> <th>Ledger Name</th> <th width=”100px”>Debit</th> <th width=”100px”>Credit</th> </tr> </thead>

Basic Controller Variables

If controller is related to central only i.e it contains dbCore only it should inherit from BaseAsyncController If controller is related to Organisation also i.e it contains both dbCore and dbOrg it should inherit from BaseAsyncFOController While inheriting Any Controller from BaseAsyncController or BaseAsyncFOController, it should initialise base controller with respective variables also. eg For …

Basic Controller Variables Read More »