Ricky Stam

Ricky Stam @rickystam

About: Technical Consultant @Microsoft. I love to work with C# and .NET but also enjoy writing JavaScript and Angular. Opinions are my own.

Location:
Athens, Greece
Joined:
Feb 6, 2018

Ricky Stam
articles - 7 total

C# - The For Loop Paradox

Explain why my C# for loop is using the last value of i

Learn More 11 0Sep 21 '20

EF Core: How to implement basic Auditing on your Entities

In this post I'll demonstrate how to implement basing auditing on your entity framework core database entities

Learn More 42 4Jun 1 '20

.NET Core: Use HttpClientFactory and Polly to build rock solid services

In this post I will explain what is HttpClientFactory and Polly retry polices and why you should use them in your next project

Learn More 118 6May 25 '20

Angular: How to build a full screen calendar like Outlook

In an Angular project a while back I needed to display a full screen calendar like the one in outlook...

Learn More 117 20May 7 '20

.NET How to throttle HttpClient Requests using SemaphoreSlim

This post will demonstrate how to deal with rate limited APIs in .NET using SemaphoreSlim

Learn More 17 4Apr 8 '20

C# Pause a Thread - Wait For An Event To Happen - Continue Thread

How we can use ManualResetEventSlim with Task.Run to pause the execution of the tread, wait for an event to happen and resume the execution of Task.Run thread.

Learn More 20 12Jan 10 '19

C# Create new T()

How to create a new instance of generic T parameter using new() constraint.

Learn More 45 1Feb 6 '18