
Intro How to build a UWP Travel Planner in C# using STL Container Adapters
with Nikos_Tsiougkranas|4 years experience
38021views
How to Build UWP Travel Planner in C# using STL Container Adapters
- English
- Programming
C#
- Project length: 4h 28m
Through this series, you will learn all details on how to build a Travel Planner App using UWP, C#, and STL containers adapters
Overview
Introduction
In this project, I will cover the basics of XAML(Extensible Application Markup Language) and how to use it to build basic layouts on a windows application. Moreover, I explain thoroughly all the details on how to use C# and C++ STL like container adapters(List, ObservableCollection, Queue, OrderSet etc) to create a fully functional Travel Manager App in UWP. UWP(Universal Windows Application) is a platform where developers can code easily Cross-Platform Applications for Desktops-Mobiles-Xbox and more. Finally, I give some debugging tips you can use when you code in C#.
What are the requirements?
- Practical Knoledge of Object-Oriented Programming
- Basic Schematic Knowledge such as XAML, XML, or at least HTML
What is the target audience?
- Developpers who want to understand containers in C based languages(C++/C#)
- Developpers who want to learn the basics on how to build a windows application
Project Outline
Below is the project outline. The project outline explains what you will learn in each project. The list breaks down what you will learn in each video.
How to install VS2017 community and build a basic application