Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing.

Slides:



Advertisements
Similar presentations
Work and play: Disease spread, social behaviour and data collection in schools Dr Jenny Gage, Dr Andrew Conlan, Dr Ken Eames.
Advertisements

By Glenn Z.  A network is 2 or more computers connected to each other.
Developing for Windows 8/WinRT Session 4 Fundamentals Kevin Stumpf.
The NOWIRZ Client Portal gives you access to System Status Voucher Logins Usage Reports Login Page Content Management.
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Enhancements in Memory View December 21, 2005.
Introducing Xamarin 2.0 Introducing Xamarin 2.0 Michael Hutchinson
Managed Code Generics Language Integrated Query Dynamic + Language Parity C# VB 11.0 Windows Runtime + Asynchrony C# VB 7.0 C# VB.
1 General Awareness Training Security Awareness Module 1 Overview and Requirements.
Take a leap towards the most promising technology
Building Offline Apps With the ArcGIS Runtime SDKs
Reaching your customers in new and unique ways Mobile “Devices” led to revolutionary Experiences “Bring the experience with you” Came with many constraints.
1. Produce a folio of tasks that demonstrate a progression in acquiring and applying programming knowledge (ie. learn Visual Basic) 2. Learn about computer.
WCL302. OS DeploymentApp Deployment Infrastructure Deployment.
The Windows Runtime (WinRT) is the shared runtime and API space used by store apps across the Windows platform (phone and client) 5 Common WinRT.
Accomplishments: Implementation Login form Dictionary Inputs Calculations(Partially Completed) Output(Partially Completed) Made a test database.
Windows 7 Release Candidate 1 Overview Some slides are screenshots made while the test computer was connected to a network with other computers and Internet.
English IV Mrs. Giles Room 261 S Periods 4 and 6.
Birgit Bonham: Prospect High School ARP….or What’s your MAC address?
Open Source Evaluation - FileZilla Michael Nye ITEC 400 Assignment 14-1 Professor D’Andrea Franklin University April 10, 2008.
HOW TO GET STUFF FOR FREE RESOURCING THE ADVOCACY SECTOR 2009 VCOSS CONGRESS Sharon Granek.
1 General Awareness Training Security Awareness Module 4 Helpful Websites— More Information GAT Roadmap.
NAVIANCE Advisory/High School & Beyond. OBJECTIVES  Log-in  Learn how to look up students  Learn how to monitor tasks  Learn how to access Family.
Coding environment infrastructure for efficient parallel computing Industrial Project
DESIGN CLUB LOGO CONTEST 2012 Choose your top 3 favorite logos, and the # on the page of your favorite designs!
1 Terminology. 2 Requirements for Network Printing Print server Sufficient RAM to process documents Sufficient disk space on the print server.
Andrew Coates Advanced Windows 10 development with the Office 365 APIs DEV33 5.
Abdullah Alshalan Garrett Drown Group #4 CSE591 - Virtualization and Cloud Computing.
When connection basiafusinska.com barbarafusinska.com Going offline on mobile.
MS 365 Student Accounts Orientation Beavercreek High School.
Dave Salinas. What is XML? XML stands for eXtensible Markup Language Markup language, like HTML HTML was designed to display data, whereas XML was designed.
“Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks" and "most of the user experience takes.
Mobile Programming Mobile Programming - Ordibehesht Ordibehesht 1390.
Don’t reinvent the wheel There are apps out there that are amazing at what they do – extensibility helps you leverage them. Better Together Extensibility.
Source insight with Z-Stack 김백규. Review Z-Stack Structure.
Version of the document: 1.01 Software Version CBox: v3.7.1 Hardware Version CBox: C5 Remote Access Configuration Client Language: English.
Yahoo support excellence assistance for all kind of services.
Functions / Blocks.
BRANDING YOURSELF FINAL DRAFT.
Risk Assessments: Guidelines for Completing
Overview of CSE and UW Computing Facilities
Self-service enrollment for Windows desktops
Google Web Toolkit Tutorial
How to Fix MSN error code 80072efd and Messages ?
Physical Data Model – step-by-step instructions and template
How to Fix MSN error code 403 and Messages ?
New Strategies and Solutions for Helping Teachers Teach
COMS S1007 Object-Oriented Programming and Design in Java
ICT meeting Business needs
Technical Guidelines to Turn off Norton 360 Auto Update.
Introduction to Operating Systems
Roku is launching its own voice assistant and smart speakers soon. (Check Here)
Chapter 5 Network and Transport Layers
Looking for Technical Support We happy helping our clients Call Now Toll-Free Get 24x7 Technical Support Netgear Router Care Service for Fix Netgear Router.
How to Fix Android File Transfer Not Working on Mac?
Creating Windows Store Apps Using Visual Basic
Setting Up Google Classroom Using a Smart Device
Advisory/High School & Beyond
التسعير الفصل الرابع عشر.
Architecture Competency Group
Invisible Computing Angie, Collin, Nick, Will.
Units with – James tedder
Hold up, wait a minute, let me put some async in it
Microsoft Bot Framework
Choosing between Silverlight and AJAX
The MobileIron® Threat Detection difference:
Characteristics of a user of technology
Interface and Complexity
ESB Networks Update Tom O’Donnell.
How to Address an Envelope
Presentation transcript:

Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing Localizability Accessibility Review against user experience (UX) guidelines

public async Task GetCustomerAsync(customerId) { #if DEBUG await Task.Delay(new Random().Next(500,2000)); #endif return await dataAccess.GetCustomerAsync(customerId); }

Don’t forget about me!

Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing Localizability Accessibility Review against user experience (UX) guidelines