Microsoft® .NET Compact Framework (Core Reference)

The Microsoft® Windows® .NET Compact Framework brings the power of the .NET Framework to handheld devices such as Pocket PCs and smart phones. Learn exactly how to build killer applications-and how to solve typical problems-in developing for resource-constrained devices with this book. You'll...

Descripción completa

Detalles Bibliográficos
Autor principal: Wigley, Andy (-)
Otros Autores: Wheelwright, Stephen, Burbridge, Robert, MacLoed, Rory, Sutton, Mark
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol : Microsoft Press 2009.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627946006719
Tabla de Contenidos:
  • Microsoft® .NET Compact Framework (Core Reference); Acknowledgments; Introduction; Sample Code; Support; I. .NET Compact Framework Architecture; PSION Invents the Personal Organizer; PDA Market Expands; Microsoft and Handhelds; Microsoft .NET; .NET Is a Better COM; Is That It?; .NET and Mobility; SQL Server CE; ASP.NET Mobile Controls; Mobile Information Server; .NET Compact Framework Target Platforms; And Platforms That Don't; Developer Tools; eMbedded Visual Tools Version 3; eMbedded C++ Version 4; Getting Started with Smart Device Projects in Visual Studio .NET
  • Creating a Smart Device Application ProjectSmart Device Application Wizard; Managing Your Project; Creating a Hello World Application; Modify the Project; Using the Emulator; Using the Pocket PC Emulator; Using the Windows CE .NET Emulator; Unique Challenges Facing Mobile Developers; SQL Server CE; Resource-Constrained Devices; Security Implications; Summary; 2. .NET Framework Fundamentals; Portable Execution Environment?; Application Domain Hosts; Application Domains; Verifiable Type-Safe Execution; JIT Compilation Not Interpreted!; Garbage Collection; Rich Exception Handling
  • Remote DebuggingAssemblies; Working with Class Objects; Releasing Resources with IDisposable; Delegates and Events; .NET Compact Framework Class Libraries; Value and Reference Types; Elementary Data Types; Language Interoperability; Common Language Specification; Primary Differences from the Full .NET Framework; COM Interop; Internet Deployment; Ngen.exe; Reflection Emit; Remoting; Serialization; System.CodeDom Namespace; Support for Printing; Visual Basic File I/O; Web Forms; XPath/XSLT; Summary; II. Developing Applications with the .NET Compact Framework; Creating Windows Forms
  • Windows Forms Target Platform DifferencesWindows CE .NET Projects; Comparing Forms Behavior in the .NET Framework and the .NET Compact Framework; AutoScroll; Anchor; IsMdiContainer; KeyPreview; TabIndex and TabStop; Keyboard Events; Paint and Resize Events; Supported and Unsupported Controls; Graphics Support; Exploring Windows Forms Controls; Members of Controls; Methods; Events; Property and Event Settings; .NET Compact Framework Controls; The CheckBox Control; The ComboBox Control; The ContextMenu Control; The DataGrid Control; Formatting DataGrid Output; The DomainUpDown Control
  • The HScrollBar and VScrollBar ControlsThe ImageList Control; The Label Control; The ListBox Control; The ListView Control; The MainMenu Control; The NumericUpDown Control; The OpenFileDialog and SaveFileDialog Controls; The Panel Control; The PictureBox Control; The ProgressBar Control; The RadioButton Control; The StatusBar Control; The TabControl Control; The TextBox Control; The Timer Control; The ToolBar Control; The TrackBar Control; The TreeView Control; Summary; 4. Building Windows Forms Applications; Keeping to Form Display Guidelines; Creating Custom Dialog Boxes
  • Using Built-In Dialog Boxes