KeRNeLith / ImmediateReflectionLinks
.NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/set). It also provides an ObjectWrapper object allowing to use Reflection in a faster way. And finally it offers the possibility to create strongly typed delegates.
☆57Updated last year
Alternatives and similar repositories for ImmediateReflection
Users that are interested in ImmediateReflection are comparing it to the libraries listed below
Sorting:
- A .NET library for using reflection emit in a fluent way.☆32Updated 9 months ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- A fast and low allocation StringBuilder for .NET.☆102Updated last month
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆71Updated 2 years ago
- ZeroIoC is reflectionless IoC Container for C#☆47Updated 2 months ago
- Easy C# class and code generation, POCO object and Methods creation☆97Updated 4 months ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 10 months ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Updated 6 months ago
- Dynamically run code using .NET 9, Roslyn and AssemblyLoadContext☆113Updated 7 months ago
- Simple C# source generation based on custom templates☆105Updated last year
- Actual C# Enums with values and better performance as a source generator☆43Updated last year
- Implementation of a .NET GC in C# with NativeAOT☆89Updated 4 months ago
- This is a Visual Studio C# source generator for automatically generating enum extension methods that implement a switch expression based …☆31Updated 3 years ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 10 months ago
- Benchmarking .NET Serialization Performance☆25Updated this week
- Simple build versioning for .NET, powered by Git tags☆64Updated last week
- The most revolutionary syntax visualizer☆76Updated last month
- Embedded persistent key-value store for .NET. Pure C# code.☆63Updated 4 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and regis…☆22Updated 6 months ago
- Embed resource files more C# programmer friendly!☆71Updated last year
- Simple JSON formatting/pretty-printing for .NET☆23Updated 2 years ago
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆116Updated 2 months ago
- A library for .NET that uses source generators to automatically generate data annotations for your models.☆58Updated 4 years ago
- Visual Studio extension and dotnet CLI tool to generate the Markdown Docs from the C# Tests keeping your Docs and Tests in sync!☆44Updated 3 months ago
- Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and pa…☆72Updated last year
- .NET Serializer testing framework☆75Updated 2 years ago
- DAWG String Dictionary in C#☆121Updated 11 months ago
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆44Updated 2 years ago