Does someone konow a good .NET implementation of Quantity (with Unit of Measure) or Money (with Currency) classess/patterns in .NET ?
+2
A:
This Money class is terrific, and the article discusses why the developer made the decisions he did (compared to several other implementations).
Jeff Sternal
2009-10-09 19:24:47
A:
Martin Fowler uses money as the focal point for his quantity pattern article's sample code.
Ben Gribaudo
2009-10-09 20:54:24