I have two different applications and I am using GroupLab Networking to communicate between them. The idea is there is a shared dictionary and when something changes in this shared dictionary, the oth
I want to send video files from the An开发者_开发问答droid via network to server. How can I serialize video files in Android?You cannot \"serialize video files\" on any platform, let alone Android. Fi
we have some problems with serializing an empty list. here some code in .NET using CF 2.0 //Generating the protobuf-msg
I wrote several simulation programs in C++ and want to connect their outputs/inputs with pipes (best solution would probably be to use the C++ streams).
I have a class with a property in it.I want to know if we can set the attribute such as XmlAttributeAttribute.AttributeName.
I have a flattened JSON: { \"CaseName\" : \"John Doe v. State\", \"CaseDate\" : \"<some date>\", \"开发者_JS百科Client.FirstName\" : \"John\",
Given two app domain : in the first, Library1 and CommonLibrary are loaded. In the second Library2 and CommonLibrary are loaded.
In C# / .NET 2.0, when I serialize an object using XmlSerializer, what\'s the easiest way to validate the output against an XML schema?
Hallo. I am writing a tier2 ordering software for network usage. So we have client and server. On the client I create Objects of TBest in which the Product ID, the amount and the user who orders it
I\'ve got a Stream containing xml in the following format that I want to deserialize into C# objects <?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>