Questions tagged [occasionallyconnected]

Use the "Occassionally-Connected Computing" tag for "OCC" issues such as cloud-device synchronization and offline device operations.

"Occassionally-Connected Computing" or "OCC" is the main paradigm of our day for phones and other devices:

Users can utilize the data system, on the device, even when the device is not connected. When connection to the cloud resumes, some sort of synchronization systems aligns the cloud and devices.

All major apps of our era (the major social media apps, etc) are "OCC" systems. Most BAAS systems (whether Parse, Firebase, etc) have OCC elements, or indeed, are entirely conceived as an OCC solution.

24 questions
0
votes
1 answer

Linux-based RDBMS for Occasionally Connected Replication

I am looking for a database replication solution which will meet the following requirements: Work with Linux-compatible RDBMS (Atom 32-bit single core architecture) Work in an occasionally connected environment, with two-way data flow Handle adding…
therealmitchconnors
  • 2,732
  • 1
  • 18
  • 36
0
votes
0 answers

Architecture Guidance Needed for Occasionally Connected Smart Client with MAUI

I found this from 2016 which gives some broad strokes on Occasionally Connected Smart Clients: https://www.microsoft.com/en-us/download/details.aspx?id=10463 but given the date obviously does not cover MAUI. The service oriented approach seems best…
LeeAdama
  • 11
  • 2
0
votes
1 answer

Which method of Authentication is correct for Sync Framework client application (database synchronization)?

Users will be out in the field collecting data on windows client app in areas with poor internet connection. Days or even weeks at a time away from any network connection. The lucky ones will bring their laptop back to a regional office to sync the…
0
votes
1 answer

Cloud database (WCF) or Occasionally Connected Architecture with Microsoft Sync?

I'm working on a .NET 4 Winforms app and I'm having a problem deciding on the best way to handle the database. We want to offer a cloud database system where the app can communicate with the "cloud" via WCF services and essentially do the same…
Neal
  • 9,487
  • 15
  • 58
  • 101
0
votes
1 answer

How to choose which events are sent to the user on an occasionally connected system using CQRS with event sourcing?

I am building a web app that users can edit and share notes. Users should be connected to notes with roles (owner, read, read-write). This is an occasionally connected system so I chose to do the syncing using CQRS and event sourcing. Following Greg…
AndrouR
  • 23
  • 5
0
votes
1 answer

Where can i find a sample showing an Occasionally Connected Application in NET?

Where can i find a sample showing an Occasionally Connected Application in NET? Preferably in C# and SQL CE
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
0
votes
1 answer

SQL Trigger that runs ONLY at Publisher

I have an in house app that has both a Web Interface and a Desktop Interface(is an OCA using Merge Replication). We are still using SQL 2005 and have many 'Archive' tables set up. These are filled by Triggers on there relating Table. …
0
votes
1 answer

ADO.NET Sync Framework - Determining which records synced successfully/failed from PDA to Server

I am using ADO.NET Sync Framework and on the client side (PDA running Windows Mobile 5 and .net cf 3.5 and SQL CE 3.5). Server side is using SQL Server 2005. On server side manual queries have been written to determine which records are selected…
0
votes
1 answer

Making OCA with sync service utilize dynamic table name

I'm working an OCA application based on a SQL server db and a SQL CE client db. Each user has there own table in the on the SQL server db. Each user's table has the same schema but can have different data. I'd like to make the synctable name to be…
1
2