dburriss / PhilosophicalMonkeyLinks
A C# Reflection Helper Library
☆14Updated 7 years ago
Alternatives and similar repositories for PhilosophicalMonkey
Users that are interested in PhilosophicalMonkey are comparing it to the libraries listed below
Sorting:
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year
- A .NET library for using reflection emit in a fluent way.☆32Updated 10 months ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AO…☆28Updated 3 weeks ago
- An AOP code generator☆18Updated 4 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.☆22Updated 12 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- On the fly disassemble C# code based on JitDasm☆128Updated 5 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Updated 7 months ago
- IPC [inter-process communication] engine for .NET based on memory-mapped files and on Named Pipes for Windows and Linux.☆61Updated 4 months ago
- Loads all the references on startup by actually using the types in the module initializer.☆38Updated last week
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Simple C# source generator for text templates☆33Updated 2 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Low-level utilities and tools for working with the CLR and memory.☆37Updated 3 weeks ago
- Post compile tool using Fody to implement the double check locking pattern.☆25Updated 6 years ago
- Wrapper .NET Library for Win32 Memory Mapped Files API☆50Updated 16 years ago
- .NET library for human-readable declaration of regular expressions without having to remember the regex syntax. Looks similar to Expressi…☆42Updated 3 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Implement memento the easy way.☆17Updated this week
- Mixins are a powerful concept for object-oriented class composition. re-mix provides mixins for C# and Visual Basic .NET.☆18Updated 7 years ago
- C# Toolkit☆33Updated 6 years ago
- The Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm☆27Updated 7 years ago
- WPF/MVVM control to implement a textbox on top of other elements like TreeViewItem or ListViewItem (use case: perform in place edit on to…☆42Updated 3 years ago