55 Minutes Introduction

Post on 09-Dec-2014

491 views 0 download

Tags:

description

Introduction about C# in Windows Phone Development.

Transcript of 55 Minutes Introduction

Agenda Objective What’s C# ? Libraries & References Data types Functions Classes and objects

Objective Develop windows phone BASIC CALCULATOR

application.• We’re NOT teaching CODING.• No programming basics are needed.• You’ll be able to develop the application

with the lowest effort [isa].

What’s C# ? A high-level programming language. It’s Object-Oriented Programming Language. C++ VS C#.

Libraries & References Include Directives in C++

#include <………> Tells compiler where to find information about

items used in the program

C#

Data Types Int. Float. Double. Char. String. Bool.

Functions Gathered instructions that are related to each

other.

Objects & classes More generalized scope of instructions.

Summary Our objective. C# is a high-level language. Functions vs Classes.

Questions

?!

References WP Development:

http://msdn.microsoft.com/en-us/library/ff402535(v=vs.92).aspx

C# from Scratch:http://msdn.microsoft.com/en-us/vstudio/hh341490.aspx

History of C Family: http://dotnetmasters.com/HistoryOfCFamily.htm

Contacts

essam_ayman

Essam Ayman

EssamAyman