0
kicks
How to use Enumeration in DataContract of WCF-The CodeGain
In this article I will show how to implement Enumeration in DataContract of WCF.By default Enums are serializable. If we define Enum at service side and use it in Data Contract, it is exposed at the client side.