Avoiding Databases in .NET
ryansouthgate.com
Avoiding Databases in .NET
1–3 of 3 posts
Re: Avoiding Databases in .NET
#2[deleted]
Re: Avoiding Databases in .NET
#3Neat 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.