Presentation is loading. Please wait.

Presentation is loading. Please wait.

Pranav Ainavolu VSTO Developer, Conrep Solutions |

Similar presentations


Presentation on theme: "Pranav Ainavolu VSTO Developer, Conrep Solutions |"— Presentation transcript:

1 Pranav Ainavolu VSTO Developer, Conrep Solutions | Email: pranav@conrep.com

2 VSTO : Visual Studio Tools for Office Microsoft Visual Studio Tools for the Microsoft Office system can help you extend applications in Microsoft Office 2003 and the 2007 by using Visual Basic and Visual C#.. Latest version is VSTO 3.0 available as part of VS – 2008. Microsoft Office offers a platform that provides many possibilities for application development using managed code. Visual Studio and the Microsoft.NET Framework provide Rapid Application Development (RAD) programming capabilities that make it easy to begin creating Microsoft Office-based solutions to suit a variety of business needs.

3

4 What we can do with VSTO ? Customize Microsoft Office Applications by Creating Add-Ins. Latest version is VSTO 3.0 available as part of VS – 2008. Microsoft Office offers a platform that provides many possibilities for application development using managed code. Visual Studio and the Microsoft.NET Framework provide Rapid Application Development (RAD) programming capabilities that make it easy to begin creating Microsoft Office-based solutions to suit a variety of business needs.

5 Microsoft’s strategic tool for developing Office solutions in Microsoft Excel 2003/2007 Microsoft Word 2003/2007 Microsoft Power Point 2003/2007 Microsoft InfoPath 2003/2007 Microsoft Outlook 2003 /2007 (Add-in Support)

6 Roadmap Custom Document ActionsPane Host Controls on document surface Cached data in the document Server-side data processing Application-level add-ins for Outlook 2007 2003 App-level add-ins for most popular Office apps Runtime support for key Office 2007 UI elements (Custom Taskpane, Ribbon, Outlook form regions) Runtime support enabling Office 2003 doc-level customizations to run in Office 2007 2007 2003 Workflow & Microsoft SharePoint support Office 2007 system-specific features, file format, UI App-level add-ins for more client applications Deeper server-side programming VSTO fully integrated into Visual Studio 2008

7

8 The VSTO runtime supports Outlook add-ins Provides VSTO runtime loader More reliable add-in/host interaction Improved security and deployment model Design-time support in Visual Studio Outlook add-ins Project template Visual Studio Setup project for Outlook add-ins Improved debugging experience

9 Line of Business Applications Integration of Outlook Data into back end systems Calendar Integration Solutions Time tracking Collaboration Solutions RSS Aggregators, Integrated SharePoint Solutions Outlook Extension Solutions Search tools, personal organizational tools (thread compressor, attachment management) Personal Productivity Solutions Conf room finder, travel booking tools, customer survey tools

10

11

12 Document and code (assembly) are separate VSTO has a manifest-based deployment model Application Manifest  Embedded in the document and describes the solution (startup assembly, dependencies, deployment manifest) Deployment Manifest  Points to the Application Manifest and handles Application Manifest version resolution Solution can intelligently update

13 Three basic deployment models Local/Local – both document and assembly reside on local machine Local/Network – document resides on local machine, assembly resides on network Network/Network – both document and assembly reside on the network This is especially useful for Template projects Note: InfoPath deployment is slightly different Assemblies and manifest reside in an XSN XML files point to XSN

14 Office 2003 Professional Edition SP1 Or Excel/Word/Outlook standalone editions..NET Framework 2.0 VSTO 2005 Runtime Office Primary Interop Assemblies (PIAs) Appropriate security policies

15 VSTO uses.NET Code Access Security Evidence Location based for documents Any type of evidence for the assemblies Permissions Document location and code must be fully trusted Levels Enterprise, Machine, User, Application A given permission is granted only if all policy levels agree to grant it Default CLR Security policy is not enough

16 Note: InfoPath security is slightly different InfoPath assemblies support partial trust for Domain XSNs Doesn’t need to use.NET Code Access Security because assemblies can be fully trusted when they are signed the XSN is installed

17 Thank you

18 Questions?


Download ppt "Pranav Ainavolu VSTO Developer, Conrep Solutions |"

Similar presentations


Ads by Google