meyertime / DuckTypingLinks
.NET 2.0 library for supporting "duck typing"--a principle of dynamic typing where an object can be casted to a type as long as it implements its members.
☆35Updated 12 years ago
Alternatives and similar repositories for DuckTyping
Users that are interested in DuckTyping are comparing it to the libraries listed below
Sorting:
- Most of those extensions should have been in BCL.☆70Updated 5 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated 2 years ago
- Easily script browsers.☆59Updated 2 years ago
- The Swiss Army Knife for type conversion in .NET☆57Updated 11 months ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Dynamic fluent generation of class and function directly in CLR☆37Updated last year
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆26Updated 3 years ago
- Easy-to-use exception causality chains for async/await.☆65Updated 5 years ago
- C# parser for .NET & Mono stack traces☆53Updated 4 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 5 months ago
- An allocation free Task-like object for async methods☆39Updated last year
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- Dynamically attach properties to (almost) any object instance.☆45Updated 3 years ago
- Solution and project query system based on Roslyn compiler☆12Updated 2 years ago
- Weakly is a collection of some useful weak-reference types.☆25Updated 7 months ago
- Sample WPF application using the new csproj format (.NET Core project system https://github.com/dotnet/project-system/ ). Targering .NET …☆25Updated 7 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- ☆36Updated 3 years ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆62Updated 2 months ago
- A unique command line parser for .NET that utilizes object trees for commands.☆44Updated 6 years ago
- Adds debugger attributes to help visualize objects.☆43Updated 5 months ago
- NQuery is a relational query engine written in C#. It allows you to execute a SELECT query against .NET objects.☆73Updated 10 years ago
- Using BenchmarkDotNet to compare .NET mocking library performance☆22Updated last week
- Complement for System.Linq.Expressions☆118Updated 5 years ago