HOW TO STORE THE DATA YOU NEED IN SHAREPOINT 2010 Mick Badran MVP, V-TSP,XYZ,ABC

Slides:



Advertisements
Similar presentations
SharePoint 2010 Overview Presented by: Oscar Garcia
Advertisements

Mythbusters Debunking Common SharePoint Farm Misconceptions ITP361 Spencer Harbar.
Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
SharePoint 2010 Client Side Object Model. Agenda Introduction The Problem Client side vs Server Side Client Side Object Model – How it works – What can.
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
An Introduction to SharePoint Applications using InfoPath 2010
Needles in a Haystack Harnessing the SharePoint Search Engine Presenter: Ivan Wilson – SharePoint Gurus.
Unknown/uncontrolled data applications Bad/broken end-user applications Inefficient business processes Backlog of IT requests No data access control/backup.
Microsoft SharePoint 2010 technology for Developers
Designing, Deploying and Managing Workflow in SharePoint Sites Steve Heaney Product Development Manager OBS
WHAT IS SHAREPOINT? Presented by Web Services Propeller Studio Presented by MultiMedia Services Propeller Studio.
Take SharePoint to the Next Level with Just a Browser! Alex Randall Microsoft.
SharePoint 2010: BCS m Business Connectivity Services.
InfoPath Forms and Workflows in SP 2010 Wylde Solutions Sydney SharePoint User Group 18 September 2011 Sydney, Australia.
Office & SharePoint 2010 What's new in Office 2010 for Developers & Microsoft SharePoint 2010 Social Matthew McDermott, MVP Aptillon, Able Blue
Help your business people create workflows effectively with SharePoint and Workbox.
Customising SharePoint David Gristwood Developer & Platform Group
SharePoint Mobile Improving efficiency of the mobile workforce Anthony Pham Product Support Manager KWizCom
Windows SharePoint Services 3.0 (WSS v3) Browser Clients MS Word Clients MS Outlook Clients Microsoft Office SharePoint Server 2007 (MOSS) Windows.
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.
Definitions Collaboration – working together on team projects and sharing information, often through ad-hoc processes, to accomplish project goals. Document.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
What are the new functionalities?  SharePoint Workspace Offline access  Outlook Synch  Tag Profile Pages  Mobile Access  Office Client Backstage,
The new way to work together SharePoint Products Cloud Server Free.
Creating Business Workflow Using SharePoint Designer 2007 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft SQL Server.
Introducing Visual Studio ® LightSwitch™ Andrew Coates Microsoft DEV201 #auteched #dev201.
© 2011 PLANET TECHNOLOGIES, INC. Create a FREE Weather RSS Web Part Patrick Curran, MCT AUGUST 12, 2011.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Access 2013 Platform Overview Access Low up-front investment Easy to evolve and iterate Easy adoption One version of the truth Easy to collaborate.
19 May 2012 Business Connectivity Services (BCS) Brett Lonsdale – Lightning #SPSJHB The first ever all green SharePoint event on earth.
HedKandi Microsoft SharePoint Server 2007 WCM features PlatformBranding Editing experience Content Aggregation and reuse User generated content Silverlight.
Using the Right Method to Collect Information IW233 Amanda Murphy.
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Deep Dive into Data Management in SharePoint applications Raj Chaudhuri.
SharePoint Architect Bram de Jager Extending the My Site activity feed with external blog posts.
1 © Xchanging 2010 no part of this document may be circulated, quoted or reproduced without prior written approval of Xchanging. MOSS Training – UI customization.
Reduce, Reuse, Recycle. Housekeeping… Download EventBoard Mobile and remember to fill out session evaluations… Phasers set to stun, mobile devices set.
Yaroslav Pentsarskyy Involved in SharePoint since 2003 SharePoint MVP (2009- Present) Blog: sharemuch.com.
Thinking Outside of the Box A Look at BCS and the Client OM August 25th, 2010 Philadelphia Area SharePoint User Group.
The 2007 Microsoft Office System Servers Enterprise Content Management, Workflow and Forms Martin Parry Developer and Platform Group, Microsoft Ltd
Created by the Community for the Community Integration to SharePoint 2010
SharePoint 2007 Business Intelligence October 23 th, 2008 Neil Iversen - Inetium.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
Modern Development Technologies in SharePoint SHAREPOINT SATURDAY OMAHA APRIL, 2016.
InfoPath Forms and Workflows in SP 2010 Wylde Solutions Sydney SharePoint User Group 18 September 2011 Sydney, Australia.
Virtual techdays INDIA │ November 2010 SharePoint 2010 – Your one stop shop for all portal requirements Saranya Sriram │ Developer Evangelist, Microsoft.
SharePoint 2007 Business Intelligence
SharePoint 101 – An Overview of SharePoint 2010, 2013 and Office 365
Integrating SharePoint 2010 with Office 2010
Beyond the BDC\BCS Model
Business Connectivity Services in SharePoint 2010 and Office 2010
Presented by Web Services Propeller Studio
Leveraging BI in SharePoint with PowerPivot and Power View
Accessing and Surfacing LOB Data in SharePoint 2010
Microsoft Dynamics.
SharePoint Information Architecture
Best Practices for IW Document Management with SharePoint 2007
Code Tax: Programming With The Taxonomy API In SharePoint 2010
Overview of Social Computing in Microsoft SharePoint 2010
Presented by Web Services Propeller Studio
Developer Patterns to Integrate Silverlight 4.0 with SharePoint 2010
SharePoint data access and LINQ to SharePoint
Get Out of the Box! Introduction to the out-of-the-box forms in SharePoint 07/26/2017.
Please thank our sponsors!
12/27/2018 4:59 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or.
Maxim Lukiyanov Program Manager Microsoft Corporation
敦群數位科技有限公司(vanGene Digital Inc.) 游家德(Jade Yu.)
Developing Data Driven SharePoint Solutions
Presentation transcript:

HOW TO STORE THE DATA YOU NEED IN SHAREPOINT 2010 Mick Badran MVP, V-TSP,XYZ,ABC

MY MAIN OBJECTIVES FOR YOU To show SharePoint as a Data Platform Get an understanding of data storage within SharePoint 2010 – above and beyond Documents and Tasks etc. Ways to get Data In/Out of SharePoint 2010.

SESSION AGENDA Places to store data within SharePoint Data at the Site/Web level Data in Service Applications Data in Lists/External Lists Data in Custom Fields Data exposed through Silverlight

PLACES TO STORE DATA IN SHAREPOINT PROBLEM: SharePoint is generally pitched to be all things to everyone. I cant do… Dont worry, SharePoint will fix it! Question to ask yourselves: What is the data? Where is the data? How long do I need it for?

PLACES TO STORE DATA IN SHAREPOINT Common SharePoint data storage structures: Documents!!! Xml Documents, Excel Docs, Reports Lists lists lists lists, custom columns, folders – offline issues? Content Types Site/Web/List/Folder – Property Bags Access Services – Web Database !!! User Profile – custom properties Custom Service Applications

DATA AT THE SITE/WEB LEVEL Storing data/content at a Site Collection or Web level. What sort of data? How? How does it become exposed?

SHOW YOU SOMETHING COOL Site/Web Properties Demo

DATA IN SERVICE APPLICATIONS By far the most flexible storage mechanism within SharePoint. What sort of problem would warrant this? Benefits of a Service Application? Cons of a Custom Service Application? No guarantee this data is going to be exposed – e.g. Access Services

SHOW YOU SOMETHING COOL Service Applications Demo

DATA IN LISTS/EXTERNAL LISTS Flexible and easy access for both read and write Up to 50 million items (apparently) per list. What data is placed in lists? How does relational data get processed? E.g. parent/child. How are lookup fields resolved when inserting external data. How to access List data? ServerAPI, RSS, ClientOM, ListData.svc, REST, Offline..

SHOW YOU SOMETHING COOL External List Demo

DATA IN CUSTOM FIELDS Provide flexibility around packing/unpacking data – e.g. complex address. Fields have 2 main modes: Presentation Mode Author/Editing Mode We can perform different logic for each mode. Custom XSLT Field Rendering in lists allows for exciting interactions. (No CAML required)

SHOW YOU SOMETHING COOL Custom Fields - I

EXPOSING DATA THROUGH SILVERLIGHT Why Silverlight? Silverlight runs on the Client machine with a Silverlight CLR – an App in english. Is able to talk to SharePoint/WCF Services etc. Great for desktop notifications! Can be initialised with particular parameters

SHOW YOU SOMETHING COOL Custom Fields - II

WRAP UP SharePoint is more than just Documents and Tasks Its a flexible data platform! Many structures exist out of the box – e.g. lists etc. Or you can build your own. NB: all demos and slides will be on my blog as well.