IDisposable/Dynamic
The Dynamic Reflection Library is a small set of classes designed to greatly speed the use of .Net reflection to call constructors, member methods, property setters and getters including those with indexing arguments such as the Item (a.k.a. [] operator), and fields.
This library helps .NET developers who need to interact with methods, properties, or fields of objects whose types aren't known until the program is running. It takes in object references and desired operation names (like a method name or property name) and performs the operation with high performance and type safety. This is for C# or VB.NET developers working on applications that require dynamic behavior.
No commits in the last 6 months.
Use this if you are a .NET developer building an application where you need to call methods or access properties dynamically at runtime, but require near native performance and full type-safety.
Not ideal if your application's logic can be entirely determined at compile-time and does not require dynamic access to object members.
Stars
9
Forks
2
Language
C#
License
MS-PL
Category
Last pushed
Jun 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/IDisposable/Dynamic"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...