DotNetShoutout - Stories tagged with Add-In
4
Shouts

Activate only selected features while deploying a solution package in Visual Studio 2010

published 692 days, 21 hours, 18 minutes ago posted by PraveenPraveen 696 days, 14 hours, 56 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Sunday, July 24, 2011 4:11:36 AM GMT
In Visual Studio 2010 SharePoint Developer Tools is what we use to develop quick solutions to SharePoint. With these tools we can quickly deploy into SharePoint environment as well. But, the only issue we see here is, if we are trying to deploy a package which contains a set of 5 features then all of them will be activated by default. But, this might not be a valid behavior for us. We need to activate only 3 features while deploying the package and the other 2 features need to be installed into SharePoin... (more)
category: How To | clicked: 15 | comment | | source: praveenbattula.blogspot.com
tags: Visual Studio 2010, Add-In, SharePoint 2010
2
Shouts

Excel 2007 VSTO add-in tutorial

published 1115 days, 8 hours, 28 minutes ago posted by brandewinderbrandewinder 1116 days, 18 hours, 51 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