Looking for a good Money data type for .NET that supports currencies and exchange rates (with related behaviour & operatio
If you are looking for patterns, you could check out Joda Money. It is Java, but should give you some ideas on an API. A C# implementation would be much less verbose due to operator overloading.