Re: [protobuf] Reg: ProtocolBuf-net

2017-10-26 Thread Marc Gravell
k; you have a csv file... if you have a csv *file*, it is ... already serialized ... as ... csv. So I'm unclear how this relates to protobuf. It kinda sounds like you've asked a csv / aspx question on a thread that is *completely unrelated* to either of those concepts. I'm going to give very little

Re: [protobuf] Reg: ProtocolBuf-net

2017-10-26 Thread Mamy Andriamasinoro
And what if we are not using WCF ? Thanks in advance 2017-10-26 12:55 GMT+03:00 Mamy Andriamasinoro : > Hi Marc; > > I'm trying to serialize a csv file which contains thousands lines of query > results. It works fine, but I'm stuck on how to display the results on an > aspx page. Any idea pleas

Re: [protobuf] Reg: ProtocolBuf-net

2017-10-26 Thread Mamy Andriamasinoro
Hi Marc; I'm trying to serialize a csv file which contains thousands lines of query results. It works fine, but I'm stuck on how to display the results on an aspx page. Any idea please? Le jeudi 27 mai 2010 09:30:03 UTC+3, Marc Gravell a écrit : > > With "full" .NET to .NET WCF, then switching

Re: [protobuf] Reg: ProtocolBuf-net

2010-05-26 Thread Marc Gravell
With "full" .NET to .NET WCF, then switching the serialization layer to use protobuf-net can (depending on a few factors) be as simple as a configuration file change: http://marcgravell.blogspot.com/2009/11/controlling-wcf-protobuf-net-at.html

[protobuf] Reg: ProtocolBuf-net

2010-05-26 Thread vikram
Hi, I am new to Protocol Buffer. I wanted to implement protocolbuffer for binary serialization for my WCF service. My requirement goes as given below: FrontEnd: SilverLight 3.0 Middlelayer: WCF Service (.NET 3.5) I would like to know what things need to be incoporate in my WCF service to imple