Windows Azure or Microsoft Sync Framework
-
Hi, I am developing a C# based desktop application which has GUI developed using WPF. My application has some SQLite database where I save users data. 1) Now I want to place this database in the Cloud so that if user lost it in local device, it can be fetched from cloud from anywhere. 2) Every time whenever local database changed it should be synchronized with data which is there in Cloud. i.e., there should be bidirectional synchronization. Now I have two options. One is Windows Azure and other is Microsoft Sync Framework. Please tell me which one I can go for now? Though Windows Azure is not free, I can go for it. But is it useful? Since my application is C#/WPF desktop application, can I go with Azure? Any help please? Thanks
-
Hi, I am developing a C# based desktop application which has GUI developed using WPF. My application has some SQLite database where I save users data. 1) Now I want to place this database in the Cloud so that if user lost it in local device, it can be fetched from cloud from anywhere. 2) Every time whenever local database changed it should be synchronized with data which is there in Cloud. i.e., there should be bidirectional synchronization. Now I have two options. One is Windows Azure and other is Microsoft Sync Framework. Please tell me which one I can go for now? Though Windows Azure is not free, I can go for it. But is it useful? Since my application is C#/WPF desktop application, can I go with Azure? Any help please? Thanks
-
Hi, I am developing a C# based desktop application which has GUI developed using WPF. My application has some SQLite database where I save users data. 1) Now I want to place this database in the Cloud so that if user lost it in local device, it can be fetched from cloud from anywhere. 2) Every time whenever local database changed it should be synchronized with data which is there in Cloud. i.e., there should be bidirectional synchronization. Now I have two options. One is Windows Azure and other is Microsoft Sync Framework. Please tell me which one I can go for now? Though Windows Azure is not free, I can go for it. But is it useful? Since my application is C#/WPF desktop application, can I go with Azure? Any help please? Thanks
Although this would be a better question in the cloud forum, I'll suggest you look at Azure Mobile Services. It provides a very simple and easy to use API to do this sort of thing.