C# Storing API Keys in Redis Cache In today’s interconnected digital landscape, managing API keys securely is a critical challenge for many organizations. This article explores an innovative approach that…Continue readingC# Storing API Keys in Redis Cache
C# WPF Treeview Quick post showing how to create a nice little Treeview for a folder structure. Folder Model Lets start off with the Folder Model Folder View Model Since…Continue readingC# WPF Treeview
C# Code Documentation Just a quick post In the world of software development, writing code is just one part of the equation. Equally important is ensuring that your code is…Continue readingC# Code Documentation
C# WPF Project Template This is my template that i use when I’m creating new projects, it has the splash screen and tasks to be completed prior to the splash…Continue readingC# WPF Project Template
C# DTO’s to Models what are DTO’s or Data Transfer Objects. It’s a design pattern used to transfer data between software application subsystems or layers, often between the data access…Continue readingC# DTO’s to Models
C# Unit Testing Faking and Mocking Let me see if I can butcher this. So far all of our testing has just been with methods which are self contained they…Continue readingC# Unit Testing Faking and Mocking
That's awesome, thanks for sharing
This is just what i was looking for