Skip to content

C# snippets

Short, self-contained C# functions you can drop into any project.

Snippet Tags
All collection
AverageBy math, collection
Bifurcate collection
BifurcateBy collection
ByteArrayToHex string
Capitalize string
Chunk collection
CompactWhitespace string
CountBy collection
CountOccurences collection
DayOfTheWeek date
Decapitalize string
Difference collection
DifferenceBy collection
DistinctValues collection
DuplicateValues collection
Fibonacci math
FilterString string
FindFirstBy collection
FindIndexOfAll collection
FindIndexOfFirstBy collection
FindIndexOfLastBy collection
FindLastBy collection
FindParityOutliers math, collection
Flatten collection
FormatDuration date
Frequencies collection
GCD math
GetFirstN collection
GetLastN collection
GetType type
HaveSameContents collection
Head collection
HexToByteArray string
IndexOfAll collection
Initialize2DArray collection
IsA type
IsContainedIn collection
IsDivisible math
IsDouble type
IsEven math
IsInteger type
IsLower string
IsNotA type
IsOdd math
IsPowerOfTwo math
IsUpper string
IsWeekday date
IsWeekend date
KeepUpToN collection
LCM math
Mask string
MaxBy collection
MaxDateTime date
Median math
MinBy collection
MinDateTime date
MostFrequent collection
None collection
PadNumber string
RandomDoubleInRange math
RandomIntegerInRange math
Repeat string
Reverse collection
Shuffle collection
SplitLines string
SplitStringBy string
Stringify string
Subarray collection
SumBy math, collection
Swap collection
SymmetricDifference collection
SymmetricDifferenceBy collection
Tail collection
ToCamelCase string
ToKebabCase string
Tomorrow date
ToSnakeCase string
ToTitleCase string
Yesterday date