Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
9answers
893 views

Sync Framework with SQL DB's: Getting Started

I have an app that uses SQL Enterprise to store all data in 4 different DB's. I needed to build in the ability to work "offline" for my users. I accomplished this through Merge Replication to local ...
8
votes
3answers
2k views

Sync Framework Resources

I am looking for resources on Microsoft Sync Framework. Although MSDN and Google Search gave me the brief overview, I want some demos and presentations. Also, is Live Mesh based on Sync Framework?
6
votes
6answers
1k views

Tools for Building an OCA (Occasionally Connected Application)

I will be building an in-house, Occasionally Connected App (OCA). What technologies would you suggest I employ. Here are my parameters: .NET Shop(3.5sp1) C# for code behind ...
3
votes
3answers
2k views

How to license my .net application (remotely, but occasionally connected)?

I have a .net application (c#, Winform and libraries) that I want people to download from the Internet freely. But once installed they'll only be able to run it if I give them a license (and I want to ...
3
votes
3answers
119 views

How relevant is support for “occasional connected” scenarios?

A while back, smart clients had been touted as the solution to "occasional connected" usage environments, and toolkits like Google Gears have sprouted for the same reason. It looks to me like ...
1
vote
1answer
60 views

Mobile/Desktop - What Strategy Makes Sense

My boss has big dreams. He wants to write an application that runs on both the desktop and mobile devices. In addition, he wants it to be occasionally connected (can run without an internet ...
1
vote
2answers
90 views

Terminology for mobile computing with a tablet?

This is more of a terminology question... I'm developing an occasionally connected application that will run on a tablet for clinicians or field service workers but I'm struggling with what this type ...
1
vote
2answers
703 views

Does Anyone Have Experience Creating an Occasionally-Connected Browser App With NHibernate?

We need to make our enterprise ASP.NET/NHibernate browser-based application able to function when connected to or disconnected from the customer's server. Has anyone done this? If so, how did you do ...
0
votes
0answers
24 views

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 ...
0
votes
1answer
61 views

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 ...
0
votes
1answer
202 views

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" ...
0
votes
1answer
71 views

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
0
votes
1answer
110 views

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 ...
0
votes
1answer
535 views

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 ...
0
votes
1answer
96 views

Local reporting options in a Disconnected environment?

What are my options to allow local reporting in my environment? I have an existing central reporting services already working that they access through the web. I now need to offer those same reports ...