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

https://github.com/sakryukov/dotnet-enumerations-command-line

Really enumerating .NET enumeration type + enumeration-based command line
https://github.com/sakryukov/dotnet-enumerations-command-line

command-line csharp documentation dotnet globalization localization metadata reflection wpf

Last synced: 2 months ago
JSON representation

Really enumerating .NET enumeration type + enumeration-based command line

Awesome Lists containing this project

README

          

# Enumerations

Really enumerating .NET enumeration type + enumeration-based command line

Covered topics:

* Generic Enumeration type
* Command-line utility based on enum declarations
* Localization
* Automatically generated documentation

## Publications

* [Enumeration Types do not Enumerate! Working around .NET and Language Limitations](https://www.codeproject.com/Articles/129830/Enumeration-Types-do-not-Enumerate-Working-around)
* [Human-readable Enumeration Meta-data](https://www.codeproject.com/Articles/136181/Human-readable-Enumeration-Meta-data)
* [Enumeration-based Command Line Utility](https://www.codeproject.com/Articles/144349/Enumeration-based-Command-Line-Utility)
* [Bitwise Enumeration Editor for PropertyGrid and Visual Studio](https://www.codeproject.com/Articles/809357/Bitwise-Enumeration-Editor-for-PropertyGrid-and-Vi)
* Modernized .NET Enumerations and Command Line (under development)

## Under development

![Demo application](article/demo.webp)