Karthick Krishnasamy

Karthick Krishnasamy

  • 1.3k
  • 284
  • 20.8k

how to create a multiple datacontract class using wcf servic

Jul 20 2018 12:38 AM
I have create a simple user login WCF Services.I have using large number of datamember properties in one datacontract class.so i have split the datamember properties in different class. for example (Userdetails class with using userid,usertype,username,password,address,city,state,phoneno,mobileno,country,pincode,etc...)so i have split on the two Datacontract classes into userdetails as Userinfo and contactdetails class.The userinfo class only define the userdetails only and contactdetails class defined contact details as. how to use on the multiple datacontact class in WCF services can you please explain them.

Answers (1)