Microsoft.NET mobiililaitteille:.net Compact Framework

Size: px
Start display at page:

Download "Microsoft.NET mobiililaitteille:.net Compact Framework"

Transcription

1 Microsoft.NET mobiililaitteille:.net Compact Framework Aali Alikoski Architect Evangelist Microsoft Finland Agenda Visual Studio.NET &.NET Framework Microsoft-alustan mobiililaitteet Mobiilikehitys Q&A This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 1

2 Visual Studio.NET 2003 &.NET Framework Microsoft.NET mikä? 1. Microsoftin implementaatio Web Services teknologioista 2. Alusta sovellusten tekemiseen Microsoft-ympäristössä nyt ja tulevaisuudessa Software to connect information, people, systems and devices This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 2

3 Mitä.NETtiin kuuluu? Työkalut sovellusten tekemiseen Visual Studio.NET Joukko ohjelmointikieliä.net Framework Alusta sovellusten suorittamiseen Windows-käyttöjärjestelmä.NET Framework Taustalla myös palvelimia -.NET Enterprise Servers Visual Studio.NET ja ohjelmointikielet Browser Apps Web Services Local Apps Mobile Apps Windows Forms Enterprise Services ASP.NET ADO.NET More.NET Framework Class Library Common Language Runtime Windows ja palvelinsovellukset This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 3

4 Monen kielen tuki.net on kieliriippumaton Kaikki.NET-kielet samanarvoisia Integraatio kielten välillä Samat ohjelmointityökalut Microsoft tekee Visual Basic, C++, C#, J#, JScript Kolmannet osapuolet APL, COBOL, Eiffel, Fortran, Haskell, ML, Perl, Python, RPG, Scheme, Smalltalk, Käyttöliittymät Neljä erilaista.net-käyttöliittymää 1. Perinteinen Windows-sovellus 2. Perinteinen Web-käyttöliittymä - selain 3. Mobiili Windows-sovellus - PocketPC 4. Mobiili Web-käyttöliittymä WAPkännykkä Muut käyttöliittymät? Toiminnallisuus käyttöön Web-palveluiden kautta jolloin käyttöliittymä voi olla melkein mitä vain! Koodin käyttö liittymästä toiseen This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 4

5 Development For Mobile Devices Development Platform Overview Visual Studio.NET.NET Framework Server-side Web Apps Remote Web Pages Local Code Client-side Rich Apps Mobile Web Browser.NET Compact Framework Mobile Devices This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 5

6 Mobile Devices Windows XP-based Laptops and Tablet PCs Windows XP Windows XP Tablet PC Edition Custom devices Windows XP Embedded Custom operating system built from Windows XP components Mobile Devices Windows CE-based PDA-style Pocket PC 2000, 2002 & Phone Edition Windows CE 3.0 Pocket PC 2003 & Phone Edition Windows CE.NET 4.2 Phone-style SmartPhone 2002 Windows CE 3.0 SmartPhone 2003 Windows CE.NET 4.2 This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 6

7 Pocket PC Phone vs Smartphone Pocket PC Phone Edition Touch Screen PDA Form Factor Storage in RAM MB RAM, ~ MHz CPU Smartphone No Touch Screen Phone Form Factor Durable Like a Phone Storage on Flash 16MB RAM, ~ MHz CPU Both Multimedia Features Pocket Outlook, Pocket Internet Explorer GSM/GPRS or CDMA Radio SD Card More Network Connectivity Technologies supported by Windows CE WLAN Bluetooth GSM/GPRS/CDMA IrDA Hardware support Varies by device Not all technologies supported in all devices This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 7

8 Laitteiden saatavuus Suomessa Pocket PC Tarjontaa paljon Puhelinlaitteet (Phone Edition & SmartPhone) Qtek maahantuoja M-Technology Oy Useita jälleenmyyjiä Mobile Browser Applications This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 8

9 Development For Mobile Devices Mobile Browser Applications Visual Studio.NET.NET Framework Remote Web Pages Local Code Mobile Web Browser.NET Compact Framework Range of Devices Web Site This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 9

10 The Solution: ASP.NET Mobile Controls Adaptively render to devices based on browser, device and gateway combination Extend ASP.NET to empower web developers to build mobile web applications Integrates with the Visual Studio.NET development environment for ease of use. Formerly known as Microsoft Mobile Internet Toolkit. The Solution: ASP.NET Mobile Controls Single mobile Web page that adapts to multiple devices Support multiple mark-up languages WML1.1 (WAP), chtml 1.0, xhtml Mobile and Basic profile, and HTML 3.2 Support for a variety of devices Web enabled Cell Phones, PDAs, and Pagers Customizable and extensible framework Add new controls and devices Support for new devices with out having to rewrite or recompile your application This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 10

11 Supported Mobile Browsers V1.0: Support for 80+ devices ACCESS Compact, Ericsson, GoAmerica Go.Web, Microsoft Mobile Explorer, Microsoft Pocket Internet Explorer, Nokia, Openwave UP.Browser 3.x and 4.x, many more Device Update 1, May 2002: ~150 devices Device Update 2, January 2003: 200+ devices Device Update 3, August 2003: 236 devices If your device is not supported in a Microsoft Device Update pack: Extensibility features allow you to add your own support Mobile Windows Applications This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 11

12 Development For Mobile Devices Mobile Windows Applications Visual Studio.NET.NET Framework Remote Web Pages Local Code Mobile Web Browser.NET Compact Framework Managed Code Development Visual Studio.NET &.NET Compact Framework Rich, deep API for smart devices User Interface: GDI+, Windows Forms Connectivity: Web services, TCP/IP, IrDA Data Access: ADO.NET, XML Native code interoperability JIT compiled, not interpreted Best of managed & native worlds Visual Studio.NET IDE Same skills as desktop and server This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 12

13 Visual Studio.NET 2003 Supports Pocket PC 2002 out of the box Pocket PC 2002 Emulator 2003 versions supported via free downloads Windows Mobile 2003 Pocket PC SDK Windows Mobile 2003 Smartphone SDK Emulators for 2003 versions oper Visual Studio.NET 2003 Device Features Visual Basic.NET and Visual C#.NET Compact Framework Support Features Device project templates Rich designers and editors Integrated help and samples Emulation Remote debugging Simple application install This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 13

14 Compact Framework Support in Devices Windows Mobile 2003 Based on Windows CE.NET 4.2 operating system Includes Compact Framework in ROM Pocket PC 2003 Full compact framework Smartphone 2003 Subset of compact framework features Most Pocket PC features fully supported Controls adapted to have Smartphone look & feel Smartphone navigation model supported Support for keypad navigation and keypad events Supported Controls Pocket PC and Windows CE.NET Supported controls Button CheckBox ComboBox ContextMenu DataGrid DomainUpDown FileOpenDialog HScrollBar ImageList Label ListBox ListView TreeView FileSaveDialog MainMenu NumericUpDown Panel PictureBox ProgressBar RadioButton StatusBar TabControl TextBox Timer ToolBar VScrollBar MessageBox Form This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 14

15 Supported Controls Smartphone Supported controls Button CheckBox ComboBox ContextMenu DataGrid DomainUpDown FileOpenDialog HScrollBar ImageList Label ListBox ListView TreeView FileSaveDialog MainMenu NumericUpDown Panel PictureBox ProgressBar RadioButton StatusBar TabControl TextBox Timer ToolBar VScrollBar MessageBox Form Smartphone Developer Kit red e SC1100 Smartphone device Null SIM Mobile Development Toolkit (Resource CD) VS.NET 2003 trial Smartphone 2003 SDK Whitepapers, Getting Started, etc. Available for $ This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 15

16 Data Access in Compact Framework ADO.NET DataSet Providers for SQL Server 7.0, 2000 CE 2.0 Strategies Always connected Caching Occasionally connected SQL Server CE 2.0 SQL Server engine for Windows CE devices Only Pocket PC supported currently Many SQL Server features supported Local access via System.Data.SQLServerCE Supports replication with SQL Server This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 16

17 Futures.NET Futures Next generation.net Framework 2.0 Visual Studio Whidbey SQL Server Yukon SQL Server CE Laguna Beyond Windows Longhorn Visual Studio Orcas This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 17

18 Core Concepts For Whidbey Integrated Native and Managed Development Environment Enhanced Language Support Performance Making the machine faster Extensibility Extend and integrate the.net CF platform into your device Library Evolution Increased developer productivity and code portability Summary Developer tools for 2003 versions are available now Pocket PC & Smartphone VS.NET 2003 & Compact Framework 1.0 for managed development Target non-ms devices with ASP.NET Mobile Controls This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 18

19 This presentation is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 19

Considerations for Mobile Application Development

Considerations for Mobile Application Development Intermec Technologies Considerations for Mobile Application Development Developer Support, 2012 Intermec Technologies 1/3/2012 Table of Contents What is an AKU?... 3 Device OS / IVA (SSPB)... 3 Operating

More information

DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment

DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment December 2004 Te c h n i c a l W h i t e P a p e r S y m b o l T e c h n o l o g i e

More information

Authoring tools & development platforms: Requirements for mobile devices-enabled cultural applications

Authoring tools & development platforms: Requirements for mobile devices-enabled cultural applications Authoring tools & development platforms: Requirements for mobile devices-enabled cultural applications Daphne Economou, Damianos Gavalas, Michael Kenteris Cultural Heritage Management Laboratory (CHMLab)

More information

Introduction to Windows Mobile Development. Daniel Moth Developer and Platform Group Microsoft UK http://www.danielmoth.com/blog

Introduction to Windows Mobile Development. Daniel Moth Developer and Platform Group Microsoft UK http://www.danielmoth.com/blog Introduction to Windows Mobile Development Daniel Moth Developer and Platform Group Microsoft UK http://www.danielmoth.com/blog Same skills, same tools.net Visual Studio AGENDA Same tools, same skills,

More information

Lista alfabética de produtos disponíveis para download

Lista alfabética de produtos disponíveis para download Lista alfabética de produtos disponíveis para download Autoroute 2011 Microsoft.NET Compact Framework 2.0 Microsoft.NET Framework 1.1 SDK Microsoft.NET Framework 2.0 Microsoft.NET Framework 4 Microsoft.NET

More information

Iron Speed Designer Installation Guide

Iron Speed Designer Installation Guide Iron Speed Designer Installation Guide Version 1.6 Accelerated web application development Updated May 11, 2004 Iron Speed, Inc. 1953 Landings Drive Mountain View, CA 94043 650.215.2200 www.ironspeed.com

More information

Part nº Descripción Idioma Disc nº Fecha X06-07778 Welcome to MSDN Getting Started Guide

Part nº Descripción Idioma Disc nº Fecha X06-07778 Welcome to MSDN Getting Started Guide MSDN Academic Alliance Facultad de Informática CATEGORÍAS Library Index, SDK, DDK Developer Tools Platforms Servers Applications Actualización: junio de 2006 Library Part nº Descripción Idioma Disc nº

More information

Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 13 Computer Programs and Programming Languages Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between machine and assembly languages Identify

More information

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT Dr. Mike Morrison, University of Wisconsin-Eau Claire, morriscm@uwec.edu Dr. Joline Morrison, University of Wisconsin-Eau Claire, morrisjp@uwec.edu

More information

CrossPlatform ASP.NET with Mono. Daniel López Ridruejo daniel@bitrock.com

CrossPlatform ASP.NET with Mono. Daniel López Ridruejo daniel@bitrock.com CrossPlatform ASP.NET with Mono Daniel López Ridruejo daniel@bitrock.com About me Open source: Original author of mod_mono, Comanche, several Linux Howtos and the Teach Yourself Apache 2 book Company:

More information

for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications

for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications Introduction Building Mobile Applications for Java developers Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted,

More information

IST STREP Project. Deliverable D3.3.1u Middleware User s Guide Multi-Radio Device Management Layer. http://www.ist-plastic.org

IST STREP Project. Deliverable D3.3.1u Middleware User s Guide Multi-Radio Device Management Layer. http://www.ist-plastic.org IST STREP Project Deliverable D3.3.1u Middleware User s Guide Multi-Radio Device Management Layer http://www.ist-plastic.org Project Number : IST-26955 Project Title : PLASTIC Deliverable Type : Report

More information

Key Benefits of Microsoft Visual Studio 2008

Key Benefits of Microsoft Visual Studio 2008 Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current

More information

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB) Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB) Course Number: 70-567 UPGRADE Certification Exam 70-567 - UPGRADE: Transition your MCPD Web Developer Skills to MCPD ASP.NET

More information

Microsoft Certified Applications Developer (MCAD) exams

Microsoft Certified Applications Developer (MCAD) exams Microsoft Certified Applications Developer (MCAD) exams Numer Egzaminu 72-229 Designing and Implementing Databases with Microsoft SQL Server 2000 Enterprise Edition 72-230 Designing and Implementing Solutions

More information

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,

More information

Disponibilidad de software

Disponibilidad de software Disponibilidad de software Nombre Producto.NET Framework SDK 1.1.NET Micro Framework Porting Kit v3.0.net Micro Framework SDK Academic Resource Kit.NET CD1 Teaching Resources Academic Resource Kit.NET

More information

Intellex Platform Security Update Process. Microsoft Security Updates. Version 11-12

Intellex Platform Security Update Process. Microsoft Security Updates. Version 11-12 Intellex Platform Security Update Process Microsoft Security Updates Version 11-12 Contents Intellex Platform Security Update Process... 1 Introduction... 3 Installing updates on an Intellex Ultra running

More information

Intellex Platform Security Update Process. Microsoft Security Updates. Version 06-10

Intellex Platform Security Update Process. Microsoft Security Updates. Version 06-10 Intellex Platform Security Update Process Microsoft Security Updates Version 06-10 Contents Intellex Platform Security Update Process... 1 Introduction... 3 Installing updates on an Intellex Ultra running

More information

Disponibilidad de software

Disponibilidad de software Disponibilidad de software Nombre del Producto.NET Framework SDK 1.1.NET Micro Framework SDK Academic Resource Kit.NET CD1 Teaching Resources Academic Resource Kit.NET CD2 Technology Resources Access 2003

More information

Programación de Sistemas Empotrados y Móviles (PSEM)

Programación de Sistemas Empotrados y Móviles (PSEM) Introduction to Windows Embedded Programación de Sistemas Empotrados y Móviles (PSEM) Marco A. Peña marcoa@ac.upc.edu Table of contents Windows XP Embedded vs. Windows CE Windows XP Embedded Windows CE

More information

Disponibilidad de software

Disponibilidad de software Nombre del producto Disponibilidad de software.net Framework SDK 1.1.NET Framework Version 2.0 Redistributable Package (x86).net Micro Framework SDK Microsoft.NET Framework 1.1 SDK Academic Resource Kit.NET

More information

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP

More information

.NET Overview. Andreas Schabus Academic Relations Microsoft Österreich GmbH andreas.schabus@microsoft.com http://blogs.msdn.

.NET Overview. Andreas Schabus Academic Relations Microsoft Österreich GmbH andreas.schabus@microsoft.com http://blogs.msdn. Based on Slides by Prof. Dr. H. Mössenböck University of Linz, Institute for System Software, 2004 published under the Microsoft Curriculum License.NET Overview Andreas Schabus Academic Relations Microsoft

More information

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 1 The Web, revisited WEB 2.0 marco.ronchetti@unitn.it Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 2 The old web: 1994 HTML pages (hyperlinks)

More information

.NET Overview. David Smith. Today s s Topics. Why am I here? A tool. Microsoft s s Vision for.net

.NET Overview. David Smith. Today s s Topics. Why am I here? A tool. Microsoft s s Vision for.net .NET Overview David Smith Microsoft Student Ambassador CS Major Michigan State University Today s s Topics Why I m I m here. Exciting Demo IssueVision What is.net? Why learn.net? Look into the Demo Old

More information

SPISAK RASPOLOŽIVOG SOFTVERA U OKVIRU MSDN-AA PROGRAMA:

SPISAK RASPOLOŽIVOG SOFTVERA U OKVIRU MSDN-AA PROGRAMA: SPISAK RASPOLOŽIVOG SOFTVERA U OKVIRU MSDN-AA PROGRAMA:.NET Framework 1.1 SDK.NET Framework Version 2.0 Redistributable Package (x86).net Micro Framework Porting Kit v3.0.net Micro Framework SDK Academic

More information

Article. One for All Apps in HTML5

Article. One for All Apps in HTML5 One for All Apps The boom of smartphones and tablets in the consumer sector creates new problems for developers of industrial Apps: They have to build Apps quickly that run on any type of smartphone and

More information

WinCon-8000. Programmable Automation. Controller

WinCon-8000. Programmable Automation. Controller Programmable Automation Controller Introduction The is a leading edge embedded platform with Intel Strong ARM CPU running the Windows CE.NET operating system. When compared to the standard Windows OS,

More information

Implementation Guideline: Enterprise Application Development Guidelines for the Microsoft.Net Framework

Implementation Guideline: Enterprise Application Development Guidelines for the Microsoft.Net Framework THE OFFICE OF ENTERPRISE TECHNOLOGY STRATEGIES Statewide Technical Architecture Implementation Guideline: Enterprise Application Development Guidelines for the Microsoft.Net Framework STATEWIDE TECHNICAL

More information

OFFICE 2007 WINDOWS VISTA. x Outlook 2007 with Business Contact Manager x x x. x Groove 2007. Office Standard. Office Ultimate. Office Small Business

OFFICE 2007 WINDOWS VISTA. x Outlook 2007 with Business Contact Manager x x x. x Groove 2007. Office Standard. Office Ultimate. Office Small Business OFFICE 2007 Pick your new office Office Home and Student Office Standard Office Small Business Office Professional Office Ultimate Word 2007 Ecel 2007 PowerPoint 2007 OneNote 2007 Outlook Outlook 2007

More information

Yarmouk University Faculty of Science and Information Technology Department of Computer Information Systems CIS 282 Developing Web Applications

Yarmouk University Faculty of Science and Information Technology Department of Computer Information Systems CIS 282 Developing Web Applications Yarmouk University Faculty of Science and Information Technology Department of Computer Information Systems CIS 282 Developing Web Applications Course Credits: 3 credit hours Pre-requisite(s): CIS 110

More information

System Requirements for Microsoft Dynamics NAV 2015

System Requirements for Microsoft Dynamics NAV 2015 System Requirements for Microsoft Dynamics September 2014 Contents... 3 Microsoft Dynamics NAV Windows Client Requirements... 4 Microsoft Dynamics NAV Development Environment Requirements... 5 Microsoft

More information

A Modular Approach to Teaching Mobile APPS Development

A Modular Approach to Teaching Mobile APPS Development 2014 Hawaii University International Conferences Science, Technology, Engineering, Math & Education June 16, 17, & 18 2014 Ala Moana Hotel, Honolulu, Hawaii A Modular Approach to Teaching Mobile APPS Development

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 6/24/2012) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 General Design... 2 Debugging Source Code with Visual

More information

Developing Database Business Applications using VB.NET

Developing Database Business Applications using VB.NET Developing Database Business Applications using VB.NET Curriculum class designed and written by Ernest Bonat, Ph.D., President Visual WWW, Inc. Visual WWW is a Microsoft Visual Studio Industry Partner

More information

ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon

ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon ASP &.NET Microsoft's Solution for Dynamic Web Development Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon Introduction Microsoft's Server-side technology. Uses built-in

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course

More information

Rapid Setup - Hosted ELMS - Czech

Rapid Setup - Hosted ELMS - Czech Rapid Setup - Hosted ELMS - Czech Access 2007 (Czech) Access 2010 (x64) - (Czech) Access 2010 (x86) - (Czech) InfoPath 2003 (Czech) Office Communicator 2007 (Czech) Office Groove 2007 (Czech) Office SharePoint

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

1 Documentation Accessibility

1 Documentation Accessibility Oracle Database Client Quick Installation Guide 10g Release 1 (10.1.0.2.0) for Windows Part No. B13691-01 March 2004 This guide describes how to quickly install Oracle Database Client on Windows systems.

More information

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory. 2012 IBM Corporation 1

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory. 2012 IBM Corporation 1 Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory 1 Agenda Mobile web applications and Web Experience Factory High-level tour of Web Experience Factory automation

More information

Список программных продуктов Microsoft, доступных преподавателям, аспирантам, студентам для скачивания в системе ELMS

Список программных продуктов Microsoft, доступных преподавателям, аспирантам, студентам для скачивания в системе ELMS Список программных продуктов Microsoft, доступных преподавателям, аспирантам, студентам для скачивания в системе ELMS.NET Framework SDK 1.1.NET Framework Version 2.0 Redistributable Package (x86).net Micro

More information

CATALOG OF CLASSES IT and Technical Courses

CATALOG OF CLASSES IT and Technical Courses CATALOG OF CLASSES IT and Technical Courses Table of Contents CATALOG OF CLASSES... 1 Microsoft... 1 10135BC... 1 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2...

More information

MSDN Academic Alliance

MSDN Academic Alliance MSDN Academic Alliance Lista de softwares disponíveis Atualizada em: 03/10/2007 Tecnologia & Redes Página 1 de 10 1. Aplicações: 1.1. Access 1.2. Accounting 1.3. Business Scorecard Manager 1.4. Communicator

More information

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led 2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills

More information

1 of 8 9/9/10 12:16 PM

1 of 8 9/9/10 12:16 PM ADMINISTRATION SOFTWARE SUPPORT 1 of 8 9/9/10 12:16 PM My Account Log Out Menu Announcements Announcements For Users System Management Product Management Configuration Rapid Setup Hosted ELMS Campus Hosted

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica

Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica Agenda The Microsoft WE Channel (Windows Embedded) Licensing / Availability Microsoft XP Professional (WE Enterprise)

More information

Only Athena provides complete command over these common enterprise mobility needs.

Only Athena provides complete command over these common enterprise mobility needs. Mobile devices offer great potential for making your enterprise run faster, smarter, and more profitably. However, mobile devices can create considerable challenges for your IT organization, since they

More information

ASP.NET Using C# (VS2012)

ASP.NET Using C# (VS2012) ASP.NET Using C# (VS2012) This five-day course provides a comprehensive and practical hands-on introduction to developing applications using ASP.NET 4.5 and C#. It includes an introduction to ASP.NET MVC,

More information

Mobile Software Technologies (SW8)

Mobile Software Technologies (SW8) Mobile Software Technologies (SW8).NET Compact Framework Hua Lu Department of Computer Science Aalborg University Spring 2008 .NET Compact Framework.NET Framework.NET Compact Framework Basic Supports in.net

More information

Microsoft.NET Mobile Web

Microsoft.NET Mobile Web БЪЛГАРСКА АКАДЕМИЯ НА НАУКИТЕ. BULGARIAN ACADEMY OF SCIENCES ПРОБЛЕМИ НА ТЕХНИЧЕСКАТА КИБЕРНЕТИКА И РОБОТИКАТА, 54 PROBLEMS OF ENGINEERING CYBERNETICS AND ROBOTICS, 54 София. 2004. Sofia Microsoft.NET

More information

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007 This level of training is designed to help you make the most of your first steps into computing. They cover a basic introduction to a range of Microsoft products such as Word, Power Point and Excel. Course

More information

Additional Software and Hardware Requirements

Additional Software and Hardware Requirements ONLINE REGISTRAR S OFFICE 550 West Van Buren, 7th Floor Chicago, IL 60607 Tel: 312.777.6333 Additional Software and Hardware Requirements In the Kaplan University online learning environment, computer

More information

Windows Services Manager

Windows Services Manager July 2012 Windows Services Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain

More information

How To Understand Programming Languages And Programming Languages

How To Understand Programming Languages And Programming Languages Objectives Differentiate between machine and and assembly languages Describe Describe various various ways ways to to develop develop Web Web pages pages including including HTML, HTML, scripting scripting

More information

WEB COMPAS MINIMUM HOSTING REQUIREMENTS

WEB COMPAS MINIMUM HOSTING REQUIREMENTS WEB COMPAS MINIMUM HOSTING REQUIREMENTS For Additional Support: Northpointe Institute for Public Management T: 231.938.5959 F: 231.938.5995 www.npipm.com support@npipm.com Adult COMPAS Web Application

More information

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Oxford University Press 2007. All rights reserved. 1 Handheld Pocket Computers Come in many manifestations

More information

Release Notes FlexPendant SDK 5.13. Date 2010-04-07. Table of Content GENERAL... 2. Release Information...2. Introduction...2. Installation...

Release Notes FlexPendant SDK 5.13. Date 2010-04-07. Table of Content GENERAL... 2. Release Information...2. Introduction...2. Installation... Table of Content 1/15 GENERAL... 2 Release Information...2 Introduction...2 Installation...3 Hardware and Software requirements...4 Compatibility...5 FlexPendant SDK...6 Updates in FP SDK 5.10 vs. 5.09...7

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

Embedded PC The modular Industrial PC for mid-range control. Embedded PC 1

Embedded PC The modular Industrial PC for mid-range control. Embedded PC 1 Embedded PC The modular Industrial PC for mid-range control Embedded PC 1 Embedded OS Operating Systems Major differences Details XPE / CE Embedded PC 2 The Windows Embedded OS family CX1000 The modular,

More information

How To Develop A Web Development Software For A Business

How To Develop A Web Development Software For A Business Company Profile Rg. No. GUJ-BVN-13673 0 Introduce with company OmTechSoft is an established high-potential player with a rich experience in developing customized commercial grade products and applications

More information

ICAPRG601A Develop advanced mobile multi-touch applications

ICAPRG601A Develop advanced mobile multi-touch applications ICAPRG601A Develop advanced mobile multi-touch applications Release: 1 ICAPRG601A Develop advanced mobile multi-touch applications Modification History Release Release 1 Comments This Unit first released

More information

Categorie Descrizione Codice Lingua

Categorie Descrizione Codice Lingua Microsoft Academic Resource Kit for.net Technology 1726-01 English Microsoft Business Solutions Small Business Manar 7.5 SDK, Microsoft Business Solutions Great Plains 7.5 SDK, SQL Server 2000 Web Services

More information

Visual studio 2008 overview

Visual studio 2008 overview OVERVIEW MICROSOFT VISUAL STUDIO 2008 is the development system for designing, developing, and testing next-generation Microsoft Windows -based solutions, Web applications, and services. By improving the

More information

Installed software with license balance - Microsoft

Installed software with license balance - Microsoft (KB974318) (KB972270) Aktualizacja zabezpieczeń dla programu Windows Media Player (KB973540) Aktualizacja zabezpieczeń dla programu Windows Media Player (KB978695) (KB980218) (KB2479943) Microsoft SQL

More information

Developer AA vollständige Produktliste (Stand November 2009) Deutsche Sprachversionen:

Developer AA vollständige Produktliste (Stand November 2009) Deutsche Sprachversionen: Developer AA vollständige Produktliste (Stand November 2009) Deutsche Sprachversionen: Exchange Server 2003 Enterprise Edition Exchange Server 2007 Enterprise Edition Exchange Server 2007 Standard Edition

More information

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming TRAINING & REFERENCE murach's web programming with C# 2010 Anne Boehm Joel Murach Va. Mike Murach & Associates, Inc. I J) 1-800-221-5528 (559) 440-9071 Fax: (559) 44(M)963 murachbooks@murach.com www.murach.com

More information

Categorie Descrizione Codice Lingua

Categorie Descrizione Codice Lingua DirectX 9.0 SDK Update, Microsoft Mobile Internet Toolkit 1.0 2011-01 English DirectX 9.0 SDK Update,DirectX 9.0 SDK Update, Microsoft Enterprise Instumentation Framework, Microsoft Mobile Internet Toolkit

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver

More information

Cód. do DreamSpark.com para acesso gratuito à Microsoft Windows Store e ao Windows Phone Dev Center

Cód. do DreamSpark.com para acesso gratuito à Microsoft Windows Store e ao Windows Phone Dev Center Microsoft Windows 8.1 Microsoft Windows 8 Microsoft Windows 7 Microsoft Visual Studio 2013 Microsoft Visual Studio 2012 Microsoft Project 2013 Microsoft Visio 2013 Microsoft Access 2013 Microsoft Visual

More information

COMMON All Day Lab 10/16/2007 Hands on VB.net and ASP.Net for iseries Developers

COMMON All Day Lab 10/16/2007 Hands on VB.net and ASP.Net for iseries Developers COMMON All Day Lab 10/16/2007 Hands on VB.net and ASP.Net for iseries Developers Presented by: Richard Schoen Email: richard@rjssoftware.com Bruce Collins Email: bruce.collins@aaacooper.com Presentor Information

More information

Smartphone Development Tutorial

Smartphone Development Tutorial Smartphone Development Tutorial CS 160, March 7, 2006 Creating a simple application in Visual Studio 2005 and running it using the emulator 1. In Visual Studio 2005, create a project for the Smartphone

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

More information

01. Introduction of Android

01. Introduction of Android 01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment

More information

Project Server 2010 - hardware and software requirements

Project Server 2010 - hardware and software requirements Project Server 2010 - hardware and software requirements At a high-level, the key requirements for Project Server 2010 are as follows: The 64-bit version of Windows Server 2008 Service Pack 2 or Windows

More information

Exchange Server 2013 Exchange Server 2013 with Service Pack 1 Expression 3 Studio (MSDN AA) Expression 4 Ultimate FAST Search Server 2010 FAST Search

Exchange Server 2013 Exchange Server 2013 with Service Pack 1 Expression 3 Studio (MSDN AA) Expression 4 Ultimate FAST Search Server 2010 FAST Search Product Updated (August 6, 2014).NET Framework 4.NET Framework 4.5.NET Framework 4.5.1.NET Micro Framework Porting Kit.NET Micro Framework SDK and DDKs Academic Alliance Tools Access 2007 Access 2010 Access

More information

ICAPRG409A Develop mobile applications

ICAPRG409A Develop mobile applications ICAPRG409A Develop mobile applications Release: 1 ICAPRG409A Develop mobile applications Modification History Release Release 1 Comments This Unit first released with ICA11 Information and Communications

More information

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Academic Visual Studio Library Curso Nombre del curso Idioma 2263 Clinic 2263: Exam Preparation for

More information

Nokia 9210i/9290 Communicators and PersonalJava TM Application Development

Nokia 9210i/9290 Communicators and PersonalJava TM Application Development Nokia 9210i/9290 Communicators and Personal TM Application Development 05-03-2002 Nokia 9210i/9290 Communicators and PersonalTM Application Development Table of contents 1. DIFFERENT JAVA TECHNOLOGIES...

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard

Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard A Scalable Systems Initiative Scalable Microsoft Application Re-engineering Technology Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard Visual Studio.Net Framework

More information

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8 Guide to Wireless Communications Digital Cellular Telephony Chapter 2 Learning Objectives Digital Cellular Telephony 3 Describe the applications that can be used on a digital cellular telephone Explain

More information

Hardware & Software Requirements for BID2WIN Estimating & Bidding, the BUILD2WIN Product Suite, and BID2WIN Management Reporting

Hardware & Software Requirements for BID2WIN Estimating & Bidding, the BUILD2WIN Product Suite, and BID2WIN Management Reporting Hardware & Software s for BID2WIN Estimating & Bidding, the BUILD2WIN Product Suite, and BID2WIN Management Reporting BID2WIN Software, Inc. Updated 05/08/2012 Abstract This document describes the hardware

More information

Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to:

Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Run your most demanding mission-critical applications. Reduce

More information

An Overview Of ClickOnce Deployment. Guy Smith-Ferrier. Courseware Online. gsmithferrier@coursewareonline.com. Courseware Online

An Overview Of ClickOnce Deployment. Guy Smith-Ferrier. Courseware Online. gsmithferrier@coursewareonline.com. Courseware Online An Overview Of ClickOnce Deployment Guy Smith-Ferrier Courseware Online gsmithferrier@coursewareonline.com 1 Author of.net Internationalization, Addison Wesley, ISBN 0321341384 Due Summer 2005 2 ClickOnce

More information

ADDITIONAL SOFTWARE AND HARDWARE REQUIREMENTS

ADDITIONAL SOFTWARE AND HARDWARE REQUIREMENTS ONLINE REGISTRAR S OFFICE 550 West Van Buren, 7th Floor Chicago, IL 60607 Tel: 312.777.6333 ADDITIONAL SOFTWARE AND HARDWARE REQUIREMENTS In the Kaplan University online learning environment, computer

More information

Crystal Reports. For Visual Studio.NET. Reporting Off ADO.NET Datasets

Crystal Reports. For Visual Studio.NET. Reporting Off ADO.NET Datasets Crystal Reports For Visual Studio.NET Reporting Off ADO.NET Datasets 2001 Crystal Decisions, Inc. Crystal Decisions, Crystal Reports, and the Crystal Decisions logo are registered trademarks or trademarks

More information

Idioma Software Português Português Português Português Português Português Português Português Português Português Português Português Português

Idioma Software Português Português Português Português Português Português Português Português Português Português Português Português Português Idioma Software Português Access 2007 (Portuguese-Brazil) Português FrontPage 2003 (Portuguese-Brazil) Português InfoPath 2007 (Portuguese-Brazil) Português OneNote 2007 (Portuguese-Brazil) Português Project

More information

Acrobat 6.0: Professional for Creative and Print Professionals (Windows) (Self-Paced Course)

Acrobat 6.0: Professional for Creative and Print Professionals (Windows) (Self-Paced Course) Introducing Multimedia Streaming Media Demystified (Online Technical Windows Media Resource Kit (Online Technical Acrobat 6.0: Professional for Creative and Print Professionals (Windows) (Self-Paced Course)

More information

Base One's Rich Client Architecture

Base One's Rich Client Architecture Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.

More information

Mobile Operating Systems. Week I

Mobile Operating Systems. Week I Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone

More information

PC-Duo Web Console Installation Guide

PC-Duo Web Console Installation Guide PC-Duo Web Console Installation Guide Release 12.1 August 2012 Vector Networks, Inc. 541 Tenth Street, Unit 123 Atlanta, GA 30318 (800) 330-5035 http://www.vector-networks.com Copyright 2012 Vector Networks

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs)

Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Product Technology Product Number Title License Management, License Management 55071 Course 55071 : Microsoft Software Asset

More information

Install Guide Housatonic Project Plan for Web. Housatonic Software - Project Plan 365 App

Install Guide Housatonic Project Plan for Web. Housatonic Software - Project Plan 365 App Install Guide Housatonic Project Plan for Web Housatonic Software - Project Plan 365 App 2014 Contents 1. Introduction... 3 2. Requirements... 4 2.1 Client-side / Workstation Requirements... 4 2.2 Server-side

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

Your Data, Any Place, Any Time.

Your Data, Any Place, Any Time. Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Run your most demanding mission-critical applications. Reduce

More information