Many of you know what is a Scrum retrospective. Some also know there are a lot of different retrospective. And those who are Scrum master already searched the web to find a fun retros. Well, you surely had a lot of Scrum retros in you professional life. And maybe you had too much classical retrospectives and start to be tired…
Correlation ID header, the facts, the truth
Ever heard about the Correlation ID header ? Or even think about a way to aggregate your logs amongst multiple systems ? Here is a right place to get some explanation on what is the Correlation ID and what is it used for. Correlation ID, what is it for and why ? In the past, we were used to think…
C# custom Authorize attribute ! How to implement yours ?
Learn to implement a custom Authorize attribute in C# to secure your REST API controllers and methods. This guide demonstrates inheriting from the AuthorizeAttribute class and overriding the AuthorizeCore method for tailored authentication without using expensive tools.