Release Date: March 23, 2010
This is a console application project containing code samples showing how to use the features of Dynamic Data Store that is introduced in Episerver CMS 6.
Prerequisites
Episerver CMS 6 needs to be installed on your machine in order to run the examples.
Installation instructions
- Unpack the zip and open the project in Visual Studio.
- Set up a new Episerver CMS 6 database using the "Install SQL Server database" option in Episerver Deployment Center. It is recommended that you set up a separate database for use with the sample project, this is to avoid cluttering your development database with sample data.
- Modify the connection string in the project's app.config file so that is points to the new database.
See the Dynamic Data Store document for further information regarding the code samples.