use Dapper with txt file and not database

Asked

Viewed 8 times

0

greetings as I can use the Dapper with a text file and not a table or database, need to manipulate and change several lines of this text.

I have a form where I open a txt on a datagrid with multiple launches (date, history and value), Not and the bank still there create a dataset in memory or is not connected anything yet. I need to do the searches in this dataset to fix this txt. is not database yet.

thanks for the help

  • if it’s not a database, you don’t need an ORM... load the data into lists in memory and do what needs to be done...

  • Thank you Rovann for answering, I understand what you said, as there is the idea of creating datasets in memory I thought I could do the same just to facilitate understand?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.