5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Universal Windows Platform     Developing Mobile Apps
Apps often use various data sources to provide users with rich content and experiences. In this course, you will learn how to use bindings to display various types of data in a UWP app.

Objectives

x:Bind and Binding Extensions

  • start the course
  • use x:Bind to bind data in layouts
  • implement data templates with x:Bind
  • work with the binding extension in your app
  • implement converting classes for the binding extension

SQLite

  • add SQLite to your app's project
  • manage SQLite databases from a UWP app
  • implement CRUD operations in your UWP app
  • use EFCore to interact easily with SQLite

MVVM

  • describe the MVVM pattern
  • implement Models and ViewModels in a UWP app
  • implement Views in a UWP app
  • use event bindings in a UWP app
  • implement the dispatcher in a UWP app

Web Services

  • use the HttpClient class to make http requests to web services and to access cloud data
  • create JSON objects in your UWP app to use with the HttpClient

Practice: Data Binding

  • implement data bindings in your app with {x:Bind} and {Binding}