NMF Utilities
NMF Utilities is a very small library that provides some cross-cutting functionality in the form of extension methods. These extension methods include:
- Overloads for Except and Concat that accept a single concatenation or exception element
- Set operators like SetEquals defined on IEnumerable instead of ISet
- Functionality to obtain a Pascal cased or Camel cased version of a string
- Operators to compute the transitive-reflexive closure
To use this functionality, one simply has to add a reference to
NMF.Utilities.dll and add a namespace import (using) statement to
NMF.Utilities.