Using Protobuf Media Formatters with ASP.NET Core

added by DotNetKicks
6/30/2017 12:39:25 PM

306 Views

Theis article shows how to use Protobuf with an ASP.NET Core MVC application. The API uses the WebApiContrib.Core.Formatter.Protobuf Nuget package to add support for Protobuf. This package uses the protobuf-net Nuget package from Marc Gravell, which makes it really easy to use a really fast serializer, deserializer for your APIs.


0 comments