Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在 asp.net mvc4 中创建了我的应用程序,现在我想创建一个 Web 服务,用于在 Web 应用程序和 Android 手机之间同步数据。最好从什么开始?
Service Stack是一个很棒的库,可以帮助您使用 REST 从客户端与服务器进行通信。