koenbeuk / StringExtensionsLinks
By default, the .NET BCL introduces a set of static methods and instance members for the String type that gives us basic support for common string operations. Unfortunately, the methods offered are incomplete. Methods like Contains and Replace provide no mechanism whatsoever for explicitly setting the comparison type. Try and replace a word with…
☆35Updated 6 years ago
Alternatives and similar repositories for StringExtensions
Users that are interested in StringExtensions are comparing it to the libraries listed below
Sorting:
- A modern wrapper around System.IO.☆84Updated 3 years ago
- Get typed access to the DbEntityEntry<T>.OriginalValues property bag☆35Updated 8 years ago
- Lightweight fluent wrapper over HttpClient to make REST calls easier☆67Updated 3 weeks ago
- IO libraries for the AngleSharp project.☆36Updated last year
- JSONPath (XPath-like syntax for JSON) C# implementation☆78Updated last year
- Retrieve the primary key (including composite keys) from any entity☆44Updated 5 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆48Updated 7 years ago
- Dynamically attach properties to (almost) any object instance.☆47Updated 4 years ago
- Fluent Wrapper for DbCommand☆23Updated this week
- Most of those extensions should have been in BCL.☆70Updated 6 years ago
- C# LINQ Async extension methods library for async/await task.☆103Updated 8 months ago
- Showcase of how to use a sort of Attached Behaviours for ViewModels, and how to build BIG XAML apps☆27Updated 10 years ago
- A library for intercepting EntityFramework actions, like insert, update and delete.☆42Updated 7 months ago
- Helpers for Microsoft.Extensions.DependencyInjection.☆18Updated 5 years ago
- Useful utilities for the .NET HttpClient.☆65Updated 2 years ago
- A Lucene.net Directory to store the Lucene.net index files in LiteDB database☆70Updated 2 years ago
- Step into debugging and generate readable script from linq expressions☆38Updated 3 years ago
- The Swiss Army Knife for type conversion in .NET☆57Updated last year
- C# parser for .NET & Mono stack traces☆53Updated 5 years ago
- Pretty print objects to the console. Similar to LINQPad's Dump() extension method.☆80Updated 6 years ago
- Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.☆22Updated 12 years ago
- A small .NET library for formatting type names à la C#.☆34Updated 10 months ago
- Simplifies reading embedded resources from an Assembly.☆39Updated 4 months ago
- A LiteDB with realtime notifications☆43Updated last year
- ☆21Updated 6 years ago
- Retrieve system information☆22Updated last week
- A simple INSERT/BULK compare between SQLite and LiteDB v3☆52Updated 9 years ago
- Leverages the Newtonsoft extension API to encrypt/decrypt specific nodes at serialization time☆49Updated 2 years ago
- Fluent API job scheduling engine for .NET☆26Updated 7 years ago
- Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package f…☆20Updated 8 years ago