Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,23 @@ CSharpHelperExtensions exists to centralize these common patterns into one depen

---

## Features
## Outcome

<!-- outcome -->
Simplifies common development tasks through a comprehensive set of utility extensions for values, strings, collections, and dictionaries, reducing boilerplate code and improving consistency
<!-- /outcome -->

---

## Features

| | |
|---|---|
| **Values** | `In` (SQL-style membership), `IsBetween` (four inclusive/exclusive modes), `ToJson` |
| **Strings** | 50+ null-safe, parsing, transformation, whitespace, comparison, prefix/suffix, and encoding helpers |
| **Enumerable** | Presence checks, materialization, async projection, partitioning, batching, conditional mutation |
| **Dictionaries** | Safe lookup, add-if-missing, merging, bulk add, in-place filtering, read-only views |
| **Interactive samples** | Four `.NET Interactive` notebooks covering every namespace with runnable examples |
<!-- /outcome -->

---

Expand Down
Loading