Presentation is loading. Please wait.

Presentation is loading. Please wait.

For WakeUpAndCode.com. Introduction > Variables, Operators & Loops > Classes & Methods > Files & Exceptions Additional Topics.

Similar presentations


Presentation on theme: "For WakeUpAndCode.com. Introduction > Variables, Operators & Loops > Classes & Methods > Files & Exceptions Additional Topics."— Presentation transcript:

1 For Beginners @shahedC WakeUpAndCode.com

2 Introduction > Variables, Operators & Loops > Classes & Methods > Files & Exceptions Additional Topics

3 PeriodBackground/Experience 1997 – present Microsoft web/software development 2011XNA games on XBLIG for Xbox 360 2D Math Panic Angry Zombie Ninja Cats 2012Tools for XNA developers XBLIG Sales Data Analyzer (OnekSoftLabs.com) XNA Basic Starter Kit (CodePlex) Online: http://facebook.com/OnekSoftGameshttp://facebook.com/OnekSoftGames

4 PeriodBackground/Experience 2013 Ninja Cat Runner on Win8, WP8, Web (Construct 2) Video Q&A with MS Tech Evangelist Frank La Vigne Founder/Admin of FB groups: Construct2, Xbox One & Unity Indie Devs Started Public Speaking in DC area and East Coast 2014 Public Speaking on Indie Game Development Joined Microsoft as a Sr. Technical Evangelist Gallant Glider on Win8, WP8, Web (Construct 2  Universal App) Video Q&A: http://youtu.be/lRjrQPvVOpohttp://youtu.be/lRjrQPvVOpo MVA: http://aka.ms/DevGames-Const2 http://aka.ms/DevGames-Const2

5 Source: Official Xbox Magazine, March 2014, Page 65 `

6

7

8 References Properties Panel Code Editor Toolbar Solution Explorer Ouput Start (Run)

9

10

11 Start/Continue

12

13 Variables class Method ( ) Data Types Integer String var? Assignment Output namespace using statements // 1-line comment /* multi-line comments */

14

15 TypeOperators Unary Postfix Operators ++ -- Unary Prefix Operators ++ -- + - Multiplicative Operators * / % (modulus) Additive Operators + - Assignment Operators = higher lower

16 TypeOperators Equality == != Logical AND & Logical XOR ^ Conditional AND && Conditional OR || Conditional Ternary Operator ?:

17

18 Declare & Assign StringBuilder Special Characters Concatenate Literal string.Format() Char Array String Functions

19

20 for loop while loop continue break switch-case statements default break if/else blocks

21

22

23 1 2 3

24 constructors properties Instance variable public method private methods (overloaded) class declaration this keyword

25 parent class complex object public method private variable

26

27

28 1 2 3

29 1 2 3

30 Set to “Copy always” enter sample data

31 Use System.IO namespace for StreamReader Handle possible exceptions with try-catch block

32

33

34

35

36 Email: shchowd@microsoft.com Twitter: @shahedCshchowd@microsoft.com@shahedC


Download ppt "For WakeUpAndCode.com. Introduction > Variables, Operators & Loops > Classes & Methods > Files & Exceptions Additional Topics."

Similar presentations


Ads by Google