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

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

+4
source share
1 answer

It creates a SQL Compact database in a client application.

He also sets up all the code, the preparatory work, both on the client side and on the server side, to synchronize the compact database with the server once through the WCF service.

+6
source

Source: https://habr.com/ru/post/1306884/


All Articles