bydev | notes
  • /
  • Github
  • LinkedIn
  • X

Latest

Adding a new runner to Github Actions

We may bring our infrastructure into github and configure our own servers for a CI/CD pipeline The servers that do the heavylifting are called "runners", so we need to add runner into our Github Actions click on actions > new runner or directly use that link https:

31 May 2025

Hiding IIS headers

IIS web server is exposing itself to outside by providing some response headers. That is nice however it leads to widening of attack surface, in terms of cybersecurity. To hide response headers like "Powered by ASP.NET", we may just go into IIS Panel > Response Headers and

25 Apr 2025

Using a soap service in net core

We need to use svcutil tool to generate client for a soap client in .net core. Install it from CLI using the command below. dotnet tool install --global dotnet-svcutil Then you can check the version by --help parameter. dotnet-svcutil --help to generate a client stub for a soap service, we

25 Apr 2025
bydev | notes
Powered by Ghost