-
C# Blog Reader - 4/9 - Add pages and navigation
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video, we'll add all of the pages to the Blog Reader, including the It... -
C# Blog Reader - 7/9 - Adding a control template
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video, we'll build a custom data template using XAML to format how we ... -
C# Blog Reader - 2/9 - Get data into an app
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video we'll build a set of classes to represent a blog post, a blog, a... -
C# Blog Reader - 9/9 - Managing app lifecycle and state
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In the final video of the series, we'll use the SuspensionManager class to sav... -
C# Blog Reader - 8/9 - Adapting to different layouts
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video, we'll adapt all of the pages in the Blog Reader app to work in ... -
C# Blog Reader - 3/9 - Asynchronous programming
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video, we'll review the asynchronous programming model for Windows 8 a... -
C# Blog Reader - 6/9 - Creating a consistent look with styles
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video, we'll build custom styles for the ItemsPage and a DateTime Valu... -
C# Blog Reader - 1/9 - Introduction to the series
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
This is the first video in a 9 part video series that walks through creating a... -
C# Blog Reader - 5/9 - Add an app bar, animations, and transitions
Want to see more .NET video tutorials? Visit For more .NET tutorials visit: http://www.LearnVisualStudio.NET/281.html
In this video, you'll add an AppBar, learn how to use the Segoe UI Symbol font... -
Programming in C# (7/8) Interacting with the File System, and Leveraging Web Services
http://www.LearnVisualStudio.NET/281.html
Why read or write to the file system? This session provides an overview about interacting with the file system and leveraging web services.
Check out htt... -
Programming in C# (5/8) Type and Value Validation, and Encryption Techniques
http://www.LearnVisualStudio.NET/281.html
In advanced C#, you can prevent overflow, incorrect results and undesirable side-effects by validation. Let Jerry and Daren show you how to prevent securi... -
Programming in C# (2/8) Complex Types, Object Interfaces and Inheritance
http://www.LearnVisualStudio.NET/281.html
In this segment the instructors go over constructing complex types and what defines the template for an object, and how reference and value imply memory s... -
Programming in C# (8/8) Using LINQ to Objects and XML, and Serialization
http://www.LearnVisualStudio.NET/281.html
This module introduces the user on how to access databases using Language Integrated Query (LINQ). It also provides an overview of fundamentals of seriali... -
Programming in C# (4/8) Code Reflection and Working with Garbage Collection
http://www.LearnVisualStudio.NET/281.html
This module introduces the user to code reflection and information, what this means and how to get data and create instances. It will provide an overview ... -
Programming in C# (6/8) Splitting Assemblies, WinMD, Diagnostics and Instrumentation
http://www.LearnVisualStudio.NET/281.html
This segment provides an overview of assemblies, and how and why to share them. With all technologies it is important to measure and run diagnostics, get ... -
Programming in C# (3/8) Controlling Programmatic Flow, and Manipulating Types and Strings
http://www.LearnVisualStudio.NET/281.html
This session provides an overview of controlling programmatic flow and manipulating types and strings. Don't miss this session which also includes several... -
Programming in C# (1/8) OOP, Managed Languages and C#
http://www.LearnVisualStudio.NET/281.html
This module goes over the differences between Object Oriented Programming (OOP), Managed Languages and why use C# for OOP. It also addresses the evolution... -
Responding to Device Orientation Changes Part 16
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
We head back to the LayoutAwarePage and discuss how it works with the VisualStateManager to allow us to declarative respon... -
Data Binding to the RecipeDataSource.cs Part 9
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In this lesson we follow the instructions of the Hands On Lab to add and wire up the RecipeDataSource.cs and its images an... -
Detecting Trial Versions Part 31
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In this final Hands On Lab, we use the CurrentAppSimulator class to simulate interaction with the Windows Store API. Here... -
Understanding how Data Binding Works at Design Time Part 8
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In this lesson we take a short aside and learn about the design time experience in Visual Studio and learn how it is able ... -
Incorporating Push Notifications Part 29
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
Continuing from the previous lesson, this lesson demonstrate how to utilize push notifications from Windows Notification S... -
Adding a Settings Command and Settings Flyout Part 25
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In this lesson, we learn how to add Settings Flyouts using the Callisto controls. These are used to respond to the Settin... -
Getting Started with the Grid App Template Part 2
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In lesson Bob takes the first steps towards building the Contoso Cookbook by creating and walking through a new Grid App T... -
Data Binding and the SampleDataSource.cs Part 7
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In this lesson, we begin the process of understanding how to utilize data in our app. We begin by looking at this from th... -
Implementing Type Converters Part 15
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In order to make our declarative controls and data binding work smoothly, we look at implicit XAML type converters, type c... -
Working with the GridView Part 13
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
Our focus turns back to the layout of the three main pages in our app. In this lesson we learn about the major properties... -
Implementing User Preferences Part 27
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
In this lesson we follow the instructions of the Hands On Lab to tie up the loose ends and actually implement the desire f... -
Working with Async Methods in the Windows Runtime Part 12
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
The new C# 5.0 async features are explained in this lesson, including the pattern we can follow to utilize the Windows Run... -
Introduction to XAML Part 3
Check out more video tutorials: http://www.LearnVisualStudio.NET/281.html
Now that we have a project, it's time to learn XAML for user interface layout and interaction. Bob provides a fast but ge...