Sign In
Kathleen McGrath's Weblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ALM
C++
F#
Hobbyist
Microsoft Help Viewer
Mix07
MSDN Library
Office
SharePoint
Silverlight
Video Presentations
Videos: Hobbyist Series
Videos: Pro Dev Series
Videos: VSTO for Mere Mortals
Videos: VSTO Series
Visual Basic
Visual C#
Visual Studio
Visual Studio Content
VS2010
VS2010 Beta 2
VSTO
WPF
Browse by Tags
MSDN Blogs
>
Kathleen McGrath's Weblog
>
All Tags
>
video presentations
Tagged Content List
Blog Post:
Getting Started Tutorials
Kathleen McGrath - MSFT
Mick Alberts and I have created a series of getting started videos for Visual Basic and C#. The first set of videos correspond to the getting started tutorial: Tutorial 1: Create a Picture Viewer . If you’re new to Visual Basic or C# development, these tutorials give you a great start. You...
on
27 Oct 2010
Blog Post:
Creating Coded UI Tests with Visual Studio 2010
Kathleen McGrath - MSFT
In this introductory video, you will learn about the Visual Studio 2010 code generation features that enable testers to create coded UI tests. Watch the video: Introduction to Creating Coded UI Tests with Visual Studio 2010 This video is based on a a step-by-step Hands-on Lab. See the Instructions...
on
15 Feb 2010
Blog Post:
Visual Studio 2010 Beta 2: Application Lifecycle Management Videos
Kathleen McGrath - MSFT
Brian Keller has posted information on downloading a virtual machine containing Visual Studio 2010 Ultimate Beta 2, Visual Studio Team Foundation Server 2010 Beta 2, along with sample data and a series of hands-on labs (HOLs) to get you started with the Application Lifecycle Management (ALM) capabilities...
on
11 Feb 2010
Blog Post:
Binding Silverlight Controls in Visual Studio 2010 Beta 2
Kathleen McGrath - MSFT
In the following videos, programming writer Steve Stein demonstrates the new drag and drop data binding features in Visual Studio 2010 for working with Silverlight applications. See the video: Silverlight Object Binding in Visual Studio 2010 Beta 2 and the corresponding blog post that you can follow...
on
3 Feb 2010
Blog Post:
Enabling Help in the Visual Studio 2010 Shell (Isolated)
Kathleen McGrath - MSFT
In this video, Ryan Linton (a Senior Program Manager on the Library Experience Team), walks us through a demo on how to enable Help in the Visual Studio 2010 Isolated Shell. Watch the video: Enabling Help in the Visual Studio 2010 Shell (Isolated) You can find more details in the Help topic...
on
7 Dec 2009
Blog Post:
Lists in F#
Kathleen McGrath - MSFT
In this video interview, Gordon Hogenson explains lists in F# and demos the functionality. You can also learn more in the topic Lists (F#) . See the video: Lists in F# --Kathleen
on
10 Nov 2009
Blog Post:
New MSDN Library Views
Kathleen McGrath - MSFT
I interviewed Mark D’Urso, a Senior Development Lead on the Library Experience team, about the new views available in the MSDN Library: Lightweight view ScriptFree view Classic view Watch the video: New MSDN Library Views --Kathleen
on
6 Nov 2009
Blog Post:
Microsoft Help Viewer - New Help System in Visual Studio 2010
Kathleen McGrath - MSFT
I recently interviewed Ryan Linton, a Senior Program Manager on the Library Experience team, about the new Help system in Visual Studio 2010 Beta 2. He demonstrates the new browser-based Help viewer, and how you can update content locally. Watch the video: Microsoft Help Viewer --Kathleen
on
5 Nov 2009
Blog Post:
Discriminated Unions in F#
Kathleen McGrath - MSFT
In this video interview, Gordon Hogenson explains discriminated unions in F# and demos the functionality. You can also learn more in the topic Discriminated Unions (F#) See the video: Discriminated Unions in F# --Kathleen
on
3 Nov 2009
Blog Post:
Creating a Web Part for SharePoint by Using a Designer
Kathleen McGrath - MSFT
In Part II of my interview with Norm Estabrook, he shows us how to create a Web Part using Visual Studio. This demo is based on his Help topic: Walkthrough: Creating a Web Part for SharePoint by Using a Designer . See the video: Creating a Web Part Using Visual Studio 2010 Beta 2 --Kathleen
on
28 Oct 2009
Blog Post:
Embedding Type Information from Microsoft Office Assemblies
Kathleen McGrath - MSFT
Mick Alberts, a technical editor on the Visual Studio User Education team, created a video demo about embedding type information into an application that uses Automation objects from Microsoft Office. This video is based on a Visual Studio Help topic . Take a look at the video: Embedding Type Information...
on
23 Oct 2009
Blog Post:
Creating an External List in SharePoint by Using Business Data
Kathleen McGrath - MSFT
With the release of Visual Studio 2010 Beta 2, I continue showing you new features by interviewing writers on User Education team. Since I’m at the SharePoint conference, it seems fitting to start out with a SharePoint demo. In this video, Norm Estrabrook shows you how to create an external list in...
on
21 Oct 2009
Blog Post:
Named and Optional Arguments in Office Development Using C#
Kathleen McGrath - MSFT
In this video demo, I show you how to add text to a document and then convert it to a table, without using all sixteen parameters that are possible with the ConvertToTable method. See the Video: How to Use Named and Optional Arguments in Office Programming (C#) You can learn more...
on
21 Aug 2009
Blog Post:
Binding WPF Controls to an Entity Data Model
Kathleen McGrath - MSFT
As a continuation of featuring data binding in WPF, this is part 2 of an interview with McLean Schofield, a programming writer on the Visual Studio User Education team. In this interview, he demonstrates the steps in his Help topic on how to bind WPF controls to an entity data model. See the Video...
on
30 Jul 2009
Blog Post:
Lambda Expressions in C++
Kathleen McGrath - MSFT
This week’s featured topic is Lambda Expressions in C++ . I interviewed Thomas Petchel, a programming writer on the Visual Studio User Education team, who describes the new Lambda Expressions in C++ and demonstrates how to use them instead of using function pointers and function objects. See the Video...
on
24 Jul 2009
Blog Post:
Video: Copying a Document to the End User Computer after a ClickOnce Installation
Kathleen McGrath - MSFT
This week, I’m featuring the topic Walkthrough: Copying a document to the end user computer after a ClickOnce Installation of an Office solution . As a continuation of an earlier interview, programming writer Mary Lee demonstrates how to deploy an Office solution and implement a post-deployment action...
on
17 Jul 2009
Blog Post:
Video: Active Patterns (F#)
Kathleen McGrath - MSFT
As a continuation of featuring patterns in F#, this is part 2 of an interview with programming writer, Gordon Hogenson. In this interview he describes Active Patterns , which can be used to customize and extend F#’s pattern matching capabilities. See the Video: Active Patterns --Kathleen
on
10 Jul 2009
Blog Post:
Video: Using Patterns and Match Expressions in F#
Kathleen McGrath - MSFT
This week, I’m featuring the topics: Patterns and Match Expressions . I interviewed Gordon Hogenson, a programming writer on the Visual Studio User Education team, who walks us through some of standard patterns in F#, and he also explains the use of the match expression to control branching based...
on
6 Jul 2009
Blog Post:
Video: Binding WPF Controls to Data in Visual Studio 2010
Kathleen McGrath - MSFT
This week I'm featuring the topic Binding WPF Controls to Data in Visual Studio . In a video interview, Programming Writer, McLean Schofield, walks us through the topic, and demos how to drag items from the Data Sources window onto the WPF Designer. He also describes the XAML and code that is added behind...
on
2 Jul 2009
Blog Post:
I'm a VB! Are you?
Kathleen McGrath - MSFT
The Visual Basic team has posted a series of video interviews (as well as written interviews) with developers who use Visual Basic to build their applications. At this year's MVP summit, I followed Beth Massi , with my video camera in hand, as she interviewed several Visual Basic MVPs to learn about...
on
28 Jun 2009
Blog Post:
Video: What's New in the Visual Studio 2010 Editor
Kathleen McGrath - MSFT
The featured Visual Studio 2010 Help topic this week is What's New in the Visual Studio 2010 Editor . In a video interview, Leith McCombs walks us through some of the new features in the editor. See the Video: Visual Studio 2010 Editor --Kathleen
on
26 Jun 2009
Blog Post:
Video: Implicit Line Continuation
Kathleen McGrath - MSFT
This week, I'm featuring implicit line continuation in the Help topic Statements in Visual Basic . This is the second part of the interview I did with Doug Rothaus. Implicit line continuation is a new (and frequently asked for) feature in Visual Basic 2010. Check out the Video: implicit Line Continuation...
on
19 Jun 2009
Blog Post:
Video: Auto-Implemented Properties in Visual Basic 2010
Kathleen McGrath - MSFT
This week, I'm featuring the topic Auto-Implemented Properties , which enables you to quickly specify a property of a class without having to write code to Get and Set the property. I recently interviewed Doug Rothaus, the author of this topic, to learn more about this feature. See the Video: Auto...
on
12 Jun 2009
Blog Post:
Video: Deploying Multiple Office Solutions in a Single ClickOnce Installer
Kathleen McGrath - MSFT
This week, I’m featuring the topic: Walkthrough: Deploying Multiple Office Solutions in a Single ClickOnce Installer . This topic describes how you can deploy multiple Office solutions in a single package to simplify the installation and update process. For example, you can now publish both an...
on
4 Jun 2009
Blog Post:
Creating Your First F# Program with Visual Studio 2010
Kathleen McGrath - MSFT
This week, I'm highlighting the Visual Studio help topic: Walkthrough: Creating Your First F# Program with Visual Studio . This topic gives a great introduction to some of the features and syntax of F#. I've also created a video that takes you through some of the basics. I show you how to...
on
29 May 2009
Page 1 of 3 (59 items)
1
2
3