Live data from Hacker News

Avoiding Databases in .NET

ryansouthgate.com

1–3 of 3 posts

Re: Avoiding Databases in .NET

#3
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.