This is a simple data source extension that consists of a virtual in-memory table. You can configure how many seconds it will store data. The primary purpose of this is to be used for chat between users as demonstrated in this article: LightSwitch Chat Application using a Data Source Extension
You can download the source from http://lightswitchhelpwebsite.com/Downloads.aspx To install: 1) Install extension 2) Right-click on Data sources and select add data source 3) Select WCF RIA Service 4) The Cache table will show (there will be a long delay before it shows) 5) Add the table and set the seconds that it should save each record 6) use the table in your application like a normal table
|