Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masbicudo/either-type-dotnet

Either<...> is a structure that can hold one value of many types. Unlike .Net `System.Object` type that can hold any value this type will not box the type. It also allows you to know what type it has inside it, do pattern matching, and use it with other frameworks like Json.Net, and I hope in the future ORMs.
https://github.com/masbicudo/either-type-dotnet

Last synced: 3 days ago
JSON representation

Either<...> is a structure that can hold one value of many types. Unlike .Net `System.Object` type that can hold any value this type will not box the type. It also allows you to know what type it has inside it, do pattern matching, and use it with other frameworks like Json.Net, and I hope in the future ORMs.

Awesome Lists containing this project