jbevain / cecil.samplesLinks
Samples for Cecil
☆68Updated 10 years ago
Alternatives and similar repositories for cecil.samples
Users that are interested in cecil.samples are comparing it to the libraries listed below
Sorting:
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Things to speed up C# code by avoiding reflection☆25Updated last year
- Complement for System.Linq.Expressions☆118Updated 5 years ago
- Cecil is a library to inspect, modify and create .NET programs and libraries.☆68Updated 2 weeks ago
- Unsafe methods for working with unmanaged memory and pointers.☆67Updated 4 years ago
- An implementation of google's Snappy compression format in C#☆148Updated 8 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated 2 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).