https://github.com/daniel-svensson/messagepack.wcf
Fast MessagePack based formatter for WCF inspired by msgpack.wcf
https://github.com/daniel-svensson/messagepack.wcf
csharp dotnet messagepack wcf wcf-bindings
Last synced: 2 months ago
JSON representation
Fast MessagePack based formatter for WCF inspired by msgpack.wcf
- Host: GitHub
- URL: https://github.com/daniel-svensson/messagepack.wcf
- Owner: Daniel-Svensson
- License: mit
- Created: 2019-04-14T17:52:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T16:33:52.000Z (over 1 year ago)
- Last Synced: 2025-04-04T21:36:41.262Z (over 1 year ago)
- Topics: csharp, dotnet, messagepack, wcf, wcf-bindings
- Language: C#
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessagePack.WCF
Fast MessagePack based formatter for WCF inspired by msgpack.wcf but using the fast MessagePack for C#
library instead
# Inspiration
Carlos Figueiras blog posts about WCF extensibility
https://blogs.msdn.microsoft.com/carlosfigueira/2011/03/28/wcf-extensibility-icontractbehavior/