I haven\'t used wcf web api yet. Glenn Block\'s demo at MIX11 looked real nice so I will certainly dig into that.
i\'m using protobuf-net and i like it so far but one thing is bugging me. I have a class that i would like to use in a message but its not in my source.
For about 2 weeks I\'ve been having a strange problem I really can\'t wrap my head around. A quick background:
I tested protobuf serialization and it seems that for below a certain quantity of objects, it\'s slower than regular datacontract serialization. The transmission size is bigger using DataContractSeria
I know the features and design of both libraries but I haven\'t found any direct performance comparison between those two. Both are definite开发者_开发问答ly great libs. Regarding the design I think p
Is it possible to specify at runtime the sub-types of a specific abstract contract? In the classic WCF/DataContract we have the KnownTypeAttribute and its constructor accepting a string representing t
I\'m using protobuf-net, and I\'m trying to: 开发者_如何转开发 Generate a C# class from a .proto file
I am playing with the beta of Protobuf-net v2 (r363 from the SVN). I built it using Visual Studio 2010, the project Proto 2010.sln, and from there protobuf-net_Phone7 using the Silverlight 2 configura
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
Trying to save and restore objects using protobuf-net Merge. I can get simple objects to work, but I cannot get collection property objects to Merge.