1. protobuf-net

    By:

    Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new... More information

  2. Google.ProtocolBuffers

    By:

    Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008. Its primary use is to produce small fast binary representations of a 'message' or object for serialization or transportation. There are various implementations of Protocol Buffers in .NET. This project is a fairly close port ... More information

  3. Google.ProtocolBuffersLite

    By:

    Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008. Its primary use is to produce small fast binary representations of a 'message' or object for serialization or transportation. There are various implementations of Protocol Buffers in .NET. This project is a fairly close port ... More information

  4. protobuf-net-data

    By:

    A library for serializing ADO.NET DataTables and DataReaders into an efficient, portable binary format. Uses Marc Gravell's Google Protocol Buffers library, protobuf-net.

  5. Google.ProtocolBuffers.Rpc

    By:

    Google.ProtocolBuffers.Rpc uses the Win32 RPC Interop library, CSharpTest.Net.RpcLibrary, as a primary transport for Protobuffer services. Extremely fast, secure, extensible, and reliable.

  6. Protocol Buffers support for ServiceStack. Includes typed ProtoBuf Client

    By:

    Add the ProtoBuf binary format and endpoint to a ServiceStack web service host.

  7. Google.ProtocolBuffersLite.Rpc

    By:

    Google.ProtocolBuffersLite.Rpc uses the Win32 RPC Interop library, CSharpTest.Net.RpcLibrary, as a primary transport for Protobuffer services. Extremely fast, secure, extensible, and reliable. This version depends on Google.ProtocolBuffersLite version (optimize_for = LITE_RUNTIME).

  8. ProtoTranscoder

    By:

    Memcached Transcoder using protobuf-net.

  9. Nancy.Serialization.ProtoBuf

    By:

    A protocol buffers (de)serializer for the Nancy web framework.

  10. Froto.Parser

    By:

    A parser for .proto files for Protocol Buffers. Targets F# and .NET 4.5.

    228 downloads

  11. Froto.Roslyn

    By:

    A C# code genererator using Protocol Buffers .proto files as input.

    123 downloads

  12. Barcode Reader for .NET

    By:

    Barcode Reader SDK is an advanced developer-library which allows you to add barcode recognition and decoding capabilities to your .NET applications. Barcode Reader SDK can recognize, read and decode most popular linear (1D) barcodes from digital images, bitmaps and scanned documents. It can be used in VB, C Sharp, ASP.NET (including Medium-Trust Le... More information

  13. Froto.Gen

    By:

    An F# Type Provider for Protocol Buffers .proto files.

    94 downloads

  14. Barcode Reader for .NET - Windows Forms C# Sample

    By:

    Sample WinForms app that uses Barcode Reader SDK to recognize, read and decode most popular linear (1D) barcodes from digital images, bitmaps and scanned documents. It returns the string and binary values as well as the symbology type for each detected barcode. It can decode barcodes with 0, 90, 180, 270 degrees rotation and light bar-codes on dark... More information

  15. Barcode Reader for .NET - Windows Forms VB Sample

    By:

    Sample WinForms app that uses Barcode Reader SDK to recognize, read and decode most popular linear (1D) barcodes from digital images, bitmaps and scanned documents. It returns the string and binary values as well as the symbology type for each detected barcode. It can decode barcodes with 0, 90, 180, 270 degrees rotation and light bar-codes on dark... More information