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…
☆33Updated 6 years ago
Alternatives and similar repositories for StringExtensions
Users that are interested in StringExtensions are comparing it to the libraries listed below
Sorting:
- Most of those extensions should have been in BCL.☆70Updated 6 years ago
- A modern wrapper around System.IO.☆84Updated 2 years ago
- Fluent Wrapper for DbCommand☆21Updated this week
- JSONPath (XPath-like syntax for JSON) C# implementation☆77Updated last year
- Managed Extensibility Framework (MEF) integration for Autofac IoC☆19Updated last year
- Data Modeling Library in .NET☆46Updated 3 months ago
- Lightweight fluent wrapper over HttpClient to make REST calls easier☆62Updated last week
- Pretty print objects to the console. Similar to LINQPad's Dump() extension method.☆79Updated 5 years ago
- Step into debugging and generate readable script from linq expressions☆38Updated 3 years ago
- IO libraries for the AngleSharp project.☆35Updated 7 months ago
- C# LINQ Async extension methods library for async/await task.☆101Updated 2 months ago
- Retrieve the primary key (including composite keys) from any entity☆44Updated 5 years ago
- ☆55Updated 2 weeks ago
- The Swiss Army Knife for type conversion in .NET☆57Updated last year
- Event driven class for reading messages from MSMQ☆18Updated 9 years ago
- Regextra simplifies some tasks typically solved via regex so that you no longer have (problems){2}☆34Updated 11 years ago
- Fody-based proxy generator with support for async patterns☆29Updated 5 years ago
- Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.☆22Updated 12 years ago
- Fluent SQL Query Builder for C# and SQL Server.☆33Updated 3 years ago
- ☆39Updated last year
- Moved to https://github.com/SimplifyNet. Simplify is a set of .NET libraries that provide infrastructure for your applications. DI and mo…☆52Updated 5 years ago
- Lean mean SQL Server upsert machine☆48Updated 2 weeks ago
- ☆25Updated this week
- A library for intercepting EntityFramework actions, like insert, update and delete.☆41Updated 2 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
- C# parser for .NET & Mono stack traces☆53Updated 4 years ago
- Visual Studio extension to support visual design of stateless state machines. Support for Visual Studio 2012/2013/2015/2017.☆52Updated 7 years ago
- Plato.NET - Collection of .NET libraries☆12Updated 6 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆48Updated 6 years ago
- Provides strongly typed access to a compile-time string representing the name of a variable, field, property, method, event, enum, or typ…☆21Updated 8 years ago