Part 3: Introduction to XAML | Windows Store apps for Absolute Beginners with C#

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Now that we have a project, its time to learn XAML for user interface layout and interaction. Bob provides a fast but gentle introduction -- as he calls it, the "cheaters guide" -- to learning this declarative language. He explains what XAML is at a high level and its justification. He provides hands-on, practical examples of XAML layout controls, attached properties, navigating between the XAML and code-behind files / partial classes and how the XAML and C# is compiled into intermediate language. http://media.ch9.ms/content/WinStoreAppDev_CS.zip Download the entire series source code <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8986e16058aa4b869e80a0f5016a586d

View the full article
 
Back
Top