Posts
LearnVisualStudio.NET
-
Part 34: Where to go from here?Windows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:33 AM
12
Dan Fernandez
,
Bob Tabor
and
Golnaz
Avg Rating: 5
(2)Bob reviews the topics discussed in this series of lessons, and provides some additional resources and guidance on how you should approach your career as a software developer.Resources -
Part 33: Simulating Product PurchasesWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:32 AM
1
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(2)Finally, we learn how to enable in-product purchases to unlock certain features or allow for the purchase of in-app items allowing us to use a "freemium" business model. -
Part 32: Simulating App PurchasesWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:32 AM
0
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(2)Continuing on from the previous lesson, now we learn how to unlock the app and its features by allowing the user to purchase a full version of the app directly from the app. -
Part 31: Detecting Trial VersionsWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:32 AM
12
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(2)In this final Hands On Lab, we use the CurrentAppSimulator class to simulate interaction with the Windows Store API. Here we simply use the configuration file to declaratively modify the user interface. This simulates the data retrieved from the Windows Store. -
Part 30: Incorporating Scheduled ToastsWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:32 AM
0
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(1)This lesson demonstrates the use of scheduled toasts to remind or notify the user of some task or change in the app.
-
Part 29: Incorporating Push NotificationsWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:32 AM
0
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(1)Continuing from the previous lesson, this lesson demonstrate how to utilize push notifications from Windows Notification Services to provide information or state updates to the user from the cloud on the Windows 8 start page.Resources -
Part 28: Enabling Secondary TilesWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:32 AM
2
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(1)The Windows 8 start page is one of it's most distinctive features, and this lesson demonstrates how to implement secondary tiles to allow "deep linking" into functionality or data in the app. -
Part 27: Implementing User PreferencesWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:31 AM
0
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(1)In this lesson we follow the instructions of the Hands On Lab to tie up the loose ends and actually implement the desire functionality. -
Part 26: Saving User PreferencesWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:31 AM
5
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(1)In this lesson we use the ToggleSwitch element to capture a user's preference on how to deal with remembering the state of the app prior to it being terminated. We talk about the different special folders and objects we can use to save user data, and discuss roaming and how to utilize it in our...
-
Part 25: Adding a Settings Command and Settings FlyoutWindows Store apps for Absolute Beginners with C# Oct 26, 2012 at 9:31 AM
0
Dan Fernandez
and
Bob Tabor
Avg Rating: 5
(1)In this lesson, we learn how to add Settings Flyouts using the Callisto controls. These are used to respond to the Settings charm in Windows 8, and can be used for About pages, Preferences or other related purposes.Resources