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

Slides:



Advertisements
Similar presentations
Windows Web Xbox WakeUpAndCode.com.
Advertisements

Windows Web Xbox WakeUpAndCode.com.
Windows iOS Android … and WakeUpAndCode.com.
Introduction to the C# Programming Language for the VB Programmer.
Getting Started, Lessons Learned & WakeUpAndCode.com.
George Blank University Lecturer. CS 602 Java and the Web Object Oriented Software Development Using Java Chapter 4.
Logical Operators Java provides two binary logical operators (&& and ||) that are used to combine boolean expressions. Java also provides one unary (!)
Java Syntax Primitive data types Operators Control statements.
Fundamental Programming Structures in Java: Comments, Data Types, Variables, Assignments, Operators.
Chapter 2 - Java Programming Fundamentals1 Chapter 2 Java Programming Fundamentals.
Windows 8.1 Windows Phone 8.1 … and WakeUpAndCode.com.
James Quick | Technical Evangelist Shahed Chowdhuri | Sr. Technical Evangelist.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Programming Concepts MIT - AITI. Variables l A variable is a name associated with a piece of data l Variables allow you to store and manipulate data in.
CS0007: Introduction to Computer Programming Introduction to Arrays.
An Introduction to C Programming Geb Thomas. Learning Objectives Learn how to write and compile a C program Learn what C libraries are Understand the.
Intro to Indie Game Development By Shahed Chowdhuri Windows Web Xbox WakeUpAndCode.com.
Beginner - WakeUpAndCode.com.
Intro to C++ for Robotics Made for ALARM. Computer System Hardware – cpu, memory, i/o Software – OS, drivers.
Jump-starting Your Startup with WakeUpAndCode.com Icons/graphics from: iconarchive.com.
Its all just code by group 8 张亚东,杨杰,甘伟,余青龙,肖春亮 chapter 2.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Web Xbox WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Web Xbox Mobile … and WakeUpAndCode.com.
Chapter 3: Data Types and Operators JavaScript - Introductory.
Java ProgrammingtMyn1 Java Programming Timo Mynttinen Mikkeli University of Applied Sciences.
Module 3: Working with Components. Overview An Introduction to Key.NET Framework Development Technologies Creating a Simple.NET Framework Component Creating.
Sha Tin Methodist College F.4 Computer Studies Pascal Programming.
Chapter 10 Function Block Diagram
Research Topics in Computational Science. Agenda Commenting Our Code Variable Review Button Program – Add Textbox Getting text from textbox Converting.
JavaScript History and Versions JavaScript was introduced as part of the Netscape 2.0 browser Microsoft soon released its own version called JScript ECMA.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Lecture 2 Conditional Statement. chcslonline.org Conditional Statements in PHP Conditional Statements are used for decision making. Different actions.
Windows iOS Android … and WakeUpAndCode.com.
Exceptions in C++. Exceptions  Exceptions provide a way to handle the errors generated by our programs by transferring control to functions called handlers.
Windows 8.1 Windows Phone 8.1 Windows 10 … and WakeUpAndCode.com.
Rich Internet Applications 2. Core JavaScript. The importance of JavaScript Many choices open to the developer for server-side Can choose server technology.
Spring 2009 Programming Fundamentals I Java Programming XuanTung Hoang Lecture No. 8.
Windows 10, Universal Apps, Xbox One & WakeUpAndCode.com.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core RC2 * aka ASP.NET 5 before.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Xbox One Dev Mode Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Visual Studio, Unity, Construct 2, etc Dave Voyles Sr.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
Intro to HoloLens Development Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A new era of mixed reality.
Intro to HoloLens Development
Unity 5 JumpStart Part 4: Sound Effects Shahed Chowdhuri
Unity 2D: Step by Step, Part 4
University of Central Florida COP 3330 Object Oriented Programming
Web Application Security
Your Host & Speaker Shahed Chowdhuri
University of Central Florida COP 3330 Object Oriented Programming
Build and connect intelligent bots
Expressions and Control Flow in JavaScript
Intro to Indie Game Development
Introduction to Programming in Java
Unity 2D: Step by Step, Part 2
Developing on a Mac For C# Developers Shahed Chowdhuri
A Quick Overview of ASP.NET Core 1.0
Unity 5 JumpStart Part 2: Ammo Collisions Shahed Chowdhuri
Part 3: Damage From Objects
Part 1: Player Selection & Scores
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Tech for Startups By Shahed Chowdhuri Sr. Technical Evangelist
Game Development with Unity and C#
Universal Apps For Windows 10 Shahed Chowdhuri
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Intro to HoloLens Development
Presentation transcript:

For WakeUpAndCode.com

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

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:

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: MVA:

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

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

Start/Continue

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

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

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

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

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

1 2 3

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

parent class complex object public method private variable

1 2 3

1 2 3

Set to “Copy always” enter sample data

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

Twitter: