Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

A collection of snippets and examples of different coding techniques to solve standard issues

License

Notifications You must be signed in to change notification settings

cfelstead/Snippets-And-Examples

Repository files navigation

Snippets And Examples

Fluent API With Pathing Example

I stuggled to find a simple and complete example of building a Fluent API when I was learning. So I decided to create on myself.

This API controls the path the developer takes to make sure all properties are provided. It also has a fork in the command path.

The code is commented to help understand the process.

CPU Multithreading

Shows how to use Parallel.ForEach to split CPU bound work over multiple processors

Client TPS Limiter

I often come across third-party rate limiting (such as processing x number of calls per second). This project shows how to achieve this task easily.

About

A collection of snippets and examples of different coding techniques to solve standard issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages