Simple demo of CRUD and more with Entity Framework support module in Caché
How to use EFDEMO:
- Install EF kit for Caché, configure Caché according to EF kit manual.
- Import crud-cache-ef-kit.xml file to Caché Studio and compile project.
- Open CRUDEFExample.sln file in MS VS 2012.
- Change connection strings in App.Congig according to settings of your instance of Caché. Some of settings you will have to change: a) IP and port number, b) user login and password, c) namespace if you change it for imported classes.
- Compile and run demo.