SharePoint Integration and Interoperability

Richard Harbridge
Richard HarbridgeTrusted Business & Technology Advisor; CTO at 2toLead; Office 365 MVP
SharePoint 2010Integration and Interoperability:What You Need to Know,[object Object],Presented By: Richard Harbridge,[object Object],@rharbridge,[object Object]
Who am I?,[object Object],I,[object Object]
Challenges with Back End Data,[object Object],End User Challenges,[object Object],[object Object]
External systems can be difficult to use
Can't work with the data when and where I want to
Can’t easily search for business data
Need to involve IT to service my requests for data accessIT Challenges,[object Object],[object Object]
Overhead for IT to service all user requests
Manage security, auditing, connectivity
One off projects for connecting to external systems,[object Object]
 Our Goal Today…,[object Object],From Here                                                           To Here,[object Object]
What we will be talking about…,[object Object],SharePoint’s Important Interoperability,[object Object],What is the BCS?,[object Object],[object Object]
External Columns
External Lists
Extensibilityand Tooling3. Demonstration,[object Object],Bonus!,[object Object],4. Limitations of BCS,[object Object]
SharePoint’s Important Interoperability,[object Object]
What the heck is Interoperability?,[object Object],(IHN-tuhr-AHP-uhr-uh-BIHL-ih-tee),[object Object],“Interoperability is the ability of a system.. to work with other systems.. without special effort on the part of the customer.”,[object Object],How?,[object Object]
How do we achieve Interoperability?,[object Object],1. By adhering to published interface standards. ,[object Object],Does SharePoint do this?,[object Object],SPOILER ALERT!,[object Object],2. By making use of a "broker" of services that can convert one system’s interface into another system’s interface "on the fly“.,[object Object],What about this one?,[object Object]
SharePoint Interoperability,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Is it a UI Platform?,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Why would we use SharePoint as a User Interface Platform?,[object Object]
Consistent User Experience Across Browsers,[object Object],Well.. Almost.,[object Object]
1. By adhering to published interface standards. ,[object Object],It’s a UI Platform,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
A UI Platform Bonus?,[object Object],Bonus!,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Works in Office,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Leverage Office and SharePoint Interface Familiarity,[object Object]
Is it an Identity Platform?,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Works in Office,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Why would we use SharePoint as an Identity Platform?,[object Object]
Because Claims is Awesome,[object Object],Connect with 3rd Party Authentication Providers,[object Object],Connecting with a Non Windows Integrated Authentication driven web site.,[object Object],Delegation with Back-End Systems,[object Object],Showing data from another server on a SharePoint web page.,[object Object]
1. By adhering to published interface standards. ,[object Object],Claims UsesConsistent Standards,[object Object],[object Object],Provides the architecture for a clean separation between trust mechanisms, security tokens formats, and the protocols for obtaining tokens.,[object Object],[object Object],Provides a method for assessing, requesting and receiving security tokens.,[object Object],[object Object],XML vocabulary used to represent claims in an interoperable way.,[object Object]
It’s an Identity Platform,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Claims,[object Object],Works in Office,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Is it aSearch Platform?,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Claims,[object Object],Works in Office,[object Object],Search Platform,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Why would we use SharePoint as a Search Platform?,[object Object]
Query a 3rd Party Search Engine Using SharePoint UI,[object Object],Or Just Federate Queries to Multiple Search Systems…,[object Object]
Index Content from a Range of Content Repositories,[object Object],What does all of these?,[object Object],_ _ _,[object Object],B C S,[object Object],B,[object Object],Indexes Databases, Web Services or Custom Repositories,[object Object],Provides Consistent Access to External Content,[object Object],C,[object Object],Has SharePoint Designer and Visual Studio Plug-ins,[object Object],S,[object Object]
A Search Platform Bonus!,[object Object],Bonus!,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Claims,[object Object],Works in Office,[object Object],Search Platform,[object Object],Open Search,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
1. By adhering to published interface standards. ,[object Object],Have you heard of OpenSearch?,[object Object],[object Object]
Syntax for executing queries
Results returned in RSS/ATOM + extensions
Supported by Microsoft Search Server 2008Clients: Windows 7, IE, FireFox, Chrome, SharePoint …,[object Object],Providers: Amazon, Flickr, Wikipedia, SharePoint…,[object Object]
It is a Search Platform,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Claims,[object Object],Works in Office,[object Object],Search Platform,[object Object],Open Search,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Is it a Data Access Platform?,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Claims,[object Object],Works in Office,[object Object],Search Platform,[object Object],Open Search,[object Object],Data Access Platform,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
SharePoint Does a Great Job of Accessing SharePoint Content!,[object Object]
What about External Systems and Content?,[object Object],_ _ _,[object Object],B C S,[object Object]
A Data Access Platform Bonus!,[object Object],Bonus!,[object Object],x 2,[object Object],HTML Standards,[object Object],UI Platform,[object Object],Identity Platform,[object Object],Claims,[object Object],Works in Office,[object Object],Search Platform,[object Object],Open Search,[object Object],CMIS,[object Object],Data Access Platform,[object Object],REST,[object Object],Storage,[object Object],External,[object Object],Data,[object Object]
Content Management Interoperability Services,[object Object],[object Object]
Is designed to work over existing repositories enabling customers to build and leverage applications against multiple repositories—unlocking content they already have
Decouples Web services and content from the content management repository, enabling customers to manage content independently
Provides common Web services and Web 2.0 interfaces to dramatically simplify application development
Is development platform and language agnostic
Supports composite application development and mash-up by the business or IT analystA platform that allows you to build against multiple technologies without knowing anything about how all the API’s work. (If you know CMIS.),[object Object],Microsoft will be implementing this from both a client and provider perspective.,[object Object],Not available “in the box”. Available via SharePoint Admin Toolkit,[object Object]
And then there’s REST,[object Object],Access to SharePoint Lists and Document Libraries…,[object Object],[object Object]
Uses the ADO.NET Data Services interface conventions
Feature rich: retrieve, update, browse data using just URLs and XML/JSON
Low barrier of entry. If you have an HTTP stack you can use it.Visual Studio Integration…,[object Object],[object Object]
No client is required
Visual Studio creates proxies, visualizes schemas, provides LINQ support etc.,[object Object]
The Outcome,[object Object],SharePoint is a growing UI, Identity, Search, and Data Access Platform.,[object Object]
What to watch out for…,[object Object],Remember this?,[object Object],“Interoperability is the ability of a system to work with other systems without special effort on the part of the customer.”,[object Object],without special effort ,[object Object]
What is the BCS?,[object Object]
BCS External Data Benefits?,[object Object],External Data,[object Object]
You could look at this diagram…,[object Object],SharePoint Client,[object Object],BCS in Office Client,[object Object],Identity Federation,[object Object],service,[object Object],BCS in SharePoint,[object Object],BCS Meta,[object Object],Data Store,[object Object],BDC,[object Object],Client Data,[object Object],Cache,[object Object],BDC,[object Object],ASCustom,[object Object],Connector,[object Object],DB,[object Object],Connector ,[object Object],WCF /WS,[object Object],Connector,[object Object],.NET Assembly,[object Object],Connector ,[object Object],Client to Backend  Direct Connection,[object Object],External data,[object Object],Persistence Store,[object Object],Data Cubes,[object Object],Custom .NET assembly,[object Object],SAP,[object Object],ORACLE,[object Object],Siebel,[object Object],SQL,[object Object]
Or this simplified one…,[object Object]
External Content Types,[object Object],Describes:,[object Object],[object Object]
How this data behaves within SharePoint and OfficeAdded to the BCS Service Through:,[object Object],[object Object]
Visual Studio 2010
Via an Import into the Business Data Connectivity Service as part of a modelManage and Re-Use from a Central Location,[object Object]
External Lists,[object Object],The external content type is leveraged in a variety of ways…,[object Object],Such as for Exposing External Data as an External SharePoint List ,[object Object],Full CRUD capability ,[object Object],Familiar UI and Navigation,[object Object],Sort, Filter, Group,[object Object],Programmatic Access via SPList OM,[object Object],Profile Page for Each Item,[object Object],Form,[object Object],Auto-generated OOB,[object Object],Upsize to InfoPath,[object Object],Can be Taken “Offline”,[object Object]
Offline Lists,[object Object],External Lists also be leveraged as Offline “Lists”,[object Object],They can be Downloaded to a SharePoint Workspace as Lists or Word Document Libraries with External Data Columns,[object Object],Or Connected to Outlook as Contacts, Tasks, Calendars and Posts,[object Object]
1 of 68

Recommended

SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh... by
SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...
SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...Richard Harbridge
881 views72 slides
SharePoint 2016 & Office 365: A Look Ahead To What’s Coming by
SharePoint 2016 & Office 365: A Look Ahead To What’s ComingSharePoint 2016 & Office 365: A Look Ahead To What’s Coming
SharePoint 2016 & Office 365: A Look Ahead To What’s ComingRichard Harbridge
3.2K views94 slides
Keynote - SharePoint By The Numbers - Interesting SharePoint Statistics by
Keynote - SharePoint By The Numbers - Interesting SharePoint StatisticsKeynote - SharePoint By The Numbers - Interesting SharePoint Statistics
Keynote - SharePoint By The Numbers - Interesting SharePoint StatisticsRichard Harbridge
2.7K views36 slides
Office365 Saturday - Redmond - 7 SharePoint Online Success Factors by
Office365 Saturday - Redmond - 7 SharePoint Online Success FactorsOffice365 Saturday - Redmond - 7 SharePoint Online Success Factors
Office365 Saturday - Redmond - 7 SharePoint Online Success FactorsRichard Harbridge
1.7K views107 slides
Power BI For Office 365 Overview by
Power BI For Office 365 OverviewPower BI For Office 365 Overview
Power BI For Office 365 OverviewRichard Harbridge
1.9K views25 slides
Leveraging SharePoint & Yammer’s Social Capabilities For Business Benefit by
Leveraging SharePoint & Yammer’s Social Capabilities For Business BenefitLeveraging SharePoint & Yammer’s Social Capabilities For Business Benefit
Leveraging SharePoint & Yammer’s Social Capabilities For Business BenefitRichard Harbridge
2.8K views75 slides

More Related Content

What's hot

SharePoint & Office 365 By The Numbers - ILTASPS by
SharePoint & Office 365 By The Numbers - ILTASPSSharePoint & Office 365 By The Numbers - ILTASPS
SharePoint & Office 365 By The Numbers - ILTASPSRichard Harbridge
2.5K views62 slides
SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts... by
SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts...SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts...
SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts...Richard Harbridge
1.7K views90 slides
Microsoft Azure And The Competitive Cloud Industry - TechFuse by
Microsoft Azure And The Competitive Cloud Industry - TechFuseMicrosoft Azure And The Competitive Cloud Industry - TechFuse
Microsoft Azure And The Competitive Cloud Industry - TechFuseRichard Harbridge
2.4K views63 slides
The Keys To Future Proofing Your SharePoint Strategy - SPSNH by
The Keys To Future Proofing Your SharePoint Strategy - SPSNHThe Keys To Future Proofing Your SharePoint Strategy - SPSNH
The Keys To Future Proofing Your SharePoint Strategy - SPSNHRichard Harbridge
1.8K views106 slides
Leading Your Business To Success & The Cloud by
Leading Your Business To Success & The CloudLeading Your Business To Success & The Cloud
Leading Your Business To Success & The CloudRichard Harbridge
1.6K views83 slides
ILTA Peer Group Webinar - Future-Proofing Your SharePoint Strategy by
ILTA Peer Group Webinar - Future-Proofing Your SharePoint StrategyILTA Peer Group Webinar - Future-Proofing Your SharePoint Strategy
ILTA Peer Group Webinar - Future-Proofing Your SharePoint StrategyRichard Harbridge
910 views106 slides

What's hot(20)

SharePoint & Office 365 By The Numbers - ILTASPS by Richard Harbridge
SharePoint & Office 365 By The Numbers - ILTASPSSharePoint & Office 365 By The Numbers - ILTASPS
SharePoint & Office 365 By The Numbers - ILTASPS
Richard Harbridge2.5K views
SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts... by Richard Harbridge
SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts...SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts...
SharePoint Saturday Boston - SharePoint In The Cloud: Evaluating Pros Impacts...
Richard Harbridge1.7K views
Microsoft Azure And The Competitive Cloud Industry - TechFuse by Richard Harbridge
Microsoft Azure And The Competitive Cloud Industry - TechFuseMicrosoft Azure And The Competitive Cloud Industry - TechFuse
Microsoft Azure And The Competitive Cloud Industry - TechFuse
Richard Harbridge2.4K views
The Keys To Future Proofing Your SharePoint Strategy - SPSNH by Richard Harbridge
The Keys To Future Proofing Your SharePoint Strategy - SPSNHThe Keys To Future Proofing Your SharePoint Strategy - SPSNH
The Keys To Future Proofing Your SharePoint Strategy - SPSNH
Richard Harbridge1.8K views
Leading Your Business To Success & The Cloud by Richard Harbridge
Leading Your Business To Success & The CloudLeading Your Business To Success & The Cloud
Leading Your Business To Success & The Cloud
Richard Harbridge1.6K views
ILTA Peer Group Webinar - Future-Proofing Your SharePoint Strategy by Richard Harbridge
ILTA Peer Group Webinar - Future-Proofing Your SharePoint StrategyILTA Peer Group Webinar - Future-Proofing Your SharePoint Strategy
ILTA Peer Group Webinar - Future-Proofing Your SharePoint Strategy
Richard Harbridge910 views
SharePoint in the Cloud - ILTA 2011 - APP2 by Richard Harbridge
SharePoint in the Cloud - ILTA 2011 - APP2SharePoint in the Cloud - ILTA 2011 - APP2
SharePoint in the Cloud - ILTA 2011 - APP2
Richard Harbridge1.3K views
Share Australia - Looking to the future - SharePoint in the Cloud by Richard Harbridge
Share Australia - Looking to the future - SharePoint in the CloudShare Australia - Looking to the future - SharePoint in the Cloud
Share Australia - Looking to the future - SharePoint in the Cloud
Richard Harbridge1.9K views
SharePoint Syntex from an Architects Perspective by Chris Bortlik
SharePoint Syntex from an Architects PerspectiveSharePoint Syntex from an Architects Perspective
SharePoint Syntex from an Architects Perspective
Chris Bortlik316 views
The Social Enterprise In A Cloud First And Mobile First World - TechFuse by Richard Harbridge
The Social Enterprise In A Cloud First And Mobile First World - TechFuseThe Social Enterprise In A Cloud First And Mobile First World - TechFuse
The Social Enterprise In A Cloud First And Mobile First World - TechFuse
Richard Harbridge1.1K views
SPS Detroit 2016 - Sharepoint 2016 and new hybrid scenarios by Nicolas Georgeault
SPS Detroit 2016 - Sharepoint 2016 and new hybrid scenariosSPS Detroit 2016 - Sharepoint 2016 and new hybrid scenarios
SPS Detroit 2016 - Sharepoint 2016 and new hybrid scenarios
Nicolas Georgeault341 views
Microsoft Azure And The Competitive Cloud Industry by Richard Harbridge
Microsoft Azure And The Competitive Cloud IndustryMicrosoft Azure And The Competitive Cloud Industry
Microsoft Azure And The Competitive Cloud Industry
Richard Harbridge2.5K views
Real World Tips & Tricks For Enterprise Social Collaboration by Richard Harbridge
Real World Tips & Tricks For Enterprise Social CollaborationReal World Tips & Tricks For Enterprise Social Collaboration
Real World Tips & Tricks For Enterprise Social Collaboration
Richard Harbridge778 views
SharePoint Saturday New Orleans - SharePoint In The Cloud by Richard Harbridge
SharePoint Saturday New Orleans - SharePoint In The CloudSharePoint Saturday New Orleans - SharePoint In The Cloud
SharePoint Saturday New Orleans - SharePoint In The Cloud
Richard Harbridge1.5K views
Leading Your Firm To Success With SharePoint & Office 365 - ILTASPS by Richard Harbridge
Leading Your Firm To Success With SharePoint & Office 365 - ILTASPSLeading Your Firm To Success With SharePoint & Office 365 - ILTASPS
Leading Your Firm To Success With SharePoint & Office 365 - ILTASPS
Richard Harbridge1.3K views
SharePoint In The Cloud: Evaluating Impact, Pros, and Cons - SPLive360 by Richard Harbridge
SharePoint In The Cloud: Evaluating Impact, Pros, and Cons - SPLive360SharePoint In The Cloud: Evaluating Impact, Pros, and Cons - SPLive360
SharePoint In The Cloud: Evaluating Impact, Pros, and Cons - SPLive360
Richard Harbridge7.2K views
SPT 104 Unlock your big data with analytics and BI on Office 365 by Brian Culver
SPT 104 Unlock your big data with analytics and BI on Office 365SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365
Brian Culver940 views
Intranets In The Cloud: What You Need To Know - SPSToronto by Richard Harbridge
Intranets In The Cloud: What You Need To Know - SPSTorontoIntranets In The Cloud: What You Need To Know - SPSToronto
Intranets In The Cloud: What You Need To Know - SPSToronto
Richard Harbridge1.2K views

Viewers also liked

CSI program handbookdecember2009_v2 by
CSI program handbookdecember2009_v2CSI program handbookdecember2009_v2
CSI program handbookdecember2009_v2kiakaha
1.5K views198 slides
Nexage slide for mobile monday by
Nexage slide for mobile mondayNexage slide for mobile monday
Nexage slide for mobile mondayMIT Enterprise Forum Cambridge
527 views3 slides
Blog free hong kong by
Blog free hong kongBlog free hong kong
Blog free hong kongChitpong Wuttanan
622 views18 slides
Fiksu mobile monday case study jan 2013 v4 by
Fiksu mobile monday case study jan 2013 v4Fiksu mobile monday case study jan 2013 v4
Fiksu mobile monday case study jan 2013 v4MIT Enterprise Forum Cambridge
533 views7 slides
Survey results by
Survey resultsSurvey results
Survey resultsBekah3000
449 views5 slides
Costa Rica CLOSEUP digital brochure by
Costa Rica CLOSEUP digital brochureCosta Rica CLOSEUP digital brochure
Costa Rica CLOSEUP digital brochurecostaricacloseup
697 views9 slides

Viewers also liked(8)

Similar to SharePoint Integration and Interoperability

SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh... by
SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...
SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...Richard Harbridge
1 view72 slides
Best Practices Integration And Interoperability by
Best  Practices    Integration And  InteroperabilityBest  Practices    Integration And  Interoperability
Best Practices Integration And InteroperabilityAllinConsulting
477 views72 slides
Best Practices - SharePoint 2010: Integration and Interoperability by
Best Practices - SharePoint 2010: Integration and InteroperabilityBest Practices - SharePoint 2010: Integration and Interoperability
Best Practices - SharePoint 2010: Integration and InteroperabilityRichard Harbridge
627 views72 slides
SharePoint 2010 Integration and Interoperability - SharePoint Saturday Hartford by
SharePoint 2010 Integration and Interoperability - SharePoint Saturday HartfordSharePoint 2010 Integration and Interoperability - SharePoint Saturday Hartford
SharePoint 2010 Integration and Interoperability - SharePoint Saturday HartfordRichard Harbridge
757 views70 slides
SharePoint 2010 Integration and Interoperability: What you need to know by
SharePoint 2010 Integration and Interoperability: What you need to knowSharePoint 2010 Integration and Interoperability: What you need to know
SharePoint 2010 Integration and Interoperability: What you need to knowRichard Harbridge
2.3K views81 slides
SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W... by
SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W...SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W...
SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W...Richard Harbridge
894 views72 slides

Similar to SharePoint Integration and Interoperability(20)

SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh... by Richard Harbridge
SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...
SharePoint Fest Denver - SharePoint 2010 Integration and Interoperability: Wh...
Best Practices Integration And Interoperability by AllinConsulting
Best  Practices    Integration And  InteroperabilityBest  Practices    Integration And  Interoperability
Best Practices Integration And Interoperability
AllinConsulting477 views
Best Practices - SharePoint 2010: Integration and Interoperability by Richard Harbridge
Best Practices - SharePoint 2010: Integration and InteroperabilityBest Practices - SharePoint 2010: Integration and Interoperability
Best Practices - SharePoint 2010: Integration and Interoperability
Richard Harbridge627 views
SharePoint 2010 Integration and Interoperability - SharePoint Saturday Hartford by Richard Harbridge
SharePoint 2010 Integration and Interoperability - SharePoint Saturday HartfordSharePoint 2010 Integration and Interoperability - SharePoint Saturday Hartford
SharePoint 2010 Integration and Interoperability - SharePoint Saturday Hartford
Richard Harbridge757 views
SharePoint 2010 Integration and Interoperability: What you need to know by Richard Harbridge
SharePoint 2010 Integration and Interoperability: What you need to knowSharePoint 2010 Integration and Interoperability: What you need to know
SharePoint 2010 Integration and Interoperability: What you need to know
Richard Harbridge2.3K views
SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W... by Richard Harbridge
SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W...SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W...
SharePoint Fest Chicago - SharePoint 2010 Integration and Interoperability: W...
Richard Harbridge894 views
SharePoint 2010 and its development tools by Shakir Majeed Khan
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development tools
Shakir Majeed Khan2.2K views
Is BCS Dead? by Jeff Fried
Is BCS Dead?Is BCS Dead?
Is BCS Dead?
Jeff Fried2.7K views
Data Centric Composites and mashups In SharePoint 2010 by Ayman El-Hattab
Data Centric Composites and mashups In SharePoint 2010Data Centric Composites and mashups In SharePoint 2010
Data Centric Composites and mashups In SharePoint 2010
Ayman El-Hattab429 views
Sharepoint 2010 composites by Kashif Akram
Sharepoint 2010   compositesSharepoint 2010   composites
Sharepoint 2010 composites
Kashif Akram1.2K views
TSPUG: Content Management in SharePoint 2010 by Eli Robillard
TSPUG: Content Management in SharePoint 2010TSPUG: Content Management in SharePoint 2010
TSPUG: Content Management in SharePoint 2010
Eli Robillard552 views
Extending SharePoint 2010 To Line of Business Integration A by ridwansassman
Extending SharePoint 2010 To Line of Business Integration AExtending SharePoint 2010 To Line of Business Integration A
Extending SharePoint 2010 To Line of Business Integration A
ridwansassman822 views
SharePoint Integration and Interoperability - SharePoint Saturday Philly by Richard Harbridge
SharePoint Integration and Interoperability - SharePoint Saturday PhillySharePoint Integration and Interoperability - SharePoint Saturday Philly
SharePoint Integration and Interoperability - SharePoint Saturday Philly
Richard Harbridge2.5K views
Sharepoint 2010 overview - what it is and what it can do by Faisal Masood
Sharepoint 2010 overview - what it is and what it can doSharepoint 2010 overview - what it is and what it can do
Sharepoint 2010 overview - what it is and what it can do
Faisal Masood17.8K views
Ideas by thowell
IdeasIdeas
Ideas
thowell510 views
Future Technology Ideas For CIU by thowell
Future Technology Ideas For CIUFuture Technology Ideas For CIU
Future Technology Ideas For CIU
thowell675 views
Office 365 SUGUK march 2011 by pearce.alex
Office 365 SUGUK march 2011Office 365 SUGUK march 2011
Office 365 SUGUK march 2011
pearce.alex519 views
SharePoint Saturday DC, From SharePoint Foundation to SharePoint Server by Daniel Cohen-Dumani
SharePoint Saturday DC, From SharePoint Foundation to SharePoint ServerSharePoint Saturday DC, From SharePoint Foundation to SharePoint Server
SharePoint Saturday DC, From SharePoint Foundation to SharePoint Server
Daniel Cohen-Dumani1.7K views
D Cornell Securing Share Point by Art Upton
D Cornell Securing Share PointD Cornell Securing Share Point
D Cornell Securing Share Point
Art Upton1.1K views

More from Richard Harbridge

Piloting & Scaling Successfully With Microsoft Viva by
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft VivaRichard Harbridge
12 views160 slides
Preparing, Piloting & Paths to Success with Microsoft Copilot by
Preparing, Piloting & Paths to Success with Microsoft CopilotPreparing, Piloting & Paths to Success with Microsoft Copilot
Preparing, Piloting & Paths to Success with Microsoft CopilotRichard Harbridge
53 views183 slides
Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ... by
Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ...Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ...
Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ...Richard Harbridge
7 views53 slides
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow by
Getting The Most Out Of Microsoft 365 Employee Experience Today & TomorrowGetting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow
Getting The Most Out Of Microsoft 365 Employee Experience Today & TomorrowRichard Harbridge
7 views107 slides
Mastering Microsoft 365: The Winning Trio Of Automation, Governance & Adoption by
Mastering Microsoft 365: The Winning Trio Of Automation, Governance & AdoptionMastering Microsoft 365: The Winning Trio Of Automation, Governance & Adoption
Mastering Microsoft 365: The Winning Trio Of Automation, Governance & AdoptionRichard Harbridge
18 views59 slides
Piloting & Scaling Successfully With Microsoft Viva by
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft VivaRichard Harbridge
8 views163 slides

More from Richard Harbridge(20)

Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Preparing, Piloting & Paths to Success with Microsoft Copilot by Richard Harbridge
Preparing, Piloting & Paths to Success with Microsoft CopilotPreparing, Piloting & Paths to Success with Microsoft Copilot
Preparing, Piloting & Paths to Success with Microsoft Copilot
Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ... by Richard Harbridge
Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ...Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ...
Bridging The Gap: How AI Is Transforming Both Customer Experience & Employee ...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow by Richard Harbridge
Getting The Most Out Of Microsoft 365 Employee Experience Today & TomorrowGetting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow
Mastering Microsoft 365: The Winning Trio Of Automation, Governance & Adoption by Richard Harbridge
Mastering Microsoft 365: The Winning Trio Of Automation, Governance & AdoptionMastering Microsoft 365: The Winning Trio Of Automation, Governance & Adoption
Mastering Microsoft 365: The Winning Trio Of Automation, Governance & Adoption
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH... by Richard Harbridge
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut... by Richard Harbridge
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut...Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut...
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut...
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Rec... by Richard Harbridge
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Rec...Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Rec...
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Rec...
Metaverse & The Employee Experience: What You Need To Know by Richard Harbridge
Metaverse & The Employee Experience: What You Need To KnowMetaverse & The Employee Experience: What You Need To Know
Metaverse & The Employee Experience: What You Need To Know
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut... by Richard Harbridge
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut...Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut...
Elevate Your Microsoft 365 Experience The Winning Trio Of AI, Analytics & Aut...
Ideas & Inspiration: Getting Started & Driving Success With Power Platform At... by Richard Harbridge
Ideas & Inspiration: Getting Started & Driving Success With Power Platform At...Ideas & Inspiration: Getting Started & Driving Success With Power Platform At...
Ideas & Inspiration: Getting Started & Driving Success With Power Platform At...
Richard Harbridge201 views
Smarter, Not Harder How AI Is Changing Employee Experience - Reworked Connect... by Richard Harbridge
Smarter, Not Harder How AI Is Changing Employee Experience - Reworked Connect...Smarter, Not Harder How AI Is Changing Employee Experience - Reworked Connect...
Smarter, Not Harder How AI Is Changing Employee Experience - Reworked Connect...
Richard Harbridge241 views
Tackling Employee Experience Today As We Embrace The Future Workplace by Richard Harbridge
Tackling Employee Experience Today As We Embrace The Future WorkplaceTackling Employee Experience Today As We Embrace The Future Workplace
Tackling Employee Experience Today As We Embrace The Future Workplace
Smarter, Not Harder How AI Is Changing Communication - Ragan Events by Richard Harbridge
Smarter, Not Harder How AI Is Changing Communication - Ragan EventsSmarter, Not Harder How AI Is Changing Communication - Ragan Events
Smarter, Not Harder How AI Is Changing Communication - Ragan Events
Enhancing Microsoft Teams To Build A Better Digital Workplace by Richard Harbridge
Enhancing Microsoft Teams To Build A Better Digital WorkplaceEnhancing Microsoft Teams To Build A Better Digital Workplace
Enhancing Microsoft Teams To Build A Better Digital Workplace
Masterclass On Improving & Measuring Onboarding, Retention & Wellbeing With M... by Richard Harbridge
Masterclass On Improving & Measuring Onboarding, Retention & Wellbeing With M...Masterclass On Improving & Measuring Onboarding, Retention & Wellbeing With M...
Masterclass On Improving & Measuring Onboarding, Retention & Wellbeing With M...
Getting Started & Driving Success With Power Platform At Scale by Richard Harbridge
Getting Started & Driving Success With Power Platform At ScaleGetting Started & Driving Success With Power Platform At Scale
Getting Started & Driving Success With Power Platform At Scale
Richard Harbridge788 views
Masterclass On Improving & Measuring Onboarding, Retention & Well-being by Richard Harbridge
Masterclass On Improving & Measuring Onboarding, Retention & Well-beingMasterclass On Improving & Measuring Onboarding, Retention & Well-being
Masterclass On Improving & Measuring Onboarding, Retention & Well-being
Richard Harbridge2.3K views
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Richard Harbridge232 views

Recently uploaded

Network Source of Truth and Infrastructure as Code revisited by
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisitedNetwork Automation Forum
27 views45 slides
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc
11 views29 slides
PharoJS - Zürich Smalltalk Group Meetup November 2023 by
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023Noury Bouraqadi
132 views17 slides
The Forbidden VPN Secrets.pdf by
The Forbidden VPN Secrets.pdfThe Forbidden VPN Secrets.pdf
The Forbidden VPN Secrets.pdfMariam Shaba
20 views72 slides
Design Driven Network Assurance by
Design Driven Network AssuranceDesign Driven Network Assurance
Design Driven Network AssuranceNetwork Automation Forum
15 views42 slides
Future of AR - Facebook Presentation by
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentationssuserb54b561
15 views27 slides

Recently uploaded(20)

TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc11 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi132 views
The Forbidden VPN Secrets.pdf by Mariam Shaba
The Forbidden VPN Secrets.pdfThe Forbidden VPN Secrets.pdf
The Forbidden VPN Secrets.pdf
Mariam Shaba20 views
Future of AR - Facebook Presentation by ssuserb54b561
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
ssuserb54b56115 views
Special_edition_innovator_2023.pdf by WillDavies22
Special_edition_innovator_2023.pdfSpecial_edition_innovator_2023.pdf
Special_edition_innovator_2023.pdf
WillDavies2218 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab21 views
"Node.js Development in 2024: trends and tools", Nikita Galkin by Fwdays
"Node.js Development in 2024: trends and tools", Nikita Galkin "Node.js Development in 2024: trends and tools", Nikita Galkin
"Node.js Development in 2024: trends and tools", Nikita Galkin
Fwdays11 views
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... by Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
"Running students' code in isolation. The hard way", Yurii Holiuk by Fwdays
"Running students' code in isolation. The hard way", Yurii Holiuk "Running students' code in isolation. The hard way", Yurii Holiuk
"Running students' code in isolation. The hard way", Yurii Holiuk
Fwdays17 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by Dr. Jimmy Schwarzkopf
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf
Data Integrity for Banking and Financial Services by Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely25 views

SharePoint Integration and Interoperability

Editor's Notes

  1. My dedication to you before I begin. By the end of this you will have gained 3 things. It might be new knowledge, it might be a new method but you MUST gain 3 things by the end. If you don’t my first challenge to you is to stalk me, hunt me down and make sure you get 3 things from me. Because I owe you 3 things! This is meant to help you. 
  2. A lot of this can seem daunting and I know one of the hardest things is figuring out how to do some of the things I have shown today. If you are interested in further training or assistance please let me know. Based on the number of people who are interested and the areas of interest we can schedule further training sessions to help everyone better use the SharePoint portal.It's our commitment to you that we will continue to hear your feedback and identify the issues. I encourage you to give us feedback during the coming months, and we will continue to deliver more and more functionality, more and more guidance to help you be successful with your application of SharePoint.Thank You for Reading/Listening
  3. A lot of this can seem daunting and I know one of the hardest things is figuring out how to do some of the things I have shown today. If you are interested in further training or assistance please let me know. Based on the number of people who are interested and the areas of interest we can schedule further training sessions to help everyone better use the SharePoint portal.It's our commitment to you that we will continue to hear your feedback and identify the issues. I encourage you to give us feedback during the coming months, and we will continue to deliver more and more functionality, more and more guidance to help you be successful with your application of SharePoint.Thank You for Reading/Listening