What is the usage of Local Database Cache
project type in Visual Studio?
views:
72answers:
1
+2
A:
It creates a SQL Compact database in the client app.
It also sets up all the code, prep work, for both client and server sides, to synchronize the compact database with the server one occasionally, via a WCF service.
leppie
2010-04-14 06:42:33