I would like to use the sds:SessionDataSource that is in this demo but have it work for LinqToSQL. What is the recommended way of creating temporary data that doesnt persist back to the database when doing LinqToSQL CRUD?
Basically, I want to create a data structure that can reset itself every session so my users can fully test a web app iteratively while focusing on and approving a fully working UI before I refine the data model. Any suggestion is appreciated. :)