My Videos

Posted on April 8, 2010 by

Here's a listing of all the videos that I have published so far on Channel 9. These are the first videos I've ever done, so I know there is a lot of room for improvement. I have a backlog of video topics that I plan to release, including more on Visual Studio 2010, something on Dynamic Data and, of course, a series on Windows Phone 7. All I need now is the time to record them.

Windows Phone 7 with Expression Blend

This 30 minute video walks you step-by-step through the process of using Expression Blend 4 to create a Silverlight application for Windows Phone 7.

How Do I: Test Impact Analysis in Visual Studio 2010
I used to work for a company who's core application, I was told, had over 40,000 unit tests (no joke). I asked them if they had a CI process and ran those tests at every build. The answer I was given was "no" because "running a build with that many tests takes way too long to run every day, much less at every build".

It’s too bad their application wasn’t developed in .NET using Visual Studio 2010 so that they could take advantage of Test Impact Analysis. This new feature analyzes the code changes developers make and selects only the unit tests that have been impacted by the code change. The developer is free to choose between a subset of tests (those that need to be run based on the code changes made) or run the entire suite of tests for all-up testing. This short video will give you an overview of Test Impact Analysis and show you how to configure it in your Visual Studio 2010 Solution.
How Do I: Using Generate From Usage in Visual Studio 2010
For those using Test Driven Development processes in Visual Studio, you’ll be excited to here that there are some enhancements to the way Code Generation is done from within Visual Studio 2010. This short video shows you what those improvements are to a feature called “Generate From Usage”.
How Do I: Web.Config Transformations in VS2010
In the past, dealing with environment-specific data points like Connection Strings, Logging Settings, etc. has been a real challenge. Most organizations have invented their own slick way to manage these different settings from environment to environment, but until now there hasn’t been a comprehensive, prescribed best practice for dealing with this challenge. Now, with Visual Studio 2010, a new feature called Web.Config Transformations solves this complex problem for you! Using the power of XSLT and some integrated tooling, you can now maintain separate settings for individual configuration items across an infinite number of configurations.
How Do I: Code Navigation Improvements in VS2010
Exploring code is a great way to learn, but CTRL-F isn’t the only way to get around. Visual Studio 2010 adds some interesting new code navigation features to help developers better understand their code and find what they need quickly and easily. in this video, I explore a few of the new features and show you how to be more productive editing code with Visual Studio 2010.
How Do I: Using IntelliTrace in VisualStudio 2010
IntelliTrace is one of the newest, coolest features in Visual Studio 2010. This short video will give you a jump-start into how you can use IntelliTrace as a developer to aid you in your debugging adventures. Learn how to get started with IntelliTrace, using the DVR-like replay features, and debug a few defects in only 10 minutes!

 

I've also posted a bunch of videos on INETA Live – go check them out! 

  • http://www.awprotocode.net/ Proto-bytes

    Needed: How do I migrate SilverLight 4.0 to WPF 4.0, or have a common code base with out having 2 separate UI’s. Where did the Magic go, did it leave with Bill?

  • jojo

    hi i’m a wpf biginner and i don’t know how to integrate my data base sql in my MvvM light (wpf4) project ?? i tried the method ” linq to sql ” but it didn’t convert the tables in my data base to classes , i want each table to be a class so i can manipulate them , plz plz plz can you help me this is urgent !