Avoiding Databases in .NET
ryansouthgate.comNeat 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.
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.