Hello everyone,
Wishes of the day. I wanted to ask that Is there any way of caching the data to the system before saving it to a database server (asp.net,C#). I know that some sort of this can be performed by using LINQ, i.e, we can create a List<> type of the table schema, keep on adding the records to it and later on we can use tableobject.InsertAllOnSubmit(), but since, my application is adding tables dynamically, so I cant do that as I dont think there is any way of adding tables schemas at runtime to DBML in LINQ to SQL. I dont want any direct codes, I just want to know that can any such sort of thing be performed, and If yes, can anyone provide me with some useful hint or link.
Thanks and Regards
Anurag