Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Developing Secure Universal Windows® Platform Apps in C# and XAML

Price
1,785 USD
3 Days
LO-094016
Classroom Training, Online Training
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 27-May-2024 to 29-May-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 24-Jun-2024 to 26-Jun-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 22-Jul-2024 to 24-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 19-Aug-2024 to 21-Aug-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 16-Sep-2024 to 18-Sep-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 14-Oct-2024 to 16-Oct-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 11-Nov-2024 to 13-Nov-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 9-Dec-2024 to 11-Dec-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Date: 6-Jan-2025 to 8-Jan-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
View Global Schedule

Course Description

Overview

Microsoft® Windows® 10 has merged the software platforms for Windows applications into a single Universal Windows Platform (UWP) that makes it relatively straightforward to develop one app that runs on phones, tablets, computers, and other devices. Microsoft has provided various tools and programming languages to support development in this platform, giving the developer the ability to use tools and techniques that they are most comfortable with. With Visual Studio® (even with the free Community edition), the developer can choose to program Windows applications using a variety of languages. This course introduces students to Windows 10 application development using C# (pronounced 'see sharp') and XAML (pronounced 'zammel'). You can take this course as part of your preparation for a certification exam such as that for MCSD: Universal Windows Platform.
 

Objectives

In this course, you will develop Windows 10 Universal Windows Platform applications using C# and XAML. You will: Use Visual Studio to create and run a Universal Windows Platform application. Design a Windows application based on requirements, operating system constraints, and best practices. Create a user interface layout through XAML, including styles, themes, and adaptive layout features. Write C# code to control the presentation logic of a XAML-based user interface, and to bind user interface components to data. Lay out and program a multiple-page application with a navigation menu, command bars, and Back-button navigation. Manage user interface states through Visual State Groups and provide alternate layouts and resources for different devices and displays. Store, deserialize, and retrieve data in local files, and pass data among application pages. Load and present web data within an application, and work in cooperation with an external web browser. Load and present web data in a WebView control, and use JavaScript to communicate between the app and content in the WebView. Create graphics at runtime, and add animation effects to user interface components. Integrate with other apps and services, providing features such as Share, Print, Settings, Mapping, and Navigation. Identify strategies for improving the security of Windows apps, and use security-related features such as file pickers, file encryption, and the password box. Use Visual Studio tools to brand an application and prepare it for release to end users.
 

Audience

The target student for this course is an experienced programmer who is new to application development for the Windows 10 Universal Windows Platform using C# and XAML in Visual Studio. The target student has experience developing applications using object-oriented programming languages and tools, but not necessarily any experience using the languages and tools specific to the Windows 10 development environment.
 

Prerequisites

    Object-oriented programming experience in at least one programming language such as Java, Swift, Objective-C, or C++ is essential to your success. Your familiarity with object-oriented programming should include understanding of concepts such as classes, methods, properties, constructors, and instantiation.
     

Topics

Lesson 1: Getting Started with Windows App Development Topic A: Set Up and Configure Visual Studio Topic B: Work with an App Project in Visual Studio Lesson 2: Planning and Designing a Windows App Topic A: Identify Windows 10 App Requirements Topic B: Meet Windows User Expectations Lesson 3: Creating a User Interface Topic A: Create an App Project Topic B: Lay Out a User Interface Topic C: Use Styles and Themes to Format a User Interface Layout Lesson 4: Programming the User Interface Topic A: Connect C# Code with XAML Markup Topic B: Update Data in User Interface Controls Topic C: Use C# Conditional Statements to Process Data Lesson 5: Creating a Complex User Interface Layout with Navigation Topic A: Implement a Navigation Menu and Command Bars Topic B: Load Pages in a Frame Topic C: Manage Back Button Navigation Lesson 6: Managing Visual States and Alternate Layouts Topic A: Manage Visual States Through VisualStateManager Topic B: Provide Alternate Layouts and Resources Lesson 7: Working with File Data Topic A: Store and Retrieve Data Files Topic B: Serialize and Deserialize Data Files Topic C: Pass Data to Another Page Lesson 8: Working with Web Data Topic A: Load Web Data Topic B: Launch a URL in the Default Web Browser Lesson 9: Working with WebView Topic A: Load a WebView Component with Content Topic B: Communicate with JavaScript in a WebView Lesson 10: Programming Graphics and Animation Topic A: Create Runtime Graphics Topic B: Add Motion and Depth Lesson 11: Integrating with the App Ecosystem Topic A: Implement a Share Command Topic B: Implement a Print Command Topic C: Store and Retrieve Settings Topic D: Cooperate with Other Apps and Services Lesson 12: Implementing App Security Topic A: Evaluate App Security Topic B: Implement Windows Security Features Lesson 13: Finalizing an App Topic A: Internationalize and Localize Topic B: Package and Deploy
 
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.