Bug description Xamarin.Forms

Size: px
Start display at page:

Download "Bug description Xamarin.Forms"

Transcription

1 Inhaltsverzeichnis 1 Introduction to the document Bug description Appendix How to serve the App? Loading and Navigation Searching for data Sorting the data Version-Information s M:\Allgemeines_MATRIX\Internet_Strategie\Mobile_Entwicklung\Xamarin\Fehler- Dokumentationen_2014_11_18\Bug_ItemTapped_not_fire_Master_Detail_WP.docx 1 Introduction to the document As I have detected many bugs in XF, that the Xamarin-support don t was able to comprehend, I have submitted a download-link to my project to the mail address: bugzilla@xamarin.com an created one document (like this) for each bug. Every document contains a bug-description and also a shortdescription, how to serve the app and version-information s in the appendix of the document. The name of the project/app is matrixguide. The app Matrixguide is based on the template Blank App ( Shared) I have taken much effort to describe the bug(s) as good and easy as possible. Don t scare about the document has so many pages: Normally you only have to read chapter 1 and chapter 2. To investigate/comprehend a bug: Install the project from the link in the mail I sent to bugzilla@xamarin.com Read chapter 2 Bug description If you have problems to serve the app: Read the Chapter How to serve the app (in the appendix of this document) For Version information s: Read the chapter Version-Information s (at the end of this document If you need further information s. Please send me an (mailto: Fredy.wenger@matso.ch) But please first read this document MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 1 / 18

2 2 Bug description WP (Emulator) and Windows Phone (Nokia Lumia 930): In Master-detail-page, Item tapped is not fired, if an Item is selected twice, without select another menu-item between. To comprehend: Load WP-Project from Matrixguide.app Set breakpoints on Hauptseite.cs Line 117 ( 1 ), Line 141 ( 2 ), Line 161 ( 3 ) and Line 175 (4 ) Debug app (in emulator or on device) The app is loaded ( 5 ) and stops on breakpoint ( 1 ) Click Weiter ( Go ) (5 ) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 2 / 18

3 8 7 Click Home-Icon ( 7 ) Click FreizeitGuide ( 8 ) on the main-page 9 The app stops in Debugger ( 9 ) (how it should be) Click Weiter (Go) in debugger MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 3 / 18

4 10 11 FreizeitGuide is loaded ( 10) (how it should be) Click Home-Icon ( 11 ) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 4 / 18

5 On the main-page tap once again FreizeitGuide ( 12 ) You can see, that the item ( 12 ) is tapped, but nothing happens The debugger ( 13 ) don t stop It seems as that the item.tapped.event does not fire, if the same item is selected twice, without select of another item between If you select another item in the main-menu ( GourmetGuide ) ( 14 ) or BeautyGuide ( 15 )), the itme.tapped-event is fired, the debugger stops and the page loads If you select GourmetGuide ( 14 ) or BeautyGuide (15 ) twice (without select another entry between) the same is true This is a new bug in pre-1 (was not before) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 5 / 18

6 3 Appendix 3.1 How to serve the App? Loading and Navigation This short description is contained in all bug-descriptions and was made with WP-Emulator. After start of the App, the first detail-page ( 1 ) is showed automatically To load the master-page, click on Homebutton ( 2 ): Notes: on Android and ios there are different icons on top of the page in ios and Android you also can swipe to right to load the mainpage 1 2 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 6 / 18

7 On the main-page, you can select: Über MatrixGuide ( 3 ): To load the entry page (same as by start of the app) FreizeitGuide ( 4 ): To load the page to FreizeitGuide (leisure-time-guide) GourmetGuide ( 5 ): To load the page to GourmetGuide (restaurant guide) BeautyGuide ( 6 ): To load the page to BeautyGuide (beauty guide) The other menu-items are not fully implemented yet and don t have to be selected to comprehend the bugs. As soon, as a Guide is selected, the Empfehlungen (recommendations) to the selected guide are queried from our (JSON) webservice and showed in a Listview. Note: For all Guides the same page is called to show the Empfehlungen (recommendations). The difference is, that - for each guide - other parameters are passed to the page MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 7 / 18

8 On the Guide-Page, the Empfehlungen (recommendations) are loaded and showed automatically On top the count is displayed ( 7 ) To each entry ( 8 ) an Image, some text and a rating is displayed In the example, the FreizeitGuide (leisure-time-guide) is showed 7 With the search-icon ( 9 ) a modal searchpage with various search-items can be load: Same page for all guides, but different search-items for each guide On Android and ios there are different search-icons on top of the page With the sort-icon ( 10 ) a ListView with some sort-options is displayed on top of the page On Android and ios, there are different search-icons on top of the page 8 If an entry is tapped, the detail-page to the tapped entry is showed: The detail-data to the tapped entry then are loaded from our (JSON) webservice and showed on a further detail-page (different detail-pages for each guide) 9 10 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 8 / 18

9 In the example below, the item to Golfclub Unterengstringen was tapped: There are various information s displayed including: Address ( 1 ) Button to load GoogleMaps ( 2 ) Button to make a call ( 3 ) Button to load browser with homepage ( 4 ) Button to send a mail ( 5 ) Button to load a further page with details to the votings ( 6 ) See next page Various further information s including text and images ( 8 ) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 9 / 18

10 If the button Details zu den Bewertungen ( 6 ) is clicked, the detail-data to the votings are queried from our (JSON) webservice and a further detail-page is loaded to display the details to the voting s (if there are some voting s): 6.1 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 10 / 18

11 3.1.2 Searching for data If the search-icon ( 1 ) is tapped (in ios and Android on top of the page with different icon s), the modal search-page is loaded: On top the button s Suchen (search) ( 2 ) and Abbuch (cancel) ( 3 ) are showed With the Button Aktuellen Standoor (GPS) verwenden ( 4 ), the user can select the GPS-Data to define the start-location for the search. With the SearchBox ( 5 ), he can input text for a city or zip-code: If he input text in the SearchBox ( 5 ), a ListView is showed under the SearchBar ( 6 ) (whereby only the city s zip-codes are showed, which matches the given input text) With the Slider Umkreis (radius) ( 7 ), the user can define a radius from km to search The user has at minimum to define the GPS-Coordinates or a city/zip-code to be able to do a search ( 2 ) - otherwise an alert is showed, that he has to select GPS-Data or a City/ZIP-Code MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 11 / 18

12 Depending on selected guide, the user can input various further search-criteria s. In the example the search-page is loaded for FreizeitGuide: If he tap on the SarchBar to Freizeitangebot ( 8 ), a ListView is showed (under the SearchBar at the position ( 9 )), that contains all items, that matches the typed text ( 8 ) Alternatively, he also can search for a category in the Multi-Select-ListView ( 10 ) Note: This is a custom-object, as there is no multiselect-listview available in XF yet The user can scroll-down for various further search-items ( 11 ) 8 9 Note: The search-items ( 2 ) - ( 7 ) are equal for all guides The rest varies from guide to guide GourmetGuide has the most searchpossibilities 10 If the user has selected his search-criteria s, he click s the Button Suchen (2 ) (search) Then, the data - matching the searchcriterias - are queried from our webservice See next page 11 Otherwise, he can click Abbruch ( 3 ) (cancel) to cancel the search. MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 12 / 18

13 After a search, the result is showed on the Empfehlungen -page (same page that is loaded by select an entry from the mainpage, but with the search-result) On top, the count of the found entry s is showed (in the example, 44 entries were found) ( 1 ) Then the data to the found entries are showed ( 2 ) The detail-date to the entries can be showed like to the Empfehlungen - by tapping an item 1 2 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 13 / 18

14 3.1.3 Sorting the data If the user clicks the sort-icon ( 1 ), a ListView ist showed ( 2 ), where the user can select a sort-option. After selecting a sort-option ( 2 ), the data are sorted and the sort-listview ( 2 ) disappears automatically 2 1 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 14 / 18

15 3.2 Version-Information s Visual Studio 2013, Update 2 with: V Pre1 Visual Studio extension V Xamarin.Android: V Xamarin.iOS: V Nuget-packages: MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 15 / 18

16 Detailed Information s VS2013: Microsoft Visual Studio Professional 2013 Version Update 2 Microsoft.NET Framework Version Installierte Version: Professional LightSwitch für Visual Studio Microsoft LightSwitch für Visual Studio 2013 Office Developer Tools - Mai 2014 Update DEU Microsoft Office Developer Tools für Visual Studio Mai 2014 Update DEU Rechtschreibprüfung für die Visual Studio 2013-Codeanalyse Rechtschreibprüfung für die Microsoft Visual Studio 2013-Codeanalyse Teile des International CorrectSpell -Rechtschreibprüfungssystems 1993 von Lernout & Hauspie Speech Products N.V. Alle Rechte vorbehalten. The American Heritage Dictionary of the English Language, Third Edition Copyright 1992 Houghton Mifflin Company. Elektronische Version lizenziert von Lernout & Hauspie Speech Products N.V. Alle Rechte vorbehalten. Team Explorer für Visual Studio Microsoft Team Explorer für Visual Studio 2013 Visual Basic Microsoft Visual Basic 2013 Visual C# Microsoft Visual C# 2013 Visual C Microsoft Visual C Visual F# Microsoft Visual F# 2013 Windows Phone SDK DEU Windows Phone SDK DEU Allgemeine Azure-Tools 1.1 Bietet allgemeine Dienste für die Verwendung durch Azure Mobile Services und Windows Azure Tools. ASP.NET und Webtools Microsoft Web Developer Tools enthält die folgenden Komponenten: Unterstützung beim Erstellen und Öffnen von ASP.NET-Webprojekten Browserlink: Ein Kommunikationskanal zwischen Visual Studio und Browsern Editor-Erweiterungen für HTML, CSS und JavaScript Seitenprüfung: Prüfungstool für ASP.NET-Webprojekte Gerüstbau: Ein Framework zum Erstellen und Ausführen von Codegeneratoren Server Explorer-Erweiterungen für Windows Azure-Websites Webpublishing: Erweiterungen zum Veröffentlichen von ASP.NET-Webprojekten für Hostinganbieter, lokale Server oder Windows Azure MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 16 / 18

17 ASP.NET Web Frameworks and Tools For additional information, visit ASP.NET Web Frameworks and Tools For additional information, visit Gizmox Visual WebGui 7.1 Gizmox Visual WebGui Version 7.1 Microsoft Advertising SDK for Windows Phone Microsoft Advertising SDK for Windows Phone Build NuGet-Paket-Manager NuGet-Paket-Manager in Visual Studio. Weitere Informationen zu NuGet finden Sie unter " PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio-Erweiterung zur Visualisierung aggregierter Zusammenfassungen vom PreEmptive Analytics-Produkt. SQL Server Data Tools Microsoft SQL Server Data Tools Windows Azure Mobile Services Tools 1.1 Windows Azure Mobile Services Tools Windows Phone 8.1 SDK-Integration 1.0 Dieses Paket integriert die Tools für das Windows Phone 8.1 SDK in die Menüs und Steuerelemente von Visual Studio. Workflow Manager Tools Dieses Paket enthält die erforderlichen Visual Studio-Integrationskomponenten für Workflow Manager. Xamarin (cfc660e0d4c66629c689afd6e cd38fc3) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android. Xamarin.Android (812ca1351e7d7fecd7708f c32047e5ab3) Visual Studio plugin to enable development for Xamarin.Android. Xamarin.iOS (7771b97c1b03eee f42910ec4f30e2c668) Visual Studio extension to enable development for Xamarin.iOS. AddInRessourcen_Vs2013 Erstellt von F. Wenger / für VS2013 Copyright (c) 2013 Matrix Solutions AG MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 17 / 18

18 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 18 / 18

Bug description Xamarin.Forms

Bug description Xamarin.Forms Inhaltsverzeichnis 1 Introduction to the document... 1 2 Bug description... 2 3 Appendix... 4 3.1 How to serve the App?... 4 3.1.1 Loading and Navigation... 4 3.1.2 Searching for data... 9 3.1.3 Sorting

More information

Bug description Xamarin.Forms

Bug description Xamarin.Forms Inhaltsverzeichnis 1 Introduction to the document... 1 2 Bug description... 2 3 Appendix... 4 3.1 How to serve the App?... 4 3.1.1 Loading and Navigation... 4 3.1.2 Searching for data... 9 3.1.3 Sorting

More information

Manual Visual Studio 2010 Web Developer Tools Offline

Manual Visual Studio 2010 Web Developer Tools Offline Manual Visual Studio 2010 Web Developer Tools Offline This download installs the Visual Studio 2010 Tools for Office Runtime, which is required to run Visual C++ Redistributable Packages for Visual Studio

More information

What s New? SAP HANA SPS 07 Administration & Monitoring (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 Administration & Monitoring (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 Administration & Monitoring (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Content This presentation provides an overview of the changes regarding

More information

Das Seminar kann zur Vorbereitung auf die Zertifizierung als Microsoft Certified Solutions Developer (MCSD): SharePoint Applications genutzt werden.

Das Seminar kann zur Vorbereitung auf die Zertifizierung als Microsoft Certified Solutions Developer (MCSD): SharePoint Applications genutzt werden. Developing Microsoft SharePoint Server 2013 Core Solutions MOC 20488 In diesem Seminar erlernen die Teilnehmer Kernfähigkeiten, die fast allen SharePoint-Entwicklungsaktivitäten gemeinsam sind. Dazu gehören

More information

LabWare 7. Why LabWare 7?

LabWare 7. Why LabWare 7? LabWare 7 Why LabWare 7? LabWare v1 to v6 were all about adding functionality. LabWare 7 continues that tradition, but places the user experience front and center. This release has been re-designed to

More information

Steps to Set Up the Environment of Xamarin in Visual

Steps to Set Up the Environment of Xamarin in Visual Before a couple of years ago many people were on the thinking line that Native Languages like Objective-C, Swift and Java is the only choice to develop native Mobile Applications. Well gone are those days

More information

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE. CUSTOMER PAIN POINTS 1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.NET FRAMEORK. THAT S TAKING UP SPACE ON MY HARDDRIVE

More information

What s New? SAP HANA SPS 07 SAP HANA tailored data center integration. SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 SAP HANA tailored data center integration. SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 SAP HANA tailored data center integration SAP HANA Product Management November, 2013 Content This presentation provides an overview of the additional deployment option called

More information

TeamDrive Outlook-Plugin for Windows

TeamDrive Outlook-Plugin for Windows TeamDrive for Windows TeamDrive Systems GmbH Max-Brauer-Allee 50 D-22765 Hamburg Phone +49 389 044 33 E-Mail: info@teamdrive.com Web: www.teamdrive.com Inhaltsverzeichnis 1 Introduction... 1 1.1 About

More information

What s New? SAP HANA SPS 07 Fuzzy Search (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 Fuzzy Search (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 Fuzzy Search (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Scope The scope of the extended development topic SAP HANA Fuzzy Search covers Fault-tolerant

More information

Microsoft Visio Wikipedia Features Microsoft made Visio for Windows available in two editions Standard and Professional The Standard and Professional

Microsoft Visio Wikipedia Features Microsoft made Visio for Windows available in two editions Standard and Professional The Standard and Professional Microsoft Visio Wikipedia Features Microsoft made Visio for Windows available in two editions Standard and Professional The Standard and Professional editions share the same interface, but the Professional

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Days/Duration 5 Code M20488 Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

Manual Android Virtual Device Failed To Load Click Details

Manual Android Virtual Device Failed To Load Click Details Manual Android Virtual Device Failed To Load Click Details i am new to android 1_i am not able to see any option after clicking on 'run as' an android virtual device that failed to load.click 'details''.i

More information

ArcGIS Runtime: Building Cross-Platform Apps. Mike Branscomb Michael Tims Tyler Schiewe

ArcGIS Runtime: Building Cross-Platform Apps. Mike Branscomb Michael Tims Tyler Schiewe ArcGIS Runtime: Building Cross-Platform Apps Mike Branscomb Michael Tims Tyler Schiewe Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET Native vs Web Native strategies

More information

TI-No. 4002TI05.doc PAGE NO. : 1/1. Settings after Installation of the Firmware Version 74

TI-No. 4002TI05.doc PAGE NO. : 1/1. Settings after Installation of the Firmware Version 74 TI-No. 4002TI05.doc PAGE NO. : 1/1 DEVELOP Technical Information MODEL NAME : D 4500/5500iD MODEL CODE : 4002/4003 TI-INFO-NO. : 05 DATE : 13.07.2001 SUBJECT : Firmware MSC/Message/IR Version 74 PERFORMANCE

More information

Anleitung zur Schnellinstallation TEW-684UB 1.01

Anleitung zur Schnellinstallation TEW-684UB 1.01 Anleitung zur Schnellinstallation TEW-684UB 1.01 Table of Contents Deutsch 1 1. Bevor Sie anfangen 1 2. Installation 2 3. Verwendung des drahtlosen Adapters 5 Troubleshooting 7 Wireless Tips 8 Version

More information

Workloads tab: - Select Mobile development with.net. Individual components tab - Select Xamarin

Workloads tab: - Select Mobile development with.net. Individual components tab - Select Xamarin Workloads tab: - Select Mobile development with.net Individual components tab - Select Xamarin Xamarin Studio 6.2.0.1821 Xamarin.VS 4.3.0.784 Xamarin.iOS 10.4.0.123 Xamarin.Android 7.1.0.41 Xamarin.Mac

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions 20488B; 5 days, Instructor-led Course Description In this course, students learn core skills that are common to almost all SharePoint development

More information

Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet.

Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet. Calabash Quickstart for Xamarin.iOS Overview In this quick start we'll add a Calabash feature to a Xamarin.iOS application and run the test locally and in Xamarin Test Cloud. The test will confirm that

More information

Search Engines Chapter 2 Architecture Felix Naumann

Search Engines Chapter 2 Architecture Felix Naumann Search Engines Chapter 2 Architecture 28.4.2009 Felix Naumann Overview 2 Basic Building Blocks Indexing Text Acquisition iti Text Transformation Index Creation Querying User Interaction Ranking Evaluation

More information

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Page 1 of 10 ABOUT THIS COURSE In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

Oracle Corporation

Oracle Corporation 1 2012 Oracle Corporation ORACLE PRODUCT LOGO Neues von Oracle Lorenz Keller Leiter Systemberatung Gut zu wissen DOAG Regio Bremen am 10. Dezember 2012 2 2012 Oracle Corporation Agenda Neue Produkte, Updates,

More information

Developing Mobile Apps with Xamarin and Azure

Developing Mobile Apps with Xamarin and Azure Developing Mobile Apps with Xamarin and Azure Xamarin, a recent addition to Microsoft s list of products, allows developers to build apps using a single code base with close-to-native appearance and performance.

More information

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488A: Developing SharePoint Server 2013 Core Solutions Delivery Method: Instructor-led (classroom) Duration: 5 Days Level: 300 COURSE OVERVIEW About this Course In this course, students learn

More information

7PMDM Server x - Microsoft Windows Phone 8 7P Mobile Device Management. Doc.Rel: 1.0 / Doc.No.: Windows_ Phone 8 _EN

7PMDM Server x - Microsoft Windows Phone 8 7P Mobile Device Management. Doc.Rel: 1.0 / Doc.No.: Windows_ Phone 8 _EN 7PMDM Server 5.06.0x - Microsoft Windows Phone 8 7P Mobile Device Management Doc.Rel: 1.0 / 2014-11-17 Doc.No.: Windows_ Phone 8 _EN Table of Contents 1 Objectives and Target Groups... 4 1.1 Legal statements...

More information

: 20488B: Customized Developing Microsoft SharePoint Server

: 20488B: Customized Developing Microsoft SharePoint Server Module Title Duration : 20488B: Customized Developing Microsoft SharePoint Server : 2 days Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Page 1 of 8 Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: 4 days; Instructor-Led Introduction In this

More information

SAP HANA Revision Strategy. SAP HANA Product Management May 2014

SAP HANA Revision Strategy. SAP HANA Product Management May 2014 SAP HANA Revision Strategy SAP HANA Product Management May 2014 Table of Contents SAP HANA Revision Understand the difference between Support Package Stack, Support Packages and Revisions SAP HANA Release

More information

Dwg viewer free download vista. Dwg viewer free download vista.zip

Dwg viewer free download vista. Dwg viewer free download vista.zip Dwg viewer free download vista Dwg viewer free download vista.zip free dwg viewer free download - Free DWG Viewer, Free DWG Viewer, DWG Viewer, and many more programsdeep View Free DWG DXF Viewer, free

More information

Azure Mobile Apps and Xamarin: From zero to hero. Nasos Loukas Mobile Team KYON

Azure Mobile Apps and Xamarin: From zero to hero. Nasos Loukas Mobile Team KYON Azure Mobile Apps and Xamarin: From zero to hero Nasos Loukas Mobile Team Leader @ KYON aloukas@outlook.com From zero to hero Chapter 0: Xamarin Chapter 1: Azure Mobile Apps Chapter 2: Offline Sync Chapter

More information

"Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary

Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary Description Course Summary In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Course Code: 20488B About this course In this course, students learn core skills that are common to almost all SharePoint development

More information

CRM Developer Extending for Dynamics 365

CRM Developer Extending for Dynamics 365 CRM Developer Extending for Dynamics 365 Course Level: 400 This instructor-led course provides a detailed understanding of when and why to extend CRM with custom code and what custom code options are supported

More information

WW.IT-IQ Training & Solutions (PTY) LTD

WW.IT-IQ Training & Solutions (PTY) LTD GAMES DEVELOPMENT COURSE OUTLINES DURATION: 4 YEARS Course Modules Prerequisite Prerequisite Completing the Fundamentals of Programming Course Completing the Object Oriented Programming Course Initialization

More information

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led Certification: Microsoft Certified Solutions Developer [MCSD]: Exam 70-488 Course Description

More information

WHAT IS NEW FOR DEVS IN SP 2013

WHAT IS NEW FOR DEVS IN SP 2013 WHAT IS NEW FOR DEVS IN SP 2013 ADIS JUGO, PLANB. SHAREPOINT AND PROJECT CONFERENCE ADRIATICS ZAGREB, 11/28/2012 ponsors Agenda Apps Search Workflow WCM Mobile Other APPS In its most basic form, an app

More information

Vb Net Tutorial For Beginners Visual Studio 2010 Create Web Service

Vb Net Tutorial For Beginners Visual Studio 2010 Create Web Service Vb Net Tutorial For Beginners Visual Studio 2010 Create Web Service In this article I will explain a tutorial to create a simple Windows Service with sample Net Web Application using Visual Studio 2010

More information

Connection Guide Link ECU

Connection Guide Link ECU Connection Guide Link ECU Can Bus Connection Atom/Monsun: Pin 28 (Can High) + Pin 29 (CAN Low) Storm (Black)/Fury/Xtreme/Force GDI: Pin B27 (Can2 High) + Pin B28 (CAN2 Low) Kurofune: Pin JST3 (Can High)

More information

Open Source Library Developer & IT Pro

Open Source Library Developer & IT Pro Open Source Library Developer & IT Pro Databases LEV 5 00:00:00 NoSQL/MongoDB: Buildout to Going Live INT 5 02:15:11 NoSQL/MongoDB: Implementation of AngularJS INT 2 00:59:55 NoSQL: What is NoSQL INT 4

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

7PMDM Server x - SymbianS60 Client Guide. 7P Mobile Device Management. Doc.Rel: 1.4 / Doc.Nr.: n/a

7PMDM Server x - SymbianS60 Client Guide. 7P Mobile Device Management. Doc.Rel: 1.4 / Doc.Nr.: n/a 7PMDM Server 5.07.0x - SymbianS60 Client Guide 7P Mobile Device Management Doc.Rel: 1.4 / 2015-08-13 Doc.Nr.: n/a Table of Contents 1 Objectives and Target Groups... 6 1.1 Objectives:... 6 1.2 Third-Party

More information

iphone User Guide MLS Source

iphone User Guide MLS Source iphone User Guide MLS Source iphone User Interface The main view of the iphone app, features a swipeable menu showing various functions on the two pages. 2 About Search for Homes Contact MLS Agent Login

More information

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017 MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2012 Server 2016 MCSA Linux on Azure Cloud Platform & Infrastructure MCSA Cloud Platform PRODUCTIVITY Server 2012 or 2016 MCSA Office 365 Productivity

More information

Marketing Cloud Scripting Languages

Marketing Cloud Scripting Languages Marketing Cloud Scripting Languages Salesforce, Winter 19 @salesforcedocs Letzte Aktualisierung: 03.12.2018 Die englische Version dieses Dokuments hat Vorrang vor der übersetzten Version. Copyright 2000

More information

What s New? SAP HANA SPS 07 Security (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 Security (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 Security (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Agenda Authentication User/role management Authorization Encryption Audit logging Documentation

More information

Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions

Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20488 - Developing Microsoft SharePoint Server 2013 Core Solutions Length 5 days Price $4290.00 (inc GST) Version B Overview In this course, students learn

More information

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Get the skills to design, manage and deploy SharePoint Development platform features in this 5-day instructor lead course. This

More information

Manual Visual Studio 2010 Web Developer Offline Installer

Manual Visual Studio 2010 Web Developer Offline Installer Manual Visual Studio 2010 Web Developer Offline Installer To install, remove, and manage Visual Studio extensions, use Extension Manager. Developer Tools and Languages Visual Studio Visual Studio 2010.

More information

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen ArcGIS Runtime: Building Cross-Platform Apps Rex Hansen Mark Baird Michael Tims Morten Nielsen Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET ArcGIS Runtime: Building

More information

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488 36 Contact Hours Course Overview In this course, students learn core skills that are common to almost all SharePoint development

More information

Alfresco Community Edition

Alfresco Community Edition Alfresco Community Edition 1 / 6 2 / 6 Eventually, you will extremely discover a supplementary experience and capability by spending more cash. yet when? complete you give a positive response that you

More information

ArcGIS Runtime SDK for.net: Building Xamarin Apps. Rich Zwaap Thad Tilton

ArcGIS Runtime SDK for.net: Building Xamarin Apps. Rich Zwaap Thad Tilton ArcGIS Runtime SDK for.net: Building Xamarin Apps Rich Zwaap Thad Tilton ArcGIS Runtime session tracks at DevSummit 2018 ArcGIS Runtime SDKs share a common core, architecture and design Functional sessions

More information

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Type:Course Audience(s):Developers Technology:Microsoft SharePoint Server Level:300 This Revision:B Delivery method: Instructor-led

More information

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout 1 of 9 FOCUS: Kurio Class Handout 2 of 9 What is Kurio? Kurio is a website. There is no software to install in order to use Kurio. The Kurio website allows you to search for MLS listings and email them

More information

Visual Studio Express 2017 Manual READ ONLINE

Visual Studio Express 2017 Manual READ ONLINE Visual Studio Express 2017 Manual READ ONLINE Welcome to Visual Studio 2015 - Welcome to Visual Studio! Visual Studio 2017 ; Visual Studio 2017; Visual F#. Visual Studio LightSwitch. Application Lifecycle

More information

Austin Mobile.NET Develops Group

Austin Mobile.NET Develops Group Austin Mobile.NET Develops Group Thank Sponsors Microsoft - Ryan Joy Xamarin - James Montemagno Netrix - Rabi Satter Enabling Developers to Create Native ios, Android, Mac, & Windows apps in C# Rabi Satter

More information

Vb Net Tutorial For Beginners Visual Studio 2010 Express Windows Service Template

Vb Net Tutorial For Beginners Visual Studio 2010 Express Windows Service Template Vb Net Tutorial For Beginners Visual Studio 2010 Express Windows Service Template Visual Studio Express for Windows Desktop also offers that template, but Visual about how to use Visual Studio Express

More information

ArcGIS Runtime SDK for.net Building Apps. Rex Hansen

ArcGIS Runtime SDK for.net Building Apps. Rex Hansen ArcGIS Runtime SDK for.net Building Apps Rex Hansen Thank You to Our Sponsors Agenda Overview of the ArcGIS Runtime SDK for.net Resources for developers Common developer workflows: App templates, NuGet

More information

SHAREPOINT-2016 Syllabus

SHAREPOINT-2016 Syllabus Syllabus Overview: Gone are those days when we used to manage all information in a corporate manually. For every type of requirement we have different solutions but integrating them is a big nuisance.

More information

Advertising specifications. Version 1.1

Advertising specifications. Version 1.1 Advertising specifications Version 1.1 Please read this document before producing creatives for campaigns on The Economist - Digital Editions This is a living document that will evolve as we are presented

More information

7PMDM Server x - SymbianS60 Client Guide. 7P Mobile Device Management. Doc.Rel: 1.3 / Doc.Nr.: n/a

7PMDM Server x - SymbianS60 Client Guide. 7P Mobile Device Management. Doc.Rel: 1.3 / Doc.Nr.: n/a 7PMDM Server 5.07.0x - SymbianS60 Client Guide 7P Mobile Device Management Doc.Rel: 1.3 / 2015-05-01 Doc.Nr.: n/a Table of Contents 1 Objectives and Target Groups... 6 1.1 Objectives:... 6 1.2 Third-Party

More information

Mastering SmartList & Navigation Lists in Dynamics GP

Mastering SmartList & Navigation Lists in Dynamics GP Add SmartList to Your Toolbar Make a button in your toolbar: Right-click: on the Toolbar Check: The Standard Toolbar Right-click again Choose: Customize Edit: The Standard Toolbar Ensure that SmartList

More information

Installation Instructions Valid for EPLAN Platform Version 2.6 Status: 07 / 2016

Installation Instructions Valid for EPLAN Platform Version 2.6 Status: 07 / 2016 Installation Instructions Valid for EPLAN Platform Version 2.6 Status: 07 / 2016 EPLAN Software & Service GmbH & Co. KG Technical Information Copyright 2016 EPLAN Software & Service GmbH & Co. KG EPLAN

More information

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365 SharePoint Designer 2010 - Customizing and Branding SharePoint 2010 and Office 365 55010; 3 Days, Instructor-led Course Description This three-day instructor-led course provides students with the knowledge

More information

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE.

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE. Exam 410: Installing and Configuring Server 2012 Exam 411: Administering Server 2012 Exam 412: Configuring Advanced Server 2012 services Server 2012 CLOUD PLATFORM & INFRASTRUCTURE Exam 740: Installation,

More information

Flasher Utility. QUANCOM Informationssysteme GmbH

Flasher Utility. QUANCOM Informationssysteme GmbH Flasher Utility Copyright Alle Angaben in diesem Handbuch sind nach sorgfältiger Prüfung zusammengestellt worden, gelten jedoch nicht als Zusicherung von Produkteigenschaften. QUANCOM haftet ausschließlich

More information

Developing Microsoft Azure Solutions MOC 20532

Developing Microsoft Azure Solutions MOC 20532 Developing Microsoft Azure Solutions MOC 20532 In dem Kurs 20532A: Developing Microsoft Azure Solutions lernen Sie, wie Sie die Funktionalität einer vorhandenen ASP.NET MVC Anwendung so erweitern, dass

More information

What s New? SAP HANA SPS 07 SAP HANA Platform Lifecycle Management (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 SAP HANA Platform Lifecycle Management (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 SAP HANA Platform Lifecycle Management (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Agenda Overview SAP HANA lifecycle management tools offerings

More information

Ms Visual Studio Express 2018 User Guide READ ONLINE

Ms Visual Studio Express 2018 User Guide READ ONLINE Ms Visual Studio Express 2018 User Guide READ ONLINE Visual Studio Express 2018 For Web Tutorial 1 - Sep 09, 2018 Visual Studio Express 2018 For Web is a free download from Microsoft's Website: Microsoft

More information

CADENAS ONLINE LICENCE GENERATOR - HELP

CADENAS ONLINE LICENCE GENERATOR - HELP Inhaltsverzeichnis Inhaltsverzeichnis... 1 1. Inroduction... 2 Home 1.1... 2 Language Selection 1.2... 3 Menubar 1.3... 3 2. Single Call... 4 Search 2.1... 4 Results 2.2... 5 Call of a Licence 2.3... 5

More information

SQL Server What s New with BI & Friends? Sascha Götz Karlsruhe,

SQL Server What s New with BI & Friends? Sascha Götz Karlsruhe, SQL Server 2017 What s New with BI & Friends? Sascha Götz Karlsruhe, 31.01.2018 Sascha Götz Business Intelligence Consultant ist Microsoft Certified Solution Expert für Business Intelligence und als Senior

More information

By: Robert E. Sult. For the best results consult SULT. 6/29/2016 KODI for Fire Stick

By: Robert E. Sult. For the best results consult SULT. 6/29/2016 KODI for Fire Stick By: Robert E. Sult For the best results consult SULT KODI for Fire Stick Connect your Fire stick to your TV with the power supply that came with your device. Select the correct channel Set up the WIFI

More information

In order to update you will have to uninstall the current version and install the newer version using the same procedure.

In order to update you will have to uninstall the current version and install the newer version using the same procedure. Installing the 3M Cloud Library app on your Kindle Fire DISCLAIMER These instructions are to be used as a reference only. Please note that by downloading the 3M Cloud Library app you assume all risk of

More information

WP FB Mirror Pro Installation Guide

WP FB Mirror Pro Installation Guide We have created a detailed guide on installing and setting up the WP FB Mirror Pro. Please go through it and let us know if you get stuck at any step. If you need any help, we are available at support@kvsocial.zendesk.com

More information

Course Outline: MS20488 Developing Microsoft SharePoint Server 2013 Core Solutions

Course Outline: MS20488 Developing Microsoft SharePoint Server 2013 Core Solutions Course Outline: MS20488 Developing Microsoft SharePoint Server 2013 Core Solutions Duration :(5days) About this Course In this course, students learn core skills that are common to almost all SharePoint

More information

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Download Windows 8 code samples and applications. NET, JavaScript, and C++ so check back often. Programming language code examples created

More information

CS 235AM, Mobile Application Development: Android Spring 2016

CS 235AM, Mobile Application Development: Android Spring 2016 CS 235AM, Mobile Application Development: Android Spring 2016 Sections CRN 44555 & 44036 Credits 4 Classroom 19/132 Day & Time M, W 8:00 9:50 Instructor Brian Bird Office Building 19, Room 152 Office Phone

More information

Software Requirements Specification. for WAVED. Version 3.0. Prepared By:

Software Requirements Specification. for WAVED. Version 3.0. Prepared By: Software Requirements Specification for WAVED Version 3.0 Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos Advisor: Kurt Schmidt Stakeholder: Climate Central

More information

Programming Fundamentals of Web Applications

Programming Fundamentals of Web Applications Programming Fundamentals of Web Applications Course 10958B; 5 days, Instructor-led Course Description This five-day instructor-led course provides the knowledge and skills to develop web applications by

More information

edev Technologies integreat4tfs 2015 Update 2 Release Notes

edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies 11/18/2015 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 DASHBOARD... 4 1. FEATURES...

More information

XAMARIN Application Development - Workshop

XAMARIN Application Development - Workshop XAMARIN Application Development - Workshop Program 1: August 6 to 10 2017 Program 2: November 5 to 9 2017 Duration:(5days) 9 am to 4 pm Hotel Majestic- Dubai ISIDUS TECH TEAM FZE PO Box 9798 Dubai UAE,

More information

Mobile Web Appplications Development with HTML5

Mobile Web Appplications Development with HTML5 Mobile Web Appplications Development with HTML5 Lab 1: The Challenge Claudio Riva Aalto University - Fall 2012 1 / 36 THE CHALLENGE OVERVIEW OF THE ASSIGNMENT WAY OF WORKING TEAMS DEVEVELOPMENT ENVIRONMENT

More information

Pro Windows 8.1. Development with. XAML and C# Jesse Liberty. Philip Japikse. Jon Galloway

Pro Windows 8.1. Development with. XAML and C# Jesse Liberty. Philip Japikse. Jon Galloway Pro Windows 8.1 Development with XAML and C# Jesse Liberty Philip Japikse Jon Galloway Contents About the Authors About the Technical Reviewers Acknowledgments xvii xix xxi HChapter 1: Getting Started

More information

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Code: Duration: Notes: 20488B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

Adobe Forms Integration in SAP Web AS Marc Chan Sr. NetWeaver Consultant NetWeaver RIG US

Adobe Forms Integration in SAP Web AS Marc Chan Sr. NetWeaver Consultant NetWeaver RIG US Adobe Forms Integration in SAP Web AS 6.40 Marc Chan Sr. NetWeaver Consultant NetWeaver RIG US Agenda Scenario Overview Technical Architecture and Demo SAP AG 2004, Adobe Forms Integration with Web AS

More information

ASP.NET MVC Training

ASP.NET MVC Training TRELLISSOFT ASP.NET MVC Training About This Course: Audience(s): Developers Technology: Visual Studio Duration: 6 days (48 Hours) Language(s): English Overview In this course, students will learn to develop

More information

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist sam@utahpta.org Creating Effective School and PTA Websites Prerequisites: (as listed in class description) HTML

More information

How Tomcat Works: A Guide To Developing Your Own Java Servlet Container By Budi Kurniawan

How Tomcat Works: A Guide To Developing Your Own Java Servlet Container By Budi Kurniawan How Tomcat Works: A Guide To Developing Your Own Java Servlet Container By Budi Kurniawan If you are looking for the ebook How Tomcat Works: A Guide to Developing Your Own Java Servlet Container by Budi

More information

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac,

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac, Index A Android applications, Xamarin activity and intent, 116 APIs in C# Activity classes, 123 Android manifest, 129 App.cs, 123 app properties, setting, 128 CreateDirectoryForPictures methods, 124 device

More information

Softwareverteilung HotPotatoes

Softwareverteilung HotPotatoes Besuchen Sie uns im Internet unter http://www.vobs.at/rb 2015 Schulmediencenter des Landes Vorarlberg IT-Regionalbetreuer des Landes Vorarlberg Autor: Erich Vonach 6900 Bregenz, Römerstraße 15 Alle Rechte

More information

The World In. Advertising specs

The World In. Advertising specs The World In Advertising specs Format Specifications This is a living document that will evolve as we are presented with new formats, and we ll update it periodically to reflect these changes. All media

More information

PORTFOLIO FOR CHARLES R. GROSVENOR JR. Introduction. Website - CVS Health CVS.com 2016

PORTFOLIO FOR CHARLES R. GROSVENOR JR. Introduction. Website - CVS Health CVS.com 2016 Home: 508.832.3527 PORTFOLIO FOR CHARLES R. GROSVENOR JR. 399 Rochdale St. Auburn, MA 01501 chuck@worcestermass.com Introduction I am a web developer with experience in both software development and visual

More information

Fit für die MATLAB EXPO

Fit für die MATLAB EXPO Fit für die MATLAB EXPO Eine kurze Einführung in MATLAB Michael Glaßer 2015 The MathWorks, Inc. 1 Hinweise für Betrachter der PDF Version Die Folien sind eher eine unterstützende Zusammenfassung Der Vortrag

More information

ExportDynamic. Manual. CATALOGcreator GmbH

ExportDynamic. Manual. CATALOGcreator GmbH Manual Wednesday, January 13, 2016 Manual TID Informatik GmbH Landsberger Str. 57 82266 Inning Fon: +49 (0)8143 99 169-0 Fax: +49 (0)814399 169-0 info@tid-informatik.de www.tid-informatik.de CATALOGcreator

More information

MS_40541 Build Native Cross-Platform Mobile Apps with a Shared C# Business Logic for ios, Android, and UWP in C#.NET with Xamarin and Visual Studio

MS_40541 Build Native Cross-Platform Mobile Apps with a Shared C# Business Logic for ios, Android, and UWP in C#.NET with Xamarin and Visual Studio Build Native Cross-Platform Mobile Apps with a Shared C# Business Logic for ios, Android, and UWP in C#.NET with Xamarin and Visual Studio www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos,

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2016 Cloud Platform & Infrastructure Linux on Azure Cloud Platform PRODUCTIVITY Server 2016 Productivity Office

More information

We re here to help. Erik Polzin. Colby Williams. Engineer Partner Team. Director Partners and Channels. +1 (415)

We re here to help. Erik Polzin. Colby Williams. Engineer Partner Team. Director Partners and Channels. +1 (415) We re here to help Erik Polzin Colby Williams Director Partners and Channels Engineer Partner Team erik@xamarin.com +1 (415) 547-0830 @epolzin colby@xamarin.com +1 (918) 671-5167 @colbylwilliams Xamarin

More information

Lab 1: Getting Started with IBM Worklight Lab Exercise

Lab 1: Getting Started with IBM Worklight Lab Exercise Lab 1: Getting Started with IBM Worklight Lab Exercise Table of Contents 1. Getting Started with IBM Worklight... 3 1.1 Start Worklight Studio... 5 1.1.1 Start Worklight Studio... 6 1.2 Create new MyMemories

More information

Manual Visual Studio 2010 Web Developer Tools 2012 Professional

Manual Visual Studio 2010 Web Developer Tools 2012 Professional Manual Visual Studio 2010 Web Developer Tools 2012 Professional 2015, 2013, 2012, 2010 PHP Tools for Visual Studio transparently integrate into Microsoft Visual The extension is focused on developer productivity

More information