A useful summary about Windows Security.
Monday, August 26, 2013
Wednesday, August 14, 2013
Protocol Buffers Serialization in .NET Communication
Using Protocol Buffers is much faster than BinaryFormatter. This is a short example how to use Protocol Buffers serialization for the communication between .NET applications.
Monday, August 12, 2013
Android: Fast Communication with .NET Using Protocol Buffers
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
Subscribe to:
Posts (Atom)