What is the usage of Local Database Cache project type in Visual Studio?

1.6k views Asked by At

What is the usage of Local Database Cache project type in Visual Studio?

1

There are 1 answers

0
leppie On BEST ANSWER

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.