Tools for Building an OCA (Occasionally Connected Application)

前端 未结 6 1070
小鲜肉
小鲜肉 2021-02-08 14:42

I will be building an in-house, Occasionally Connected App (OCA). What technologies would you suggest I employ.

Here are my parameters:

  1. .NET Shop(3.5sp
6条回答
  •  被撕碎了的回忆
    2021-02-08 14:55

    use unique-identifier for key if you are creating stuff while offline and not connected and when you do connect, updating the database.

    this is going to be way easier than using auto-increment key

提交回复
热议问题