James Flower
  • Home
  • About
  • Projects
  • GitHub
  • X (Twitter)

c#

A collection of 3 posts
Adding API Key Authentication to ASP.NET Core Web API with AuthenticationHandler
asp.net core

Adding API Key Authentication to ASP.NET Core Web API with AuthenticationHandler

Authentication is the process by which a user of a system is identified. ASP.NET Core allows multiple methods of authentication through authentication handlers which each support a different method of authentication. This can be with a cookie, a JSON Web Token (JWT), through OpenID or others. What is an
29 Jul 2023 6 min read
Logging in .NET Core using ILogger
.net core

Logging in .NET Core using ILogger

Logging is an important part of software development. It helps us know that tasks have been completed, monitor applications and provides a trail to follow when things don’t work. Microsoft has included a logging framework in .NET Core and ASP.NET Core to allow developers to easily implement logging
21 Apr 2021 3 min read
Handling null values in C#
c#

Handling null values in C#

Handling null values in C# and .NET comes with the territory. Null values were introduced by Tony Hoare in mid-1960s to represent missing or unknown data. This is a useful capability but it has resulted in null reference exceptions becoming one of the most common causes of bugs which developers
27 Mar 2021 3 min read
Page 1 of 1
James Flower © 2025
Powered by Ghost