Tools for Building an OCA (Occasionally Connected Application)

前端 未结 6 2017
我在风中等你
我在风中等你 2021-02-08 14:34

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 15:14

    Personally, I would say:

    • .NET 3.5
    • WCF Data Services (for communication between the client app and your data)
    • SQL Server 2k5/2k8 (whichever you can use)
    • Silverlight w/ Out of Browser Functionality
    • VistaDB (to store data locally on the client until you can push to the server)

提交回复
热议问题