ITF11006.NET Demo. Hello HiOf Hello Metro Hello Forms Samples Links.

Slides:



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

Computer and Programming
Modern Application Lifecycle Visual Studio Online journey, capabilities and DevOps Scenarios Good to know.
Tampa Bay Windows Developers User Group File…New…Metro Jan 18th 2012
C# Programming: From Problem Analysis to Program Design1 2 Your First C# Program C# Programming: From Problem Analysis to Program Design 2 nd Edition.
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.
Visual Studio 2005 C# IDE Enhancements Luca Bolognese C# Program Manager Microsoft Corporation.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
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.
300MM active users worldwide Worldwideleadership.
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.
Introduction to Programming
Angelo Chan Kamran Bilgrami. Agenda ● WinJS - What and Why ● Modern Apps ● WinRT Architecture ● Demos o Controls o Data Bindings o Program LifeCycle Management.
C# A 1 CSC 298 Introduction to C#. C# A 2 What to expect in this class  Background: knowledge of an object oriented language of the C++, Java, … family.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Windows 8 Enterprise Windows 8 Enterprise – 90 Days evaluation version of Windows 8 RTM Visual Studio Express 2012 for Windows 8Visual Studio Express 2012.
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,
Computer Programming 1.  Editor Console Application Notepad Notepad++ Edit plus etc.  Compiler & Interpreter Microsoft.NET Framework  Microsoft visual.
Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
Applied Computing Technology Laboratory QuickStart C# Learning to Program in C# Amy Roberge & John Linehan November 7, 2005.
Creating LOB Metro style Apps in XAML Using Blend and Visual Studio Jeffrey Ferman Program Manager Microsoft Corporation DEV369.
Developing software and hardware in parallel Vladimir Rubanov ISP RAS.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
ITF11012.NET Demo. Hello HiOf Hello Windows 8 App Samples / Links.
Programming with Visual Studio 2005.NET A short review of the process.
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.
N from what language did C++ originate? n what’s input, output device? n what’s main memory, memory location, memory address? n what’s a program, data?
Building More Reliable And Better Performing Web Applications With Visual Studio 2005 Team System Gabriel Marius TLN312 Program Manager Microsoft Corporation.
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.
C# Introduction Part 1. Which Visual Studio Should I use? Any Express (2012, 2013…) or Community Edition 2013 Any full version.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
2015 International TechNet Wiki Summit 2015 Nonki Takahashi Session - Small Basic and TechNet (Small Basic - Part 2)
Importance of customer feedback Customer feedback.
WDK (Visual Studio add-on) Visual Studio “11” Ultimate Kernel-mode headers/libs Kernel debugger (engine and UI) Windows SDK Visual Studio Core.
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.
Integrating and Extending Workflow 8 AA301 Carl Sykes Ed Heaney.
Scripting Just Enough SSIS to be Dangerous. 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation.
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.
Going Beyond F11: Debug Better and Faster with Visual Studio 2012 Brian A. Randell Senior Consultant MCW Technologies DEV317.
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
Building C# Applications
C# Programming: From Problem Analysis to Program Design
Building Windows 8 App.
INF230 Basics in C# Programming
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.
Developing Drivers in Visual Studio
CE-105 Spring 2007 Engr. Faisal ur Rehman
Leveraging your existing code base for Windows 8
Nick Trogh Technical Evangelist, Microsoft.
Quick Start Guide for Visual Studio 2010
Introduction to C# AKEEL AHMED.
Debugging your Metro style apps using HTML
The University of Texas – Pan American
What?   Accounts Accounts subscription Azure Pass Code Azure Pass Code.
Understand design from code with code maps
Delivering great hardware solutions for Windows
Visual Studio Tools for Unity 2.0 Preview
C++ Build Improvements
Debugging Exercise 00 Try compiling the code samples.
Hello World Program In Visual Studio and Debugging
Just Enough SSIS Scripting to be Dangerous.
Microsoft Connect /14/ :11 AM
Presentation transcript:

ITF11006.NET Demo

Hello HiOf Hello Metro Hello Forms 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 Metro Visual Studio 11 – CTP September 2011 – Beta Ultimo February 2012 Metro style – Fun – Extremely challenging – Touch device a must Metro takeaways – 8 traits of a Metro App 8 traits of a Metro App – Developing/Debugging – Style vs. code

Hello Forms Visual Studio IDE – Project template – Parts of the IDE UX Guidelines – Well behaved – Rule of least astonishment Miscellaneous – Event model – Debugging – Data mockup vs. database

Samples MSDN Developer Samples: Learn Through Code ( Visual C# Sample Applications ( The Code Project ( Metro style app samples ( Official Visual Studio 2010 Samples for C# 4.0 ( Samples-31b491f3)

Links MSDN Library (msdn.microsoft.com) MSDN Magazine ( Windows 8 (