1 / 5

ITF11012 .NET

ITF11012 .NET. Demo. 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.

shanta
Télécharger la présentation

ITF11012 .NET

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ITF11012 .NET Demo

  2. Demo • Hello HiOf • Hello Windows 8 App • Samples / Links

  3. Hello HiOf • Notepadusing System;public class HiOf{ static void Main() { Console.WriteLine(“Hello HiOf!”); Console.ReadLine(); }} • Compilingcsc HelloHiOf.cs • Note • Syntax • Using • Entry point

  4. 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 • Developing/Debugging • Style vs. code

  5. Samples / Links • MSDN Developer Samples: Learn Through Code (http://code.msdn.microsoft.com/) • The Code Project (http://www.codeproject.com/KB/cs/) • Windows Store App samples (http://code.msdn.microsoft.com/windowsapps/) • MSDN Library (msdn.microsoft.com) • MSDN Magazine (http://msdn.microsoft.com/nb-no/magazine/default(en-us).aspx) • Windows Store Apps devloper line (http://www.buildwindows.com/)

More Related