| ScreenCasts | View or Download | |||
| Getting REST with WCF 3.0 - Part I | Includes REST overview, and a simple REST implementation using WCF 3.0 | Download Video | ||
| Getting REST with WCF 3.0 - Part II | Deploying our REST WCF 3.0 Service to a console app and IIS | Download Video | ||
| Getting REST with WCF 3.0 - Part III | Using an HTTP Module to remove *.svc from URIs | Download Video | ||
| Getting REST with WCF 3.5 - Part IV | Part IV - Creating the same service using WCF 3.5. This video will look at creating REST-based services using the new capabilities of WCF 3.5. The same concepts could be applied to doing RSS or ATOM syndication as well. | Download Video | ||
| Anonymous Pipes with .NET 3.5 | A short video introducing anonymous pipes in .NET. Part One of a multi-part series looking at the new System.IO.Pipes namespace in .NET 3.5 |
Download Video Online Video |
||
| Simple Named Pipes with .NET 3.5 | A simple introduction to using named pipes with .NET and sending messages between processes. |
View Online Download Video |
||
| Simple Named Pipes II with .NET 3.5 | The series continues with another simple example of Named Pipes and .NET with this installment shifting from anonymous pipes to actual named pipes. I also introduce how a message-based pipe works compared to the byte-based pipe we looked at with anonymous pipes.T | View Online |
| Interviews | View or Listen | ||
| Minnesota Developer Roundtable Discusses RIA | This is a 45 minute podcast the looks at the RIA momentum in the industry from a variety of angles including what it means to us as developers and as end users. Participating in the discussion were myself and Microsft influential developers, MVPs, and RDs, Jason Bock, Doug Nelson, Shannon Braun, Scott Colestock, Chris Williams, Matt Milner, Rocky Lhotka, and Javier Lozano. |
Podcast: 12/3/07 Zune: 12/4/07 |
|
| Shannon Braun Discuss "Real World" WPF | Shannon Braun, a Microsoft MVP, talks about enterprise WPF development in the real world. Shannon has been working for the past year on a large WPF project at a large customer here in the Twin Cities. During the podcast, we cover why WPF was used instead of WinForms, developer-designer integration, resources for getting started, and more. It's an informative 30 minutes and lays a good foundation for future podcasts around WPF. | Podcast: 12/13/07 | |
| Jason Bock and Code Camp | I had the chance to sit down and talk with Jason Bock about the Code Camp, developer communities and more. |
Download Video Podcast |
|
| Aaron Erickson Talks LINQ | I sat down with Aaron Erickson of Magenic Technologies and talked to him about LINQ and his own pet project MetaLINQ |
View Online Podcast |
|
| Chris Williams and XNA | Chris Williams is the driving force behind the newly formed XNA User Group in the Twin Cities. He and I chat about getting started in game dev and his background in developing games. |
Download Video Podcast |
| "Almost Live" | First Posted | View or Download | |
| Introduction to HorseCalc.NET | This screencast introduces what "Almost Live" is about and what HorseNET is. | 1/9/08 |
View Online Download |
| Creating a Custom Attribute | The foundation of HorseNET is the use of .NET custom attributes. Custom attributes are used to "mark up" an class so that instances of that class can be popluated with data from a CSV data file. This is accomplished by marking Properties on a class with our .NET Custom Attributes. These attributes will contain informaton on where the data in the CSV file is located and if any additional data scrubbing routines are required to prepare the data before assigning it to the target object. | 1/18/08 | View Online |
| Using Reflection with Custom Attributes | HorseNET will use reflection in combination with custom attributes to populate objects with data from a CSV data file. Data will be pulled from a line of CSV data and then reflection will be used to analyze a target object, check for custom attributes indicating data mapping, and then converting and setting data values on the target object. | 2/15/08 | View Online |