Project Agenda Project Introduction Project Developing for Microsoft the new Project Easy to acquire, try and validated by Microsoft! I like it – exactly.

Slides:



Advertisements
Similar presentations
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Advertisements

Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Extending Your Reach with SharePoint and Office. Ignite: Office SharePoint Azure.
Unknown/uncontrolled data applications Bad/broken end-user applications Inefficient business processes Backlog of IT requests No data access control/backup.
A Blackboard Building Block™ Crash Course for Web Developers
Bringing SharePoint information into Office through Office Apps.
Unknown/uncontrolled data applications Bad/broken end-user applications Inefficient business processes Backlog of IT requests No data access control/backup.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
©2012 Microsoft Corporation. All rights reserved..
Options for Deploying Apps / Add-Ins Deploying to the Store Deploying To Exchange Deploying to The Corporate Catalog Additional Approaches.
SharePoint SharePoint 2007 Sandbox SharePoint 2010 SharePoint Azure, IIS, LAMP, etc… _api SharePoint 2013 Extensibility Model: Past, Present.
Overview of Office 2003 Corinne Hoisington Central Virginia Community College.
Microsoft SharePoint 2013 SharePoint 2013 as a Developer Platform
Office 365 Platform Flexible Tools Office Store and App Catalog Discover A marketplace of off-the-shelf solutions to many of the common needs for.
It’s always better live. MSDN Events Developer Productivity Improvements with Visual Studio 2008 and Office Business Applications.
What are Access Web App What are “Apps for Office” Microsoft Access Access “Apps for Office” Value of “Apps for Office” Apps for Office How it all works.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Flexible Tools Office Store and App Catalog Discover A marketplace of off-the-shelf solutions to many of the common needs for business users.
The new way to work together SharePoint Products Cloud Server Free.
Office 365 Platform Flexible Tools Office Store and App Catalog Discover A marketplace of off-the-shelf solutions to many of the common needs.
Using Excel, Excel Service and PerformancePoint
“Add-ins” of functionality for some Office programs Placed within the document or in the task pane Access apps can contain Apps for Office Related.
Intro to Apps Anatomy of an App App Architecture.
Eric Holtel.  Introduction  Project Description  Demonstration  Deliverables  Conclusion.
Access 2013 Platform Overview Access Low up-front investment Easy to evolve and iterate Easy adoption One version of the truth Easy to collaborate.
Key enhancements IT Professionals should know!
Office Store or App Catalog Web server App manifest XML Web page HTML + JS + =
MSG316: Building Portals With SharePoint ™ Portal And Microsoft ® Office XP Howard Crow Program Manager SharePoint Portal Server Microsoft Corporation.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
How to create a SharePoint site MICROSOFT OFFICE SHAREPOINT DESIGNER.
The File menu from Word 2003 has been replaced with the Microsoft Office Button. This button contains the basic commands such as Open, Save, Print,
Satisfy Your Technical Curiosity 27, 28 & 29 March 2007 International Convention Center (ICC) Ghent, Belgium.
Office Store and App Catalog Discover A marketplace of off-the-shelf solutions to many of the common needs for business users Sell An opportunity.
| Lausanne Become an Office 365 developer in 60 min Valerie Alonso Xavier Bocken.
ServerClient Browser Host Web Server Host SharePoint & Exchange Office APP Client APIs Server APIs Other Devices & Clients 3 rd Party Services.
Task Pane App adjacent to the document Content App in the body of the document Mail Inline Pane on an or appointment item.
Introduction to the Power BI Platform Presented by Ted Pattison.
Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.
Intro to Apps Anatomy of an App App Architecture.
Office 365 Development July 2014.
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
5/12/2018 3:54 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Make Power BI Your Own with the Power BI APIs
Office 365 Developer Overview
5/20/2018 2:53 AM © 2006 Microsoft Corporation. All rights reserved.
Office Add-ins Intro and Development
About Bill Bill Baer (ˈbɛər)
Building Custom Application With Office Add-Ins for OneNote
Office 365 Development July 2014.
Microsoft /26/2018 6:05 PM BRK3044 Integrate line of business services with Outlook on Windows, Mac and web Andrew Salamatov Bharathan Venkateswaran.
The Transition to Modern Office Add-in Development
Presented by Kenny Duenke and Patrick Witbrod
TechEd /7/ :00 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Introduction to SharePoint 2007
Office Power Hour New developer APIs and features for Apps for Office
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Rich single page applications with SharePoint
TechEd /6/2018 8:16 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
What is a CMS. CMS is content management system CMS is a software that stores content.
SharePoint Vladimir
SPC Developer 1/16/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
SharePoint 2019 Overview and Use SPFx Extensions
2/24/2019 6:15 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Windows Forms in Visual Studio 2005: An in-depth look at key features
Windows Forms in Visual Studio 2005: An Overview
Presentation transcript:

Project Agenda

Project Introduction

Project Developing for Microsoft the new Project Easy to acquire, try and validated by Microsoft! I like it – exactly what I was looking for! Contextual information at my fingertips Great User Experience I’ll publish my App in the Office Store I have a great Idea! Bring Server Data to the Desktop Built on SharePoint and Office

Project Project 2013 Desktop Extensibility

Project Supported by the new Project What is app for Office? A Web page rendered inside an Office Client Application Task Pane Contextual App Content App Assists user working with one or more documents Adds embedded content/functionality into document Senses the content and offers additional functionality

Project What is an App for Office?

Project WEF (Web Extensibility Framework)

Project  Task Pane Experience  Can Read Data from document, can’t write into the MPP file  Does not support binding with MPP file or persistence of data in the MPP file  Specific Project set of APIs  Access to Tasks, Resources, Views, and Project containers  E.g. getTask(), getTaskProperty(), getSelectedTask()  Events for task, resource, view selection changed  E.g. taskSelectionChanged() Apps for Office

Project Apps for Office Surfacing Project related data from SharePoint Server 2013 Preview and/or Project Server 2013 Preview in Office Desktop Applications

Project Anatomy of an App for Office App for Office Manifest Web Page HTML+JS App for Office Catalog Server Web Server App for Office

Project Development Tools

Project

VBA changes object model additions

Project Summary

Project Next Steps