203 Views
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.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.