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…
☆34Updated 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
- Most of those extensions should have been in BCL.☆70Updated 6 years ago
- Showcase of how to use a sort of Attached Behaviours for ViewModels, and how to build BIG XAML apps☆27Updated 10 years ago
- JSONPath (XPath-like syntax for JSON) C# implementation☆77Updated last year
- Lightweight fluent wrapper over HttpClient to make REST calls easier☆63Updated last week
- C# LINQ Async extension methods library for async/await task.☆101Updated 4 months ago
- Data Modeling Library in .NET☆46Updated last week
- Fluent Wrapper for DbCommand☆22Updated this week
- Retrieve the primary key (including composite keys) from any entity☆44Updated 5 years ago
- Get typed access to the DbEntityEntry<T>.OriginalValues property bag☆35Updated 8 years ago
- Regextra simplifies some tasks typically solved via regex so that you no longer have (problems){2}☆34Updated 11 years ago
- Pretty print objects to the console. Similar to LINQPad's Dump() extension method.☆79Updated 5 years ago
- Managed Extensibility Framework (MEF) integration for Autofac IoC☆19Updated last year
- Dynamically attach properties to (almost) any object instance.☆45Updated 4 years ago
- IO libraries for the AngleSharp project.☆35Updated 9 months ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆48Updated 7 years ago
- Simplifies reading embedded resources from an Assembly.☆37Updated 3 weeks ago
- ☆55Updated last month
- Event driven class for reading messages from MSMQ☆18Updated 9 years ago
- A cross-platform .NET framework for parsing HTML☆85Updated this week
- Step into debugging and generate readable script from linq expressions☆38Updated 3 years ago
- Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.☆22Updated 12 years ago
- A simple, powerful, extensible, testable .NET configuration library.☆41Updated 2 years ago
- A small .NET library for formatting type names à la C#.☆33Updated 6 months ago
- Interfaces for commonly used .NET types like `File`, `Directory`, `Stream`, `Path`, `Math`, `Environment`, `Task`, etc. for better testab…☆33Updated 4 years ago
- Fluent SQL Query Builder for C# and SQL Server.☆33Updated 3 years ago
- ☆36Updated 3 years ago
- ☆25Updated this week
- The Swiss Army Knife for type conversion in .NET☆57Updated last year
- Leverages the Newtonsoft extension API to encrypt/decrypt specific nodes at serialization time☆49Updated last year