Should I use Base64 encoding or byte[] for returning binary data in .NET web service
- by TigerShark
I have a simple question. Should I return a byte-array or simply base64 encode my binary data, when exposing it through a web service in .NET?
Is there any pros/cons with either method, which is mostly supported etc.