https://github.com/ekonbenefits/dynamitey
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
https://github.com/ekonbenefits/dynamitey
dotnet dynamic metaprogramming reflection
Last synced: 5 months ago
JSON representation
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
- Host: GitHub
- URL: https://github.com/ekonbenefits/dynamitey
- Owner: ekonbenefits
- License: apache-2.0
- Created: 2013-05-09T22:15:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T06:25:15.000Z (about 1 year ago)
- Last Synced: 2025-09-03T19:07:00.970Z (5 months ago)
- Topics: dotnet, dynamic, metaprogramming, reflection
- Language: C#
- Size: 679 KB
- Stars: 364
- Watchers: 20
- Forks: 42
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
- Support: SupportLibrary/SupportLibrary.csproj
Awesome Lists containing this project
README
# Dynamitey
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
Dynamitey is available Nuget [](https://www.nuget.org/packages/Dynamitey/)
Framework | Platform | Status
--------- | -------- | ------
All | Windows | [](https://github.com/ekonbenefits/dynamitey/actions/workflows/dotnet48.yml)
.NET Core | Linux/Mac | [](https://github.com/ekonbenefits/dynamitey/actions/workflows/dotnet.yml)
Compiled For|
--------|
.Net Std 2.0 |
.Net 4.0 |
[Change Log](https://github.com/ekonbenefits/dynamitey/releases)
Install with [Nuget](https://nuget.org/packages/Dynamitey/):
```
PM> Install-Package Dynamitey
```
# Meta-mazing Features
- Easy Fast DLR based Reflection -- [oooo](https://github.com/ekonbenefits/dynamitey/wiki/UsageReallyLateBinding)
- Clean syntax for using types from late bound libraries -- [ahhh](https://github.com/ekonbenefits/dynamitey/wiki/LateType)
- Dynamic Currying -- [whaaa?](https://github.com/ekonbenefits/dynamitey/wiki/UsageCurry)
- Manipulation of Tuples -- [wowzers](https://github.com/ekonbenefits/dynamitey/blob/master/Tests/TuplerTest.cs)
- Inline Object Graph Intialization Syntax [whoa](https://github.com/ekonbenefits/dynamitey/wiki/UsageBuilder)
- DynamicObject base types for many things -- [jenkies](https://github.com/ekonbenefits/dynamitey/wiki/UsageDynamic)
- Extension to instance method conversion -- [o_O](https://github.com/ekonbenefits/dynamitey/blob/master/Tests/Linq.cs)