Episode #191: WP7: Learning to read/write to isolated storage
Author: Derik WhittakerIn this episode we are going to take a look at how to read and write data to Isolated Storage for Silverlight on the Windows Phone 7 platform.Since the WP7 platform does not have...
View ArticleEpisode #192: WP7: Using Location Services & Bing Maps
Author: Derik WhittakerIn this episode we are going to take a look at how to use the Location Services (GPS) built into the Windows Phone 7 platform.We will first take a look at how we can use the...
View ArticleEpisode #193: WCF: How to create Custom Message Interceptors
Author: Derik WhittakerIn this episode we are going to take a look at how to extend WCF to create custom Message InterceptorsWe will first take a look at how we can create our custom interceptors and...
View ArticleEpisode #194: MVVM - How to create a ViewModelLocater
Author: Derik WhittakerThis episode we are we are going to take a look at how we can create a simple ViewModelLocator to inject our ViewModel into our DataContext at runtime via conventions.The...
View ArticleEpisode #195: WP7 - Learning how to use Live Tiles
Author: Derik WhittakerThis episode we are we are going to take a look at how we can use Live Tiles in WP7 (Mango).WP7 Mango has introduced not only the ability to create Application Tiles via code but...
View ArticleEpisode #196: Postsharp - Getting Started with AOP using Postsharp
Author: Matthew GrovesThis episode we are we are going to take a look at how to implemented AOP (Aspect Orientated Programming) with PostSharp.We will be using the Postsharp library in this episode and...
View ArticleEpisode #197: WP7 - Getting Started w/ SQL CE
Author: Derik WhittakerThis episode we are we are going to take a look at how to setup and use SQL Ce inside your WP7 Mango Applications.Prior to Mango being released developers had to resource to...
View ArticleEpisode #198: WP7 - Creating and Using Associations w/ SQL CE
Author: Derik WhittakerThis episode we are we are going to take another look at SQL CE on WP7 Mango.However, in this episode we will go a step further and learn how to setup relationships (aka...
View ArticleEpisode #199: NuGet - Getting Started w/ NuGet
Author: Derik WhittakerThis episode we are we are going to learn how to use the NuGet Package Management System.We will start off by looking at how to install NuGet inside of Visual Studio. We will...
View ArticleEpisode #200: Postsharp - Working with Advanced Aspects
Author: Matthew GrovesThis episode we are we are going to continue to take a look at how to use the AOP (Aspect Orientated Programming) framework Postsharp.In this episode we will focus on how to use...
View ArticleEpisode #201: Silverlight - Learning how to use Behaviors
Author: Derik WhittakerThis episode we are we are going to take a look at how to use and harness the power of Behaviors.A Behavior in Silverlight is a way to extend an existing UI element in order to...
View ArticleEpisode #202: Silverlight - Learning how to use Value Converters
Author: Derik WhittakerThis episode we are we are going to take a look at how to use and harness the power of Value Converters.A Value Converter (IValueConverter) allows for you to perform custom logic...
View ArticleEpisode #203: Introduction to the Async/Await CTP
Author: Derik WhittakerThis episode we are we are going take a look at how to simplify asynchronous coding by utilizing the Async CTP.The async CTP is a library is based off of the Task Parallel...
View ArticleEpisode #204: Self Hosting Web Api
Author: Derik WhittakerThis episode we are we are going to take a look at the Asp.Net Web Api framework. We are going to learn how we can self host a Web API endpoint inside our own application,...
View ArticleEpisode #205: Consuming a Web Api Endoints
Author: Derik WhittakerThis episode we are we are going to take a another look at the Asp.Net Web Api framework. However, in this episode we are going to look at how we can consume an endpoint in our...
View ArticleEpisode #206: Learning Objective-C - Part 1
Author: Peter ShearerThis episode we are we are going to create a Single View iOS Application. You will learn how to create Simple layouts with Interface Builder's storyboard designer. You'll learn how...
View ArticleEpisode #207: Intro to Swift Programming
Author: Peter ShearerSwift is an innovative new programming language for Cocoa and Cocoa Touch. In this Episode, you will learn how to create Simple layouts with Interface Builder's storyboard...
View ArticleEpisode #208: Learning Objective-C - Part 2A
Author: Peter ShearerIn this episode, you'll learn how to create a Master-Detail iOS Application with Objective-C. You will use a TableView to display data. And you will be Introducted to Objective-C...
View ArticleEpisode #209: Learning Objective-C - Part 2B
Author: Peter ShearerIn this episode, you'll learn how to Create a Detail View. You'll learn how to use a Seque and passing data to the destination View Controller. And finally learn some more...
View ArticleEpisode #210: Intro to CocoaPods
Author: Peter ShearerIn this episode, you'll learn how to Install CocoaPods and how to include CocoaPods in iOS Objective-C Project. You'll learn about finding and adding a CocoaPod dependency. And...
View Article