If you're developing applications in .NET, you probably heard about all the new shiny part of the framework, like Pipelines which enable you to process IO-related processing with more IO awareness, still leaving your code on quite high level. Another part of the framework that is mentioned recently are channels that are used to pass … Continue reading Channels, ring buffers and logs
data
Data has no format
I need to be able to store 1GB of JSON I'd like to push XML 100 MB/s to this Azure blob I need to log this data as CSV Statements like this are sometimes true, but in the majority of cases the format is not given and is a part of designing your architecture/application. Or … Continue reading Data has no format