Debugging Tips with Visual Studio 2010

This is the twenty-sixth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release.

Read more: 
Debugging Tips with Visual Studio 2010

Video: Setting a Custom Property in a Word 2010 Document by Using the Open XML SDK 2.0 for Microsoft Office

Watch this visual how-to video as you learn to use strongly typed classes to modify document properties in Word 2007 or Word 2010.

See the original post here:
Video: Setting a Custom Property in a Word 2010 Document by Using the Open XML SDK 2.0 for Microsoft Office

Sample: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0

Explore the code in this visual how-to article as you learn to change the target version from .NET Framework 3.5 to .NET Framework 4.

View original post here: 
Sample: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0

Sample: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project

Explore the code in this visual how-to article as you learn to build solutions that target both .NET Framework 3.5 and .NET Framework 4.

Read more from the original source:
Sample: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project

Video: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0

Watch this visual how-to video as you learn to change the target version from .NET Framework 3.5 to .NET Framework 4.

Read more: 
Video: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0

Video: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project

Watch this visual how-to video as you learn to build Office solutions that target both .NET Framework 3.5 and .NET Framework 4.

Read more here:
Video: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project

Visual Basic Code Samples Added to Office 2010 Training Course

Check out these presentations, samples and hands-on labs designed to help you get started developing Office 2010 solutions with Visual Studio 2010.

Original post: 
Visual Basic Code Samples Added to Office 2010 Training Course

Video: Retargeting an Outlook 2007 Add-In from .NET 3.5 to .NET 4.0

Watch this visual how-to video as you explore many of the issues you will encounter when you update your own add-ins to target the new version of the .NET Framework.

More here:
Video: Retargeting an Outlook 2007 Add-In from .NET 3.5 to .NET 4.0

Video: Retrieving the Values of Cells in Excel 2010 Workbooks by Using the Open XML SDK 2.0

Watch this visual how-to video as you learn to use the strongly-typed classes in the Open XML SDK 2.0 to retrieve the value of a cell in an Excel 2007 or Excel 2010 document.

More: 
Video: Retrieving the Values of Cells in Excel 2010 Workbooks by Using the Open XML SDK 2.0

Accessing an OData Producer using an Office 2010 Add-in

To continue the theme of landing external data in Office 2010, I’ve taken a demo excerpt from a session I presented at a conference last week to show how easy it is to land OData information in an add-in. In this sample I simply use the Northwind Database which is a publicly available OData producer .

Original post:
Accessing an OData Producer using an Office 2010 Add-in