On Dec 9, 2:06 pm, vinu <[email protected]> wrote: > Any body please send me any example program and how to use protocol > buffers in c#.net visual stduio
Well, we have a short tutorial on the C# port page: http://code.google.com/p/protobuf-csharp-port/wiki/GettingStarted We have three significant updates coming down the pipe: - An implementation of the "lite" runtime - A new set of build scripts (replacing NAnt with msbuild 4) - Improved code generation, including running protoc automatically, providing options on the command line instead of in the proto file, and removing the options dependency from the generated code I'm hoping to land these before Christmas. Jon -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
