CodeMazeGuides icon indicating copy to clipboard operation
CodeMazeGuides copied to clipboard

The main repository for all the Code Maze guides

Results 52 CodeMazeGuides issues
Sort by recently updated
recently updated
newest added

## Requirements - Implement Action delegate - Implement Func delegate - Run unit test

Action and Func delegates in C# their variants and implementation methods.

Initial commit for action and func delegates for evaluation article

Implementation of examples for how to use Action, Func delegate types in C#. Includes examples for: - Action delegate without parameter - Action delegate with a parameter - Func delegate...

Provided an example solution based on the following: https://timdeschryver.dev/blog/prevent-a-hangfire-job-from-running-when-it-is-already-active Also used: https://code-maze.com/hangfire-with-asp-net-core/ https://code-maze.com/aspnetcore-different-ways-to-run-background-tasks/ https://code-maze.com/chsarp-the-differences-between-quartz-net-and-hangfire/ https://codewithstyle.info/real-bug-story-long-running-jobs-hangfire/ https://discuss.hangfire.io/t/how-do-i-prevent-creation-of-duplicate-jobs/1222/5 https://gist.github.com/odinserj/a8332a3f486773baa009