DotNetShoutout - Stories tagged with Office
5
Shouts

Integrate Outlook Appointments with SharePoint 2010 Calendar Lists using Data Services - Beth Massi

published 1084 days, 10 hours, 51 minutes ago posted by jantujantu 1085 days, 15 hours, 56 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 8:02:25 AM GMT
The other day a good friend of mine asked me if it was possible to send appointments created in Outlook into a SharePoint calendar list. It’s easy enough to grab this data from Outlook by building an add-in with Visual Studio, but what also turned out to be really easy was sending this information to SharePoint using its built-in WCF data services, also known as OData. OData is an open REST-ful protocol for exposing and consuming data on the web. I’ve written before about how we could consume these Share... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Office, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
2
Shouts

Excel 2007 VSTO add-in tutorial

published 1116 days, 13 hours, 19 minutes ago posted by brandewinderbrandewinder 1117 days, 23 hours, 42 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 12:16:38 AM GMT
A step-by-step tutorial on how to build an Excel 2007 VSTO add-in, focusing on how .Net, WPF and the MVVM patterns can be used to extend an Office application, and provide a friendly user interface to compare worksheets and highlight their differences. (more)
category: Agile | clicked: 31 | comment | | source: clear-lines.com
tags: Office, Add-In, WPF, Excel, Addin, MVVM, VSTO
7
Shouts

Some e-books and .NET 4.0 beta exams

published 1212 days, 5 hours, 18 minutes ago posted by gpeipmangpeipman 1213 days, 15 hours, 1 minute ago
Wednesday, February 24, 2010 6:40:36 PM GMT Tuesday, February 23, 2010 8:58:02 AM GMT
Lately I have found some pretty interesting e-books about different technologies and one announcement about .NET Framework 4.0 beta exams. In this posting I will introduce you books I found and first beta exams. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Office, Virtualization, Windows
9
Shouts

Word Automation in C#

published 1272 days, 14 hours, 5 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 1274 days, 12 hours, 31 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Thursday, December 24, 2009 11:28:09 AM GMT
Here in this tutorial I have used a word document template and mail merge option of the Word to automate the word document creation. I have use mail merge option to set the fields and make the document fill through my application. We can also set the location of the text that we want to display in the word document programmatically. So to get started we have to first make a template which is a word document template file (.dot file). Open a new word document. Design the template as you like and once... (more)
category: How To | clicked: 4 | comment | | source: www.midnightprogrammer.net
tags: MS Word, .NET Framework, Office, Office Automation, C# .NET
10
Shouts

Sharing the goodness that is VB : Build WPF Data Controls for Outlook Addins Easily with VS2010 - Beth Massi

published 1275 days, 3 hours, 16 minutes ago posted by impaimpa 1276 days, 9 hours, 59 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 2:00:14 PM GMT
I showed how to migrate our Northwind Outlook client to .NET 4 and Office 2010. This Outlook Add-in displays order history information in an adjoining form region so sales associates can see that data immediately when communicating with customers. When we originally built this with Visual Studio 2008, we used a WPF user control to display the data so that we could better match the look and feel of Ou... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: OBA, Office, data, WPF, article, VS2010, DevCenter, VSTO
12
Shouts

Sharing the goodness that is VB : Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 - Beth Massi

published 1280 days, 14 hours, 46 minutes ago posted by jantujantu 1282 days, 11 hours, 1 minute ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 12:57:26 PM GMT
Early this 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. If you missed them:Architecture of the Northwind Office Business ApplicationOBA Part 1 - Exposing Line-of-Business DataOBA Part 2 - Building an Outlook Client against LOB DataOBA Part 3 - Storing and Reading Data in Word ... (more)
category: How To | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: OBA, Office, Visual Basic, WPF, article, VS2010, DevCenter, VSTO