Vi ste ovdje
Overview/Description
There are multiple concepts to consider concerning working with data in Windows Store Apps. This course teaches how data sources can be bound to certain controls making displaying data an efficient process. This course teaches how to use controls geared towards displaying lists of data, as well how to store and retrieve data from local files, remote sources, and by using system provided pickers. This course is one of a series in the Skillsoft learning path that helps prepare learners for the Microsoft Exam 70-484: Essentials of Developing Windows Store Apps Using C#....
Overview/Description
Windows 8.1 and Windows Runtime includes a multitude of controls that can be used to provide functionality when creating Store Apps. This course covers many of the WinRT controls as well as how to set up navigation between pages in a Windows Store App. This course is one of a series in the Skillsoft learning path that helps prepare learners for the Microsoft Exam 70-484: Essentials of Developing Windows Store Apps Using C#.
Target Audience
Developers with a background creating applications in C#, looking to learn how to create Windows Store Apps.
Prerequisites...
Overview/Description
Charms and Contracts provide a convenient way for developers to tightly integrate their apps into Windows 8.1. Live tiles and Notifications also allow developers to leverage some of the more unique features of Windows 8.1 when creating Store Apps. This course teaches how to work with charms, contracts, dynamic tile and notifications. This course also covers how to add media to Windows Store Apps. This course is one of a series in the Skillsoft learning path that helps prepare learners for the Microsoft Exam 70-484: Essentials of Developing Windows Store Apps Using C#....
Overview/Description
Pointer and gesture events, as well as app bar and user input are useulf tools when when creating Windows Store Apps. In this course you will learn how to handle both touch and mouse user input in Windows Store Apps. You will also learn how to use the app bar, how to use the semantic zoom control, and the basics of process lifetime management in Windows Store Apps. This course is one of a series in the Skillsoft learning path that helps prepare learners for the Microsoft Exam 70-484: Essentials of Developing Windows Store Apps Using C#. This course is one of a series of...
Overview/Description
Apps built for the Windows Store may require security features in the way of authentication and authorization. When apps are complete they also require certification before submission and approval for listing in the Windows Store. This course covers working with user credentials, and ways to perform authentication and authorization when developing Windows Store Apps. This course also goes over concepts involved in submitting and app to the Windows Store. This course is one of a series in the Skillsoft learning path that helps prepare learners for the Microsoft Exam 70-...
Overview/Description
Microsoft's Windows Presentation Foundation (WPF) is a framework within .NET for building next-generation standalone and browser-based client applications. This course introduces WPF to the C# programmer and shows how to create and deploy multimedia applications with WPF. You will learn about using windows and page-based navigation, implementing and formatting controls, working with events and data binding. You'll also learn about incorporation of multimedia elements including 3-D graphics, video and audio, and animations. Finally, you'll learn about using resources and...
Overview/Description
N-Tier and REST are both architectures used for developing applications. By using the N-tier architecture, model developers can create applications that are flexible and reusable. In this course you will explore how the N-tier architecture provides a means to separate an application into tiers to allow the developer to add or modify a specific layer instead of recreating the entire application. You will also learn about the Representational state transfer, or REST, architecture and how it utilizes HTTP requests to post, read, and delete data, and perform CRUD operations...
Overview/Description
This course covers elementary control and data structures in Python 3.x. It also covers sequences and sorts. Finally this course covers OOP in Python, including classes, methods, and objects.
Target Audience
Developers with some programming experience coming from another language to Python, or existing Python developers looking to up-skill
Prerequisites
None
Expected Duration (hours)
2.5
Lesson Objectives
Python Language Basics
start the lesson
implement strategies for multiple choice in Python
control loop flow in Python
write Python...
Overview/Description
This course covers XML manipulation in Python 3.x, file manipulation, and how to work with the file system. It further covers modules and packages and how to work with the built-in SYS module.
Target Audience
Developers with some programming experience coming from another language to Python, or existing Python developers looking to up-skill
Prerequisites
None
Expected Duration (hours)
1.5
Lesson Objectives
Applications of Python
start the course
extract text from an XML document in Python
read XML documents in Python
auto detect XML in...
Overview/Description
This course covers advanced Python 3.x concepts including exception handling, decorators, sequences, lambda functions, and generators.
Target Audience
Developers with some programming experience coming from another language to Python, or existing Python developers looking to up-skill.
Prerequisites
None
Expected Duration (hours)
1.5
Lesson Objectives
Advanced Python
start the course
use exceptions in Python
implement exceptions in Python
extend exceptions in Python
raise exceptions in Python
implement exception raising in Python
handle...