Download presentation
Presentation is loading. Please wait.
Published byDavid Richardson Modified over 8 years ago
1
ITF11012.NET Demo
2
Hello HiOf Hello Windows 8 App Samples / Links
3
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
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 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/)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/)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.