PreviousNext

Using MessagePack with ASP.NET Core MVC | StrathWeb. A free flowing web tech monologue.

by bill-s, 2017-06-30T01:50:13.000Z

MessagePack is a binary serialization format. It’s fast and space efficient – more compact than either JSON or BSON.

Read More