Today, I am going to show how to handle errors (handled or unhandled by WCF service) at the application level.
Continue reading »Category: Serialization
Inheritance, Polymorphism and XMLSerialization of Interface Property
You know object inheritance and polymorphism and you know they work. Recently I had an opportunity to work on a
Continue reading »Serialization of Generic and Nullable (DateTime?, XElement)
You are done with coding and getting ready to test your services. Now you realized that some of your objects/properties
Continue reading »SoapUI Request Handcrafted for .Net Remoting Service
SoapUI is an wonderful time saving tool to test your codes. Yes, it does allow you to add wsdl and
Continue reading »Serialize with Reflection
SerializeWithReflection class is designed to serialize any type using reflection for audit or logging purpose. This class does NOT implement
Continue reading »