Denum Code Generator

Visual Studio code generator that creates a Denum class based on data in a database.
Download

Denum Code Generator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Ms-PL
  • Publisher Name:
  • NURI
  • Operating Systems:
  • Windows All
  • File Size:
  • 357 KB

Denum Code Generator Tags


Denum Code Generator Description

The "Denum" class is a coding structure which behaves much like an Enum, but can associate many more properties with a single compiler checked key. Based on my SoCal Code Camp presentation. The Denum class is a structure that supports strongly typed access to multiple factoides associated all with one key. It is similar to an Enum in that: - Member values are strongly typed - Inherent type conversion exists from string to type (Parse, TryParse) - One can enumerate all members - Member values are comparable (participate in (in)equality tests) It differs from an Enum in that: - Many values can be associated with the key - An Enum can only have a precise numeric underlying value It differs from a data table or a collection of strongly typed objects in that: - Each member is statically represented and is not a "lookup key" I t is faster to enumerate and no de-referencing happens when a member is accessed In a Denum , data is the type, in a data table - even a strongly typed one - the structure is strongly typed, but the values it actually contained are not and therefore are only loosely typed and are unknown at compile time.


Denum Code Generator Related Software