Cargando…

.NET Compact Framework 3.5 data-driven applications : build robust and feature-rich mobile data-driven applications with the help of real-world examples /

Annotation.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tan, Edmund
Otros Autores: Yap, Greg (Revisador)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2010.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: CRMLive.NET: An Overview; Tomorrow Inc.; The mobile sales force application; The mobile dashboard application; The mobile support case application; Data flow in CRMLive.NET; Deciding on the type of mobile application; Thin clients; Thick clients; Smart clients; Messaging; A brief summary; Defining the mobile sales force application; Capturing lead, opportunity, and customer information; Mobile screen design; Creating reusable controls; Maintaining global lists
  • Data retrieval and manipulation on the mobile deviceData transfer between multiple mobile devices; Task management; Full-text search functionality; Integrating with Windows Mobile and the hardware; Detect incoming phone calls and SMS; Integrating with the Windows Mobile Calendar and Contacts book; Data exchange using Bluetooth and IrDA; Capturing handwritten input; Data synchronization; Dual database support; Application maintenance and upgrades; Defining the mobile dashboard application; Using stateless web services as a data source; Rendering the dashboard; Road show revenue
  • Total monthly salesSales for last three months; Defining the mobile support case application; Building a messaging backbone with MSMQ; Summary; Chapter 2: Building the Data Tier; Designing the data tier; SQL Server CE 3.5 versus Oracle Lite 10g; Connecting the Windows Mobile emulator to ActiveSync; Setting up SQL Server Compact 3.5; Installing SQL Server CE on the development machine; Installing SQL Server CE on the Pocket PC device.; Setting up Oracle Lite 10g; Installing Oracle Lite 10g on the development machine; Installing Oracle Lite 10g on the Pocket PC device; Building the data tier
  • Building the CRMLiveFramework projectDefining the IDataLibPlugin interface; Building the Plugin Manager UI; An overview; Implementing the PluginCollection class; Implementing the PluginManager class; Creating the SalesForceApp project; Building the ConfigurePlugin form; Building the PluginsSetup form; Testing what you've built so far; Building the database plugins; Implementing the SQL Server CE Plugin; Storing DDL in the resource file; Building the plugin class; Connecting to SQL Server CE; Programmatically creating the SQL Server CE database; Testing what you've done so far
  • Browsing the SQL Server CE database with Query AnalyzerRetrieving data from SQL Server CE; Data manipulation in SQL Server CE; Dealing with GUID values in SQL Server CE; Implementing the Oracle Lite plugin; Storing DDL in the resource file; Building the plugin class; Connecting to Oracle Lite; Programmatically creating the Oracle Lite database; Browsing the Oracle Lite database with Msql; Retrieving data from Oracle Lite; Data manipulation in Oracle Lite; Dealing with GUID values in Oracle Lite; Summary; Chapter 3: Building the Mobile Sales Force Module