Office as a development platform with Visual Studio Daniel Moth Developer and Platform Group Microsoft

Size: px
Start display at page:

Download "Office as a development platform with Visual Studio Daniel Moth Developer and Platform Group Microsoft"

Transcription

1 Office as a development platform with Visual Studio 2008 Daniel Moth Developer and Platform Group Microsoft

2 AGENDA VSTO Overview Office Ribbon Designer Custom Task Pane Action Pane Outlook Form Region Designer Word Content Controls VBA <-> VSTO interop ClickOnce Deployment

3

4 Roadmap 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 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 Custom Document ActionsPane Host Controls on document surface Cached data in the document Server-side data processing Application-level add-ins for Outlook

5 VSTO Functionality Over Time Doc-level 0 SP Workflow, new designers, functional extensions infra investments 11 Office add-ins, infra investments Outlook add-ins, VSTA in InfoPath functional extensions infra investments v1:2003 v2: SE v3:2007 vn:o14 Other Server Functional extensions Infrastructure services Deployment & Security Add-ins Doc-level

6 Doc-Level Version Resilience v1 solutions use the VSTO v1 runtime v2 solutions use the VSTO v2 runtime v3+ solutions use the VSTO v3+ runtime Reduces the number of runtimes (improves performance, working set) Eliminates type name clashes in DefaultDomain Based on the Managed Add-in Framework Common VSTO/VSTA runtime

7 Set the scene inc document level addins

8 Fluent UI Ribbon, Custom Task Panes, Actions Pane, Form Region

9 Ribbon Office Ribbon New Look and Feel for Office UI Tab Group Control Replaces Command Bars in the big 5 Office apps Introduces a new extensibility model: RibbonX Enables you to Customize office tabs, Add to built-in tabs Remove tabs, groups and controls Add to Office menu, Override built-in UI

10 XML-based Customisation Support Ribbon XML structure requires a specific hierarchy For example: <customui xmlns=" onload="onload"> <ribbon> <tabs> <tab idmso="tabaddins"> <group id="mygroup" label="my Group"> <togglebutton id="togglebutton1" size="large" label="my Button" screentip="my Button Screentip" onaction="ontogglebutton1" imagemso="accessformmodaldialog" /> </group> </tab> </tabs> </ribbon> </customui>

11 Ribbon Customization Office built-in support for XML-based customization model VSTO 2005 SE support Simplifies hookup from.net via pre-generated classes and sample XML VSTO v3.0 (Visual Studio 2008) support Adds full-blown visual designer support Export to XML option A more robust programming layer inc. events

12 Ribbon Designer Property Grid Design Surface Ribbon Control Toolbox

13 Custom Task & Actions Panes VSTO simplifies and speeds up task pane UI design process with visual designers and.net hookup Actions Pane More robust, easier to program alternative to Office s built-in Smart Document technology Custom Task Pane The same general idea as Actions Pane, only on the application add-in level, not individual doc

14 Pane UI Customization Actions Pane Custom Task Pane Introduced VSTO 2005 / Office 2003 VSTO 2005 SE / 2007 Office When to use Availability Whenever task pane UI is specific to an individual document or template Word document / template Excel document / template (both 2003 and 2007) Whenever task pane UI is specific to an application feature added by the addin, regardless of document Word 2007 Add-In Excel 2007 Add-In PowerPoint 2007 Add-In Outlook 2007 Add-In InfoPath 2007 Add-In

15 Custom Task Panes and Action Panes

16 ActionsPane Architecture Document Actions Task Pane VSTO Invisible ActiveX Control WinForms UserControl (ActionsPane)

17 Outlook Form Region Features New technology in Outlook 2007 for enhancing and replacing Outlook s built-in forms Code behind form region is implemented as COM add-in New controls provide built-in look & feel and data binding to Outlook data

18 4 Types of Form Regions Adjoining and Separate Custom and built-in forms Replacement and Replace-all Custom forms only Reading Pane can display all types except Separate

19 Adjoining in Reading Pane

20 Adjoining in Inspector

21 Separate

22 Replacement & Replace-All

23 VS2008 Outlook Form Regions VSTO eases development of Outlook form regions Configure form region with a simple, intuitive wizard Debugging (F5), Intellisense Import Use wizard to import Outlook-created OFS file Controls are referenced & cast to correct name & type Design Designer supports WPF and Windows Form controls Properties window exposes manifest

24 Outlook Form Region

25 Fluent UI Form Region Document- level Actions Pane Ribbon UI Customization App-level Custom Task Pane Excel 2007 Word 2007 Outlook 2007 PowerPoint 2007 InfoPath 2007

26 Word Content Controls

27 Word Content Controls New experience for developing structured documents in Word 2007 New UI for developers to access Word Content Controls Programmable through Word Object Model Support for XML Mapping

28 Toolbox Support Word content controls available in Toolbox Increases discoverability of content controls Drag-and-drop experience

29 Property Grid Support Easily access the properties and events of the content controls

30 Programming Paradigm Windows Forms style programming model Generate event handlers Support for IntelliSense

31 Word Content Controls

32 Two-Way Simple Data Binding Two methods to data bind Drag and drop support from Data Sources window Set up through the property grid

33 UI Feature Availability Ribbon (2007 versions of Word, Excel, Outlook and PowerPoint ) Actions Pane (document-level projects only) Custom Task Pane (2007 versions of Word, Excel, Outlook, InfoPath and PowerPoint) Outlook Form Region (Outlook 2007 only) Word Content Controls VSTO VSTO 2005 SE Simplified hookup Sample XML Word 2003 (doc, dot) Excel 2003 (xls, xlt) Simplified hookup Visual designer VSTO v3.0 Simplified hookup Sample XML Visual designer Richer programming layer Export-to-XML option Word 2003 (doc, dot) Excel 2003 (xls, xlt) Word 2007 (docx/m, dotx/m) Excel 2007 (xlsx/m, xltx/m) Simplified hookup Visual designer Visual designer Configuration wizard Import from existing Drag n drop controls Simple data-binding Lock controls and content

34 Where we ve been, what s left VSTO Overview Office Ribbon Designer Custom Task Pane Action Pane Outlook Form Region Designer Word Content Controls VBA <-> VSTO interop ClickOnce Deployment

35 Call VSTO from VBA You enable VBA via COM Interop Interop implemented at design time You can then call VSTO from VBA with IntelliSense after building the project

36 VBA and VSTO Interop

37 ClickOnce for Office Add-ins Low-impact deployment mechanism Self-contained Solutions installed per user Prerequisites are installed if the user is an admin ClickOnce support Full end-to-end solution installation Richer version-independent security model Offline access via the ClickOnce Cache

38 ClickOnce Deployment

39 Summary The rationale for the VSTO architecture Bring together Office and.net Provide a sophisticated developer experience Provide a solid baseline runtime infrastructure Office is a true development platform

40 MSDN in the UK Visit Newsletter Events Screencasts Blogs

41 Resources Visit the VSTO Developer Center VSTO Help documentation on MSDN VSTO Forum VSTO Team Blog

42 VSTO Design-Time Stack SharePoint Excel, Word, Info Path IDE Hosting Info Path Separate IDE Excel, InfoPath, Outlook, PowerPoint, Visio, Word, Project Excel, Outlook, PowerPoint, Word Outlook Workflow Document Solutions Add-ins Ribbons Form Regions Project Templates Item Wizards Visual Studio

43 VSTO/A Runtime Stack Office Client Host Managed/ Unmanaged Host Doc-Level Solution App-Level Add-in Doc-Level Solution App-Level Add-in Doc Task Pane Host Item Controls VSTO Runtime Win Forms Controls Custom Ribbon Custom Task Pane Custom Form Region VSTA Integration Common VSTO/A Runtime AppDomain Management Security Enforcement Deployment and Updating.NET CLR Managed Add-in Framework (MAF) ClickOnce

44 2007 Microsoft Ltd. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Andrew Coates Microsoft Australia Session Code: OFC343

Andrew Coates Microsoft Australia  Session Code: OFC343 Andrew Coates Microsoft Australia http://blogs.msdn.com/acoat Session Code: OFC343 Once upon a time I wrote VFP Code I interacted with Office I wrote DDE code! I automated Word Excel Outlook I output HTML

More information

An Overview of Microsoft Visual Studio 2008

An Overview of Microsoft Visual Studio 2008 An Overview of Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document and may be changed substantially prior

More information

Business Data Catalog (BDC), 11, 21 business intelligence, 11 buttons adding to Ribbon interface, 37 making context-sensitive, 126

Business Data Catalog (BDC), 11, 21 business intelligence, 11 buttons adding to Ribbon interface, 37 making context-sensitive, 126 Index A Access, RAD with. See Rapid Application Development Access Services, 22 publishing to, 295 96 RAD with. See Rapid Application Development ACTIONS file, 249 actions panes, custom, 56 58 Actual Cost

More information

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document

More information

Developing Applications Using Visual Basic 2008: Volume 2

Developing Applications Using Visual Basic 2008: Volume 2 Developing Applications Using Visual Basic 2008: Volume 2 Table of Contents INTRODUCTION...INTRO-1 Prerequisites...INTRO-2 Installing the Practice Files...INTRO-3 Software Requirements...INTRO-3 Sample

More information

Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best

Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best White Paper April 2007 For the latest information, go to http://www.microsoft.com/office for Office

More information

Build Better WPF & Silverlight applications using Prism v2

Build Better WPF & Silverlight applications using Prism v2 Build Better WPF & Silverlight applications using Prism v2 Client Application Challenges The Problem: Client Applications can be Difficult! How Do You Make The Application Dynamic, Customizable, Extensible,

More information

Visual studio 2008 overview

Visual studio 2008 overview OVERVIEW MICROSOFT VISUAL STUDIO 2008 is the development system for designing, developing, and testing next-generation Microsoft Windows -based solutions, Web applications, and services. By improving the

More information

MICROSOFT VISUAL STUDIO 2010 Overview

MICROSOFT VISUAL STUDIO 2010 Overview MICROSOFT VISUAL STUDIO 2010 Overview Visual studio 2010 delivers the following key ADVANCES: Enabling emerging trends Every year the industry develops new technologies and new trends. With Visual Studio

More information

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE. CUSTOMER PAIN POINTS 1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.NET FRAMEORK. THAT S TAKING UP SPACE ON MY HARDDRIVE

More information

Xiaoying Guo Program Manager Microsoft Server and Tools China Session Code: DEV377

Xiaoying Guo Program Manager Microsoft Server and Tools China Session Code: DEV377 Xiaoying Guo Program Manager Microsoft Server and Tools China Session Code: DEV377 Agenda Why building Business Application in Silverlight How to build Business Applications with: Silverlight Silverlight

More information

Microsoft TechEd US, Europe, Malaysia, Visual Studio Connections, DevTeach, INETA Speakers Bureau, MSDN Webcasts

Microsoft TechEd US, Europe, Malaysia, Visual Studio Connections, DevTeach, INETA Speakers Bureau, MSDN Webcasts DEV340 MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 1 Chief Architect, IDesignInc. (www.idesign.net) Microsoft Regional Director/MVP Writing

More information

Ronnie Saurenmann Architect Microsoft Switzerland

Ronnie Saurenmann Architect Microsoft Switzerland Ronnie Saurenmann Architect Microsoft Switzerland Email : ronnies@microsoft.com IIS (Internet Information Server) SQL Server Other DBs SAP Siebel, Etc.. Entity Framework / LINQ to SQL WCF BizTalk Adapters

More information

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007 Page 1 Peers Technologies Pvt. Ltd. Course Brochure Page 2 Overview SharePoint is becoming the web development platform of the future. The ability to quickly plan, design, deploy and utilize effective

More information

Microsoft SQL Server Reporting Services (SSRS)

Microsoft SQL Server Reporting Services (SSRS) Microsoft SQL Server Reporting Services (SSRS) Installation/Configuration Guide for SharePoint Integration Mode August 2, 2007 Version 1.0 Published via the SharePoint Team Blog at http://blogs.msdn.com/sharepoint

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

CSC203. Mbwana Alliy Product Manager- Office Managed Business Microsoft Corporation

CSC203. Mbwana Alliy Product Manager- Office Managed Business Microsoft Corporation CSC203 Mbwana Alliy Product Manager- Office Managed Business Microsoft Corporation malliy@microsoft.com Why use Access and SharePoint Key Capabilities Key Scenarios Customer Case Study Questions & Feedback

More information

Agenda. The Visio 2010 Fluent UI (The Ribbon) Connected Diagrams Hierarchal Diagrams Scheduling Diagrams Publishing Diagrams

Agenda. The Visio 2010 Fluent UI (The Ribbon) Connected Diagrams Hierarchal Diagrams Scheduling Diagrams Publishing Diagrams Visio 2010 Tips and Techniques Core Concepts and Solutions Mr. David A. Edson, M.Arch., MCP, MVP Visibility.biz CTE / Director of Consulting Services Agenda The Visio 2010 Fluent UI (The Ribbon) Connected

More information

DOWNLOAD OR READ : VISUAL STUDIO ADD PROJECT TO SOLUTION PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : VISUAL STUDIO ADD PROJECT TO SOLUTION PDF EBOOK EPUB MOBI DOWNLOAD OR READ : VISUAL STUDIO ADD PROJECT TO SOLUTION PDF EBOOK EPUB MOBI Page 1 Page 2 visual studio add project to solution visual studio add project pdf visual studio add project to solution I am

More information

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont Index A Access data formats, 215 exporting data from, to SharePoint, 215 217 forms and reports changing table used by form, 213 creating, 237 245 controlling availability of, 252 259 data connection to,

More information

Colligo Contributor 4.3 SP6. Release Notes

Colligo Contributor 4.3 SP6. Release Notes 4.3 SP6 Release Notes TECHNICAL REQUIREMENTS Software Requirements requires one of the following operating systems: Windows XP Professional Windows Vista Windows 7 Client Software Requirements has the

More information

CA Plex Status and Plans

CA Plex Status and Plans CA Plex Status and Plans Terms of This Presentation This presentation was based on current information and resource allocations as of September 23, 2009 and is subject to change or withdrawal by CA at

More information

What s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd

What s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd What s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd Mike.Ormond@microsoft.com http://mikeo.co.uk What we ll look at... ASP.NET AJAX Data Access Silverlight ASP.NET Futures Release

More information

Call: SharePoint 2013 Course Content:35-40hours Course Outline

Call: SharePoint 2013 Course Content:35-40hours Course Outline SharePoint 2013 Course Content:35-40hours Course Outline Exploring SharePoint Designer 2013 Understanding SharePoint Designer 2013 Using SharePoint Designer to Carry Out Common Tasks Understanding What's

More information

Introduction to.net Deployment. Brian Noyes IDesign, Inc. (

Introduction to.net Deployment. Brian Noyes IDesign, Inc. ( Introduction to.net Deployment Brian Noyes IDesign, Inc. (www.idesign.net) brian.noyes@idesign.net About Brian Principal Software Architect, IDesign Inc. (www.idesign.net) Microsoft MVP in ASP.NET Writing

More information

Architecture and Governance with SharePoint for Internet Sites. Ashish Bahuguna Kartik Shah

Architecture and Governance with SharePoint for Internet Sites. Ashish Bahuguna Kartik Shah Architecture and Governance with SharePoint for Internet Sites Ashish Bahuguna ashish.bauguna@bitscape.com Kartik Shah kartik.shah@bitscape.com Agenda Web Content Management Architecture Information Architecture

More information

Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#)

Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#) Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#) Course Length: 5 Days Course Overview This instructor-led course teaches developers to gain in-depth guidance on

More information

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES?

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? Timothy P. McAliley CISA, CISM, CISSP, ITIL V3, MCSA, MCSE, MCT, PMP Microsoft Account Technology Strategist Try It Yourself! Two TechNet Virtual Labs

More information

Getting Started With System Center 2012 R2 Orchestrator

Getting Started With System Center 2012 R2 Orchestrator Getting Started With System Center 2012 R2 Orchestrator Microsoft Corporation Published: November 1, 2013 Applies To System Center 2012 Service Pack 1 (SP1) System Center 2012 R2 Orchestrator Feedback

More information

Kunal Mahajan Microsoft Corporation

Kunal Mahajan Microsoft Corporation Kunal Mahajan Microsoft Corporation 65+ Million Customer hosted Mailboxes 30+ Million Partner hosted Mailboxes 1,800 Partners Strategic Business Challenges Our Sales teams need to connect with the right

More information

Pro SharePoint Solution Development

Pro SharePoint Solution Development fr ;... I; >.-.'.: C ; v '..f] ml 'f:*i: id H.> ' '., fi.- ;.. 1".'>.'" '..t!*r '. «.:,. ' ll' i/:-. ; rj-.. - ' ii. < (;.^..f 'iii-: i,', ' r. j',*-vv ; i..,"ji _'{' -rl*. i: Pro SharePoint

More information

THE RIBBON THE OFFICE BUTTON TABS, CONTEXTUAL TABS, PROGRAM TABS

THE RIBBON THE OFFICE BUTTON TABS, CONTEXTUAL TABS, PROGRAM TABS THE RIBBON If you ve seen Office 2007 (Word, Excel, PowerPoint, Access, or Outlook items such as messages), you know about the Ribbon. It houses tabs with functional groupings of buttons and drop-down

More information

E-LEARNING SHORT COURSES IN MICROSOFT INFOPATH

E-LEARNING SHORT COURSES IN MICROSOFT INFOPATH E-LEARNING SHORT COURSES IN MICROSOFT INFOPATH Course Overview E-Learning provides you with the ideal cost effective way in which you can study at your own pace and in the comfort of your home or office.

More information

MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led

MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led Course Description This five-day instructor-led Site Collection and Site Administrator

More information

: Course : SharePoint 2016 Site Collection and Site Administration

: Course : SharePoint 2016 Site Collection and Site Administration Module Title Duration : Course 55194 : SharePoint 2016 Site Collection and Site Administration : 5 days Course Description This five-day instructor-led course is intended for power users and IT professionals,

More information

SHAREPOINT 2007 DEVELOPER S GUIDE TO

SHAREPOINT 2007 DEVELOPER S GUIDE TO SHAREPOINT 2007 DEVELOPER S GUIDE TO Brett Lonsdale Nick Swan MANNING SharePoint 2007 Developer s Guide to Business Data Catalog by Brett Lonsdale and Nick Swan Chapter 10 Copyright 2010 Manning Publications

More information

Windows 8. Rainer Stropek. System Architecture. System Architecture re of Windows Store Apps. Saves the day. software architects gmbh

Windows 8. Rainer Stropek. System Architecture. System Architecture re of Windows Store Apps. Saves the day. software architects gmbh System Architecture re of Windows Store Apps Rainer Stropek software architects gmbh Windows 8 System Architecture Mail Web Twitter rainer@timecockpit.comcom http://www.timecockpit.com @rstropek Saves

More information

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You.

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You. USER GUIDE Introduction This User Guide is designed to serve as a brief overview to help you get started. There is also information available under the Help option in the various Contributor interface

More information

What s new in Livelink ECM edocs DM

What s new in Livelink ECM edocs DM What s new in Livelink ECM edocs DM Wednesday, November 19 th, 2007 Shawna Singletary edocs DM Product Manager Open Text Corporation Office 2007 Integration With Office 2007 we are introducing the DM Ribbon

More information

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Microsoft Corporation Published: October 2012 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com)

More information

SYNCFUSION ESSENTIAL STUDIO ENTERPRISE EDITION

SYNCFUSION ESSENTIAL STUDIO ENTERPRISE EDITION Move beyond simply coding applications to delivering business innovation with Syncfusion's award-winning.net components and new JavaScript libraries. Syncfusion tools help developers create elegant user

More information

User Computer Requirements and Installation Guide

User Computer Requirements and Installation Guide User Computer Requirements and Installation Guide Updated: August 2014 1 CONTENT Introduction... 3 Client Configuration... 3 Supported Software... 4 Internet Explorer Settings... 5 Microsoft Office...

More information

MICROSOFT DEVELOPER AND DESIGNER TOOLS Product Guide

MICROSOFT DEVELOPER AND DESIGNER TOOLS Product Guide MICROSOFT DEVELOPER AND DESIGNER TOOLS 2008 Product Guide WELCOME HOW TO USE THIS GUIDE The Microsoft Developer and Designer Tools Product Guide provides an overview of each of the products that makes

More information

MICROSOFT DEVELOPER AND DESIGNER TOOLS Product Guide

MICROSOFT DEVELOPER AND DESIGNER TOOLS Product Guide MICROSOFT DEVELOPER AND DESIGNER TOOLS 2008 Product Guide WELCOME HOW TO USE THIS GUIDE The Microsoft Developer and Designer Tools Product Guide provides an overview of each of the products that makes

More information

MindManager Enterprise for Windows Release Notes

MindManager Enterprise for Windows Release Notes MindManager Enterprise for Windows Release Notes February 11, 2016 Release version: 16.1.193 Mindjet Corporation Toll Free: 877-Mindjet 1160 Battery Street East San Francisco CA 94111 USA Phone: 415-229-4200

More information

SYNCFUSION ESSENTIAL STUDIO ENTERPRISE EDITION

SYNCFUSION ESSENTIAL STUDIO ENTERPRISE EDITION Move beyond simply coding applications to delivering business innovation with Syncfusion's award-winning.net components and controls. Syncfusion tools help developers create elegant user interfaces, business

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

Big Wins with Document

Big Wins with Document Big Wins with Document Libraries i and Search Dan Holme Director of Training & Consulting Intelliem, Inc. www.intelliem.com danh@intelliem.com 1 Agenda Creating document libraries Deploying shortcuts to

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

More information

MacroView ClauseBank Version 8.2

MacroView ClauseBank Version 8.2 MacroView ClauseBank Version 8.2 Effective: April 2016 MacroView Business Technology Pty Limited ACN 081 117 777 ABN 29 081 117 777 Level 12, 171 Clarence Street Sydney NSW 2000 Australia GPO Box 5149

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

More information

SP2010 and Internet. Thierry Gasser Microsoft Switzerland. SharePoint de Contact. 3 novembre 2011

SP2010 and Internet. Thierry Gasser Microsoft Switzerland. SharePoint de Contact. 3 novembre 2011 SP2010 and Internet Thierry Gasser Microsoft Switzerland 3 novembre 2011 Agenda What is SharePoint for Internet? SP2010 - FIS, Search and Ecommerce Samples of existing sites. Tips and tricks Q&A IE 1.0-1995

More information

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie!

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie! Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web We have a new pie! 2 Introduction Key Session Objectives Agenda More Scalable More Flexible More Features Intranet

More information

Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum

Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum 1 Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum Bryan House Group Marketing Manager August 29 th, 2006 Lance Shaw Senior Product Marketing Manager 2 Agenda Microsoft

More information

Windows Mobile. Bob Hunt Sr. Messaging Technology Specialist Microsoft Corporation

Windows Mobile. Bob Hunt Sr. Messaging Technology Specialist Microsoft Corporation Windows Mobile Bob Hunt Sr. Messaging Technology Specialist Microsoft Corporation Unified Communications 2007 Business Mobility Stakes Are Rising Strong growth in the business market based on deeper penetration

More information

Office 2007 Reference Office Fluent User Interface Xml Schema

Office 2007 Reference Office Fluent User Interface Xml Schema Office 2007 Reference Office Fluent User Interface Xml Schema Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3) is as a reference for exploring additional ribbon controls and their

More information

Beta Material. This is subject to change

Beta Material. This is subject to change System Center Configuration Manager v.next Overview This content could change Due to the content in this slide deck being related to future product development, the Microsoft System Center product group

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Excel4apps Web ADI Investigation with Excel4apps Wands version Excel4apps Inc.

Excel4apps Web ADI Investigation with Excel4apps Wands version Excel4apps Inc. Excel4apps Web ADI Investigation with Excel4apps Wands version 5 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Error... 3 3 Problem Description... 3 4 Cause... 3 5 Conclusion... 4 6 Next

More information

Building Rich Interactive Applications with Silverlight

Building Rich Interactive Applications with Silverlight Andrew, Dani and Dr. Z MSDN Roadshow development architecture you Maryland Pennsylvania Virginia Washington DC Building Rich Interactive Applications with Silverlight Zhiming Xue Z Architect Evangelist

More information

Road Map for Essential Studio 2011 Volume 2

Road Map for Essential Studio 2011 Volume 2 Road Map for Essential Studio 2011 Volume 2 Essential Studio User Interface Edition... 3 Windows Phone... 3 Essential Tools for WP7... 3 Essential Chart for WP7... 3 Essential Gauge for WP7... 3 ASP.NET...

More information

Microsoft Partner Day. Introduction to SharePoint for.net Developer

Microsoft Partner Day. Introduction to SharePoint for.net Developer Microsoft Partner Day Introduction to SharePoint for.net Developer 1 Agenda SharePoint Product & Technology Windows SharePoint Services for Developers Visual Studio Extensions For Windows SharePoint Services

More information

SHAREPOINT 2010 OVERVIEW FOR DEVELOPERS RAI UMAIR SHAREPOINT MENTOR MAVENTOR

SHAREPOINT 2010 OVERVIEW FOR DEVELOPERS RAI UMAIR SHAREPOINT MENTOR MAVENTOR SHAREPOINT 2010 OVERVIEW FOR DEVELOPERS RAI UMAIR SHAREPOINT MENTOR MAVENTOR About Rai Umair SharePoint Mentor with Maventor 8+ years of experience in SharePoint Development, Training and Consulting APAC

More information

Making Supercomputing More Available and Accessible Windows HPC Server 2008 R2 Beta 2 Microsoft High Performance Computing April, 2010

Making Supercomputing More Available and Accessible Windows HPC Server 2008 R2 Beta 2 Microsoft High Performance Computing April, 2010 Making Supercomputing More Available and Accessible Windows HPC Server 2008 R2 Beta 2 Microsoft High Performance Computing April, 2010 Windows HPC Server 2008 R2 Windows HPC Server 2008 R2 makes supercomputing

More information

Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500

Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500 Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500 Summary Each day there will be a combination of presentations, code walk-throughs, and handson projects. The final project

More information

Infopath Cannot Open The Following File The Form Contains Schema Validation Errors

Infopath Cannot Open The Following File The Form Contains Schema Validation Errors Infopath Cannot Open The Following File The Form Contains Schema Validation Errors The following controls are supported in form templates that can be opened both in File Attachment Simple rules, calculations,

More information

Web Platform Introduction With a focus on free. Mike Taulty Developer & Platform Group Microsoft Ltd

Web Platform Introduction With a focus on free. Mike Taulty Developer & Platform Group Microsoft Ltd Web Platform Introduction With a focus on free Mike Taulty Developer & Platform Group Microsoft Ltd Mike.Taulty@microsoft.com http://www.mtaulty.com The humble web request Internet Information Services

More information

Office Adapters for Quark Publishing Platform

Office Adapters for Quark Publishing Platform Office Adapters for Quark Publishing Platform Contents Getting started... 1 About Quark Publishing Platform...1 System requirements... 3 Installing the Office Adapters for Quark Publishing Platform...

More information

Symantec ediscovery Platform

Symantec ediscovery Platform Symantec ediscovery Platform Native Viewer (ActiveX) Installation Guide 7.1.5 Symantec ediscovery Platform : Native Viewer (ActiveX) Installation Guide The software described in this book is furnished

More information

ArcGIS Pro SDK for.net Beginning Pro Customization. Charles Macleod

ArcGIS Pro SDK for.net Beginning Pro Customization. Charles Macleod ArcGIS Pro SDK for.net Beginning Pro Customization Charles Macleod Session Overview Extensibility patterns - Add-ins - Configurations Primary API Patterns - QueuedTask and Asynchronous Programming - async

More information

Application Integration with WebSphere Portal V7

Application Integration with WebSphere Portal V7 Application Integration with WebSphere Portal V7 Rapid Portlet Development with WebSphere Portlet Factory IBM Innovation Center Dallas, TX 2010 IBM Corporation Objectives WebSphere Portal IBM Innovation

More information

The SOAP Story. Martin Parry Developer & Platform Group Microsoft Ltd

The SOAP Story. Martin Parry Developer & Platform Group Microsoft Ltd The SOAP Story Martin Parry Developer & Platform Group Microsoft Ltd martin.parry@microsoft.com http://martinparry.com Agenda Definitions SOAP through the ages SOAP and standards Approaches to building

More information

Explorer View document libraries, 165 form library, 183

Explorer View document libraries, 165 form library, 183 Index A Actions section Add Listing link, 18 Add News link, 29 Add Person link, 20 Advanced Search Link, 41 Change Location link, 19 Change Settings link, 13 Create Subarea link, 13 Edit Page link, 21

More information

SharePoint 2013 End User

SharePoint 2013 End User SharePoint 2013 End User Course 55031A; 3 Days, Instructor-led Course Description This SharePoint 2013 End User class is for end users working in a SharePoint 2013 environment. The course teaches SharePoint

More information

2007 MICROSOFT OFFICE SYSTEM USER INTERFACE DESIGN GUIDELINES PREVIEW

2007 MICROSOFT OFFICE SYSTEM USER INTERFACE DESIGN GUIDELINES PREVIEW 2007 MICROSOFT OFFICE SYSTEM USER INTERFACE DESIGN GUIDELINES PREVIEW Preview of the Guidelines for Licensing the 2007 Microsoft Office System User Interface 2006 Microsoft Corporation. All rights reserved.

More information

Colligo Contributor File Manager 4.3. User Guide

Colligo Contributor File Manager 4.3. User Guide Colligo Contributor File Manager 4.3 User Guide CONTENTS Introduction... 2 Technical Requirements... 3 Systems Supported... 3 Application Prerequisites... 3 Outlook Add-in Prerequisites... 3 Installing

More information

Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Web development.

Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Web development. About the Tutorial This tutorial will give you an idea of how to get started with SharePoint development. Microsoft SharePoint is a browser-based collaboration, document management platform and content

More information

Deploying Windows 10

Deploying Windows 10 Deploying Windows 10 Deploying Windows 10 Michael Niehaus Course Agenda Introducing Windows as a Service Deploying Windows 10 Staying Current with Windows as a Service Managing Windows 10 with System Center

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint Course - 55234 SharePoint 2016 Site Collections and Site Owner Administration Length 5 days Audience This course is intended for those who provide site collection and site administration and

More information

Part I: Programming Access Applications. Chapter 1: Overview of Programming for Access. Chapter 2: Extending Applications Using the Windows API

Part I: Programming Access Applications. Chapter 1: Overview of Programming for Access. Chapter 2: Extending Applications Using the Windows API 74029c01.qxd:WroxPro 9/27/07 1:43 PM Page 1 Part I: Programming Access Applications Chapter 1: Overview of Programming for Access Chapter 2: Extending Applications Using the Windows API Chapter 3: Programming

More information

Egress Switch Desktop Client

Egress Switch Desktop Client 1 COMMERCIAL IN CONFIDENCE Egress Switch Desktop Client User guide Copyright 2017 Egress Software Technologies Ltd. All rights reserved. 2 COMMERCIAL IN CONFIDENCE Confidentiality Statement This document

More information

Windows Presentation Foundation In Windows Forms And Vice Versa

Windows Presentation Foundation In Windows Forms And Vice Versa Windows Presentation Foundation In Windows Forms And Vice Versa Brian Noyes Chief Architect IDesign Inc (www.idesign.net) 1 About Brian Chief Architect, IDesignInc. (www.idesign.net) Microsoft Regional

More information

Hands-On Lab. Getting Started with Office 2010 Development. Lab version: Last updated: 2/23/2011

Hands-On Lab. Getting Started with Office 2010 Development. Lab version: Last updated: 2/23/2011 Hands-On Lab Getting Started with Office 2010 Development Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 Starting Materials 3 EXERCISE 1: CUSTOMIZING THE OFFICE RIBBON IN OFFICE... 4

More information

Microsoft SharePoint Designer 2010

Microsoft SharePoint Designer 2010 Microsoft SharePoint Designer 2010 Course ISI-1234 3 Days Instructor-led, Hands on Course Information Students will then learn how to create and customize content using SharePoint Designer 2010. Microsoft

More information

> Introduction to Office Extensibility. > Microsoft Graph and Excel Integration. > Office Add-ins and Excel Extensibility

> Introduction to Office Extensibility. > Microsoft Graph and Excel Integration. > Office Add-ins and Excel Extensibility > Introduction to Office Extensibility > Microsoft Graph and Excel Integration > Office Add-ins and Excel Extensibility > Learn and engage: Resources Developer opportunity USERS DATA INTELLIGENCE 90% of

More information

Save and share files in the cloud by using OneDrive for Business

Save and share files in the cloud by using OneDrive for Business Office of Information Resources Management Save and share files in the cloud by using OneDrive for Business Microsoft OneDrive for Business is your professional document library the business version of

More information

What s new in Voice OCS 2007 R2

What s new in Voice OCS 2007 R2 What s new in Voice OCS 2007 R2 Virgilio Ribeiro UC Solutions Sales Specialist Microsoft 1 Scenario Enabled Agenda Response Group Delegation Office Communicator Attendant Team-call Group Audio Conferencing

More information

Choosing a Development Tool

Choosing a Development Tool Microsoft Dynamics GP 2013 Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date: February

More information

Birds of the Same Feather BizTalk and WCF K.Meena. Director SymIndia Training & Consultancy Pvt Ltd Session Code:

Birds of the Same Feather BizTalk and WCF K.Meena. Director SymIndia Training & Consultancy Pvt Ltd Session Code: Birds of the Same Feather BizTalk and WCF K.Meena Director SymIndia Training & Consultancy Pvt Ltd Session Code: Agenda Overview WCF BizTalk WCF-BizTalk Integration Integration Scenarios WCF Send Adapters

More information

ArcGIS Pro SDK for.net Advanced User Interfaces in Add-ins. Wolfgang Kaiser

ArcGIS Pro SDK for.net Advanced User Interfaces in Add-ins. Wolfgang Kaiser ArcGIS Pro SDK for.net Advanced User Interfaces in Add-ins Wolfgang Kaiser Session Overview MVVM Model View ViewModel - View and View Model Implementation in Pro - Dockpane Example - MVVM concepts - Multi

More information

"Charting the Course to Your Success!" MOC Microsoft SharePoint 2010 Site Collection and Site Administration Course Summary

Charting the Course to Your Success! MOC Microsoft SharePoint 2010 Site Collection and Site Administration Course Summary MOC 50547 Microsoft SharePoint Site Collection and Site Course Summary Description This five-day instructor-led Site Collection and Site Administrator course gives students who have SharePoint Owner permissions

More information

CHAPTER 1: WHAT S NEW IN SHAREPOINT

CHAPTER 1: WHAT S NEW IN SHAREPOINT INTRODUCTION xxix CHAPTER 1: WHAT S NEW IN SHAREPOINT 2013 1 Installation Changes 2 System Requirements 2 The Installation Process 2 Upgrading from SharePoint 2010 3 Patching 3 Central Administration 4

More information

+guodno^ Software Key: Microsoft Visual Studio 2008 Professional [OLD VERSION] Crack Download (Free License Key)

+guodno^ Software Key: Microsoft Visual Studio 2008 Professional [OLD VERSION] Crack Download (Free License Key) +guodno^ Software Key: Microsoft Visual Studio 2008 Professional [OLD VERSION] Crack Download (Free License Key) GENERATE LICENSE KEY NOW! Product description Microsoft Visual Studio Professional 2008

More information

Getting Started Guide

Getting Started Guide Getting Started Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is subject

More information

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You.

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You. USER GUIDE Introduction This User Guide is designed to serve as a brief overview to help you get started in a Terminal Server environment. There is also information on the product features available under

More information

Introducing Office

Introducing Office Contents Contents 1 2 Introducing Office 2007 9 Microsoft Office 2007 10 Ribbon Technology 11 What s Needed 12 Installing Office 2007 13 Start an Application 14 The Application Window 15 Live Preview 16

More information

Migrate User Data & Customizations to MindManager 2018

Migrate User Data & Customizations to MindManager 2018 Migrate User Data & Customizations to MindManager 2018 September 22, 2017 MIGRATE USER DAT A/CUSTOMIZATIONS TO OTHER V ERSIONS OF MINDM AN AGER This document provides instructions to migrate custom Map

More information

Microsoft SharePoint 2013 for SharePoint Readers, Authors and Site Managers

Microsoft SharePoint 2013 for SharePoint Readers, Authors and Site Managers 1800 ULEARN (853 276) www.ddls.com.au Microsoft SharePoint 2013 for SharePoint Readers, Authors and Site Managers Length 2 days Price $913.00 (inc GST) Overview The skills acquired in this course enable

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information