ITF11012.NET Demo. Hello HiOf Hello Windows 8 App Samples / Links.

Slides:



Advertisements
Similar presentations
Building RADNUG8 – the windows 8 app Part 1 Matt
Advertisements

Computer and Programming
Tampa Bay Windows Developers User Group File…New…Metro Jan 18th 2012
Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
Software. What Is Software? software –Also called Computer programs –Are a list of instructions –Instructions are called code –CPU performs the instructions.
C# Programming: From Problem Analysis to Program Design1 2 Your First C# Program.
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, and Windows Apps in C# with Xamarin.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Windows Core OS Services JavaScript (Chakra) C C++ C# VB Metro style apps Communication & Data Application Model Devices & Printing WinRT APIs Graphics.
Agenda Unit Test Framework for the XAML app developer Automated end-user testing using Coded UI Test Q&A.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Introducing Xamarin 2.0 Introducing Xamarin 2.0 Michael Hutchinson
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
Mobile Programming Lecture 1 Getting Started. Today's Agenda About the Eclipse IDE Hello, World! Project Android Project Structure Intro to Activities,
Creating and Running Your First C# Program Telerik Software Academy Telerik School Academy.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Building Metro style UIs Paul Gusmorino Lead Program Manager Microsoft Corporation DEV354.
Introduction to Programming
Building Metro style apps with HTML and JavaScript Paul Gusmorino Lead Program Manager Microsoft Corporation.
Angelo Chan Kamran Bilgrami. Agenda ● WinJS - What and Why ● Modern Apps ● WinRT Architecture ● Demos o Controls o Data Bindings o Program LifeCycle Management.
WinRT and Windows 8 Sergey Barskiy Principal Consultant, Magenic.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
CSCI 3328 Object Oriented Programming in C# Chapter 2: Introduction to Visual C# Programming 1 Xiang Lian The University of Texas Rio Grande Valley Edinburg,
Developing Enterprise Mobile Apps with Xamarin Loren Horsager CEO, Mobile Composer.
Building Metro style apps with HTML and JavaScript Paul Gusmorino Lead Program Manager Microsoft Corporation.
Computer Programming 1.  Editor Console Application Notepad Notepad++ Edit plus etc.  Compiler & Interpreter Microsoft.NET Framework  Microsoft visual.
What is WP APP Studio Windows Phone App Studio is a tool to make high quality Windows Phone apps 100% Web-based tool „Code-free” development tool Edit-Continue.
Tom Lindeman Director, Cloud & Enterprise Partner/Channel Marketing Visual Studio Industry Partners & MSDN Special Offers.
1 Metro Style Apps in C++ Karthick 8 th May 2012.
Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1.
ITF11006.NET Demo. Hello HiOf Hello Metro Hello Forms Samples Links.
Applied Computing Technology Laboratory QuickStart C# Learning to Program in C# Amy Roberge & John Linehan November 7, 2005.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
ITF11012.NET.NET an Introduction. “This is the best time ever to be a software developer” Steve Ballmer, BUILD Conference, Anaheim, September 13 th 2011.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
Importance of customer feedback Customer feedback.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
Modern Design Principles (MS). Hubs & spoke navigation pattern Hierarchical pattern Best for large collections of related content Content is separated.
WDK (Visual Studio add-on) Visual Studio “11” Ultimate Kernel-mode headers/libs Kernel debugger (engine and UI) Windows SDK Visual Studio Core.
04 |Sharing Code Between Windows 8 and Windows Phone 8 in Visual Studio Ben Riga
Friday, March 8 Creating real Custom Controls Kelvin van Geene 12:15.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
/* Life runs on code */. Introduction to Windows Phone Kamalakannan Annamalai Windows Phone Developer Ilink Systems Twitter : kanal_7
Stuart Kent Group Program Manager, Visual Studio Follow team coding activity with CodeLens.
Hartelijk welkom VB Event 26 september 2012 ‘Visual Studio 2012 voor de VB.NETWEB developer’ Alex Thissen – Achmea.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
Hello Educational presentation.
Building C# Applications
C# Basic Syntax, Visual Studio, Console Input / Output
Building Windows 8 App.
CMIT100 Chapter 14 - Programming.
INF230 Basics in C# Programming
using System; namespace Demo01 { class Program
CSCI 3328 Object Oriented Programming in C# Chapter 2: Introduction to Visual C# Programming UTPA – Fall 2012 This set of slides is revised from lecture.
Getting Started with Visual Studio Tools for Tizen
Developing Drivers in Visual Studio
8/3/2018 7:11 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Leveraging your existing code base for Windows 8
Quick Start Guide for Visual Studio 2010
Lecturer: Mukhtar Mohamed Ali “Hakaale”
Microsoft Build /14/ :29 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Visual Studio Code + Ionic
Understand design from code with code maps
Delivering great hardware solutions for Windows
C++ Build Improvements
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Leveraging existing code in Metro style apps
Windows Azure John Stallo Principal Program Manager Lead 2-001
Presentation transcript:

ITF11012.NET Demo

Hello HiOf Hello Windows 8 App Samples / Links

Hello HiOf Notepad using System; public class HiOf { static void Main() { Console.WriteLine(“Hello HiOf!”); Console.ReadLine(); } } Compiling csc HelloHiOf.cs Note – Syntax – Using – Entry point

Hello Windows 8 App Visual Studio 2012 – Project template – Parts of the IDE Windows 8 App / Modern UI / Metro style – Fun – Challenging – Touch device a must Metro takeaways – 8 traits of a Metro App 8 traits of a Metro App – Developing/Debugging – Style vs. code

Samples / Links MSDN Developer Samples: Learn Through Code ( The Code Project ( Windows Store App samples ( MSDN Library (msdn.microsoft.com) MSDN Magazine ( Windows Store Apps devloper line (