Download presentation
Presentation is loading. Please wait.
Published byRuth Ferguson Modified over 9 years ago
1
ITF11006.NET Demo
2
Hello HiOf Hello Metro Hello Forms 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 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
5
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
6
Samples MSDN Developer Samples: Learn Through Code (http://code.msdn.microsoft.com/) Visual C# Sample Applications (http://msdn.microsoft.com/en-us/library/z9hsy596(v=VS.100).aspx) The Code Project (http://www.codeproject.com/KB/cs/) Metro style app samples (http://code.msdn.microsoft.com/windowsapps/) Official Visual Studio 2010 Samples for C# 4.0 (http://code.msdn.microsoft.com/windowsdesktop/Visual-Studio-2010- Samples-31b491f3)
7
Links MSDN Library (msdn.microsoft.com) MSDN Magazine (http://msdn.microsoft.com/nb-no/magazine/default(en-us).aspx) Windows 8 (http://www.buildwindows.com/)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.