I am new to avro and am trying to implement avro schema serialization in a new project. I saw that there are two different NuGet packages available and was wondering what the differences between both were.
- Microsoft's version: https://github.com/welly87/Apache-Avro-Core (couldnt find any documentation for this except for the hadoop and azure version)
- Apache's version 1.7.7.2 :https://avro.apache.org/docs/1.7.7/api/csharp/index.html
Also are there any available examples to look at how serialization is done or best practices for avro serialization in c# given any generic schema. I see a lot of info for java but barely any for c#. Which of the two is it the wisest to use?