Add data attributes for reading binary data, as a byte[] from assembly embedded resources, files and other supported data sources.
Suggestion
Generalize the existing base classes to be able to specify the type of content (could be string for the existing classes or byte[] for binary data.
Add data attributes for reading binary data, as a
byte[]from assembly embedded resources, files and other supported data sources.Suggestion
Generalize the existing base classes to be able to specify the type of content (could be
stringfor the existing classes orbyte[]for binary data.