Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " First Session

  • View
    413

  • Download
    1

  • Category

    Mobile

Preview:

Citation preview

Introduction to Universal Windows Platform Applications

and C#“session 1”

Presented and Prepared by

Aya Zakaria Wagdy Mohamed

Aya Zakaria

Second level at FCI Major :Network Technology MSTC’15 – Builders & Developers Participant. MSTC’16 – Builders & Developers Moderator.

Wagdy Mohamed

Third level at FCI Major IT, Track Hardware “Robotics” MSTC’14 – Windows Phone Participant. Eshak Group in 2014 – Customer Service. MSTC’15 – HR and R&D. Fekra’15 – PR Member. Eshak Group in 2015 – HR member. MSTC’16 – Builders & Developers Moderator.

Microsoft Tech Club Cairo University

MSTC’13

MSTC’14

MSTC’15

MSTC’16

Agenda

Introduction to Universal Platform Windows Applications. What is C#? IDE and Compiler. Data types. First program using C#.

Introduction to UWP Apps.

Store

What is UWP Applications?

Why UWP Applications?

What is C#

Programming language is a language designed to communicate to a machine particularly a computer.

Integrated Development Environment

IDEA program connects between text and compiler.

Compiler

A program convert a text of a

certain programming language into binary code.

IDE and Compiler

Hello World

Data types

Integer Float Double String Character Boolean

Integer

deceleration

initializatio

n OR

Float

deceleration

initializatio

n OR

Double

deceleration

initializatio

n OR

String

deceleration

initializatio

n OR

Character

deceleration

initializatio

n OR

Boolean

deceleration

initializatio

n OR

Console

Hello World program

Class

Classis a construct enables you to create your own types by grouping together variables of other types and methods.

Name

Age

GPA

Namespace

Namespace is designed for providing a way to keep one set of names separate from another. The classes will not conflict with each other.

System

System is a namespace that contains a fundamental classes and base classes that define-commonly used data types.

Ready made functions

Console.Write(“Hello”);Console.WriteLine(“Hello

World”);Console.ReadLine();Console.Read();Console.ReadKey();

Steps to install visual studio

1- Accept License Terms and Privacy Policy by selecting the checkbox in from of them. Click on “Next” button.

Steps to install visual studio

2- Select all this features. Click on “install” button.

Steps to install visual studio

Steps to install visual studio

3- Once it finishes the setup, you will see the success screen as below.

4- Click on “Restart Now” button to restart your system. After restarting your system, you are now ready to use your VS.

Contacts

wagdy.mohamed.95

wagdy.mohamed@outlook.sa

yoya.zakaria

ayazakaria@outlook.com

Recommended