Hacker News new | ask | show | jobs
Avoiding Databases in .NET (ryansouthgate.com)
16 points by ry8806 1912 days ago
1 comments

Neat stuff; I didn't know about TPL Dataflow.

But at the end of the day it saves data to a local .csv file. This is what "avoided" a database, and can obviously be done without TPL.