GitHub Actions and Dependabot: Automate and Simplify Your Project Updates
Improve Efficiency: Automate Project Dependencies Using GitHub Actions and Dependabot
Jul 27, 20245 min read112

Search for a command to run...
Articles tagged with #net
Improve Efficiency: Automate Project Dependencies Using GitHub Actions and Dependabot

Overview Dependency management is an important requirement in any .NET app. Managing dependencies for a single project can be easy. Managing dependencies for multi-project solutions can prove to be difficult as they start to scale in size and complex...

Extract Client IP Address in .NET Core API for Auditing and Logging purposes

In this blog, let's look at how to get started with creating a serverless function(AWS Lambda) using .NET Core 6 What we're going to do? Create a Lambda function using Visual Studio Push the function to AWS Lambda Identify different ways to test the...
