C# Records – The good, bad & ugly
C# 9.0 introduces record types, a reference type that provides synthesized methods to provide value semantics for equality. Dive in deeper to understand what this means
C# 9.0 introduces record types, a reference type that provides synthesized methods to provide value semantics for equality. Dive in deeper to understand what this means
GitHub Actions enables the user to create custom Software Development Life Cycle (SDLC) workflows in their GitHub repositories. Enabling the repository owner to write individual actions and then combine them to create a custom workflows of their choice for their project. These workflows could be anything that software developers would want to typically automate in their day to day processes.
exploring how to make use of MediatR Pipeline Behaviors to address cross-cutting concerns like caching, logging, validation, security and transactions
Different types of data structures are suited to different applications and some are suited to to highly specific types of tasks. The most commonly found data structures most software developers will be familiar with are Queues and Stacks.
we are going to take a look at installing Seq and configuring our application to use Serilog to send our logs and use Seq to review our log details
how to implement services and invoke them from other applications, which can be either aware of Dapr as they rely on its SDK or unaware of the presence of Dapr as they just invoke a local HTTP endpoint
The simplicity of the .net core packing and publishing tool, enables you simply use what you’re already doing to make doing what you’re already doing faster. No need to learn a new complex template language.
Step by step guide on how to Configure an AWS Lightsail Ubuntu server to deploy an ASP.net core website
A quick how to guide on implementing seeding in an EF Core database project.
Learn how to integrate the Swagger UI in an ASP.NET Core Web API and extend documentation and customise the UI
walk through the process of creating a new project and then create a build process using cake.
Easy to follow concise & detailed steps required to install .net core on a headless Ubuntu 16.x server