code
Extending the Outlook Social Connector
February 18, 2010 by Staff · Leave a Comment
I am one of those persons who has 25 apps running at the same time.
Read the original post:
Extending the Outlook Social Connector
code
Sample: Connecting to a .NET Framework Source Using Business Connectivity Services in Office 2010
February 9, 2010 by Staff · Leave a Comment
Explore the code in this visual how-to article as you learn to learn how to use Visual Studio 2010 to create a BCS external content type. Author: Joel Krist (Other)
Original post:
Sample: Connecting to a .NET Framework Source Using Business Connectivity Services in Office 2010
code
Add a Custom Task Pane to Project 2010 (Norm Estabrook)
February 2, 2010 by Staff · Leave a Comment
Good news! Project 2010 supports custom task panes! Bad News! Getting one to appear in a Project 2010 is not so obvious. Good News! It’s a lot easier than I make it sound. In this post, I’ll show you how to add a custom task pane to Project 2010 by using a Project 2010 or Project 2007 project template in Visual Studio.
View original post here:
Add a Custom Task Pane to Project 2010 (Norm Estabrook)
code
Creating a SharePoint Visual Web Part using Visual Studio 2010
January 29, 2010 by Staff · Leave a Comment
Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. Lately I’ve been writing articles that show how to upgrade it to Office & SharePoint 2010 using Visual Studio 2010. If you missed them: Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 Build WPF Data Controls for Outlook Addins Easily with VS2010 Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 I also released the migrated sample application here: http://code.msdn.microsoft.com/OBANorthwind If you look at the VS2010 solution in that sample you’ll see a few extra projects in there that add more functionality to our application

Read the original here:
Creating a SharePoint Visual Web Part using Visual Studio 2010
code
Scanning Tool to Detect Custom XML Markup in .DOCX and .DOCM files
January 20, 2010 by Staff · Leave a Comment
Quick Start The Installer is located here . Background reading What is Custom XML- … and the impact of the i4i judgment on Word , Regarding Custom XML Patch distribution and availability , Associating Data with Content Controls , Using Content Controls vs. Custom XML Elements , After we made a patch available for Word related to the recent court ruling, we were asked by a handful of customers if there is a way to identify document files or solutions which may be affected.
View original here:
Scanning Tool to Detect Custom XML Markup in .DOCX and .DOCM files
code
Sample: Converting Word Documents to PDF using SharePoint Server 2010 and Word Automation Services
January 20, 2010 by Staff · Leave a Comment
Explore the code in this visual how-to article as you learn how to programmatically convert Word documents to PDF format on the server by using Word Automation Services with SharePoint Server 2010. Author: Joel Krist (MVP)
Here is the original post:
Sample: Converting Word Documents to PDF using SharePoint Server 2010 and Word Automation Services
code
Northwind Office Business Application Updated for Visual Studio, Office & SharePoint 2010
January 19, 2010 by Staff · Leave a Comment
Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. Recently I started releasing articles that show how to upgrade the VS2008 version to VS2010: Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 Build WPF Data Controls for Outlook Addins Easily with VS2010 Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 Today I updated the sample with some more goodies including some SharePoint 2010 web parts that I’ll write about soon
Go here to see the original:
Northwind Office Business Application Updated for Visual Studio, Office & SharePoint 2010
code
Reading Data from External List using the SharePoint 2010 Client Object model
January 19, 2010 by Staff · Leave a Comment
One of the demos I showed this week was the integration of the new SharePoint 2010 client object model (SP COM) and an external list. The SP COM is a way to work with lists where you create and execute batch commands against your SharePoint 2010 server. You can find more information here: http://channel9.msdn.com/learn/courses/SharePoint2010Developer/ClientObjectModel/ .
Read the rest here:
Reading Data from External List using the SharePoint 2010 Client Object model
code
Sample: Manipulating Multiple Exchange Accounts in Outlook 2010 (Visual How To)
January 19, 2010 by Staff · Leave a Comment
Explore the code in this visual how-to article as you create an add-in to manipulate multiple Exchange accounts that are configured in a single Outlook 2010 profile. Author: Brian Randell (Other)
Excerpt from:
Sample: Manipulating Multiple Exchange Accounts in Outlook 2010 (Visual How To)
code
Migrating a 2007 Workflow to Visual Studio & SharePoint 2010
January 15, 2010 by Staff · Leave a Comment
Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece.
More:
Migrating a 2007 Workflow to Visual Studio & SharePoint 2010
