I have a class, which holds a static dictionary of all existing instances, which are defined at compile time. Basically …
c# serialization netdatacontractserializerI have a case where I need to transfer large amounts of serialized object graphs (via NetDataContractSerializer) using WCF using …
wcf large-data-volumes wshttpbinding chunking netdatacontractserializerI have a series of classes that I am converting to XML using .NET's DataContractSerializer in .NET 4.0. The serialisation is …
c# .net xml datacontractserializer netdatacontractserializerI have been struggling with outputting a custom root xml element when returning a list of objects in my WebAPI …
c# asp.net xml-serialization asp.net-web-api netdatacontractserializer