Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontract

Unable to cast Base class (data contract) to derived class

DataContractSerializer: Deserialized object with reference id 'xyz' not found in stream. How to recover data?

.net datacontract

Why can't I use WCF DataContract and ISerializable on the same class?

What is best-practice when designing SOA WCF web-services?

How do I pass value to List<string> property while testing my WCF service?

InvalidDataContractException is an invalid collection type since it have DataContractAttribute

Constructor in WCF DataContract not reflected on Client

wcf datacontract

WCF Data Contract and Reference Entity Data?

Json parsing F#

json f# datacontract

Adding a DataMember to an existing DataContract in WCF

Validate 'any' object against an interface in TypeScript at runtime [duplicate]

How to serialize a derived type as its base type with WCF

How to serialize/deserialize a C# WCF DataContract to/from XML

WCF DataContracts

When/Why should I not use IsReference=true on my DataContracts?

how to mark an interface as DataContract in WCF

c# wcf datacontract

How to find out if class has DataContract attribute?

Which list/collection type is best to use in a WCF data contract?

.net wcf datacontract

How do I add an XML attribute using DataContract

How to organize and name DTOs that are used as Data Contracts in a WCF web service

c# wcf dto datacontract