In-Depth

Occasionally Connected Smart Clients

Users want their data to be available, even if their network isn''t. Microsoft''s Steve Lasker takes you through the various options for developing Occasionally Connected Smart Clients that operate in an offline mode as well as online.

Watch the video of the session! (Running time: 1 hour, 12 minutes)

Many developers assume that wireless will be everywhere, enabling applications to communicate with centrally located servers regardless of the user's location. Any developer who has actually tried deploying connected applications knows that this is far from reality. Users want their applications to work and want their data to be available, even if the network isn't.

Steve Lasker takes you through the various options for developing Occasionally Connected Smart Clients that operate in an offline mode as well as online. He covers how to use VS 2005's ClickOnce to deploy your smart client, how to sync technologies using SQL Mobile for Windows Mobile devices, and how to use SOA in the form of WSE and Indigo to loosely-couple your synchronization logic in the smart client and reconciliation server.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube