Friday, January 8, 2016

Serialization in .Net

The OOB binaryserializer does not work in some cases for no apparant reason, while searching on net I came across this serializer library which could help solve many problems

https://github.com/mgravell/protobuf-net

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...