55 minutes introduction

12

Upload: essam-ayman

Post on 09-Dec-2014

489 views

Category:

Technology


0 download

DESCRIPTION

Introduction about C# in Windows Phone Development.

TRANSCRIPT

Page 1: 55 Minutes Introduction
Page 2: 55 Minutes Introduction

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

Page 3: 55 Minutes Introduction

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].

Page 4: 55 Minutes Introduction

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

Page 5: 55 Minutes Introduction

Libraries & References Include Directives in C++

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

items used in the program

C#

Page 6: 55 Minutes Introduction

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

Page 7: 55 Minutes Introduction

Functions Gathered instructions that are related to each

other.

Page 8: 55 Minutes Introduction

Objects & classes More generalized scope of instructions.

Page 9: 55 Minutes Introduction

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

Page 10: 55 Minutes Introduction

Questions

?!

Page 11: 55 Minutes Introduction

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

Page 12: 55 Minutes Introduction

Contacts

essam_ayman

Essam Ayman

EssamAyman