C# Notes

PowerShell Script: Stop IIS Application Pool and Website with Retry Mechanism

Overview This PowerShell script is designed to stop an IIS Application Pool and Website, retrying multiple times if necessary. If the Application Pool name is not provided, it defaults to using the Website name. Features Usage Parameters Execution To run the script, use the following command in PowerShell: or if the Application Pool name is …

PowerShell Script: Stop IIS Application Pool and Website with Retry Mechanism Read More »

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 »

Price Comparision serverless function over azure, aws, google and cloudflare

Scenario:Requests: 10 million per monthResponse size: 2KB per response The cost of handling 10 million requests per month, each with a 2 KB response, depends on the pricing model of the cloud provider’s serverless platform. Here’s an estimate for Azure Functions, AWS Lambda, Google Cloud Run, and Cloudflare Workers: 1. Azure Functions Pricing: Calculation: Estimated …

Price Comparision serverless function over azure, aws, google and cloudflare 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 »