Presentation is loading. Please wait.

Presentation is loading. Please wait.

SharePoint Server 2010 Introduction for Developers

Similar presentations


Presentation on theme: "SharePoint Server 2010 Introduction for Developers"— Presentation transcript:

1

2 SharePoint Server 2010 Introduction for Developers
Paul Andrew Technical Product Manager Microsoft Session Code: OFS215

3 Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web
Sites Connect and Empower People Cut Costs with a Unified Infrastructure Rapidly Respond to Business Needs Composites Communities Insights Content Search

4 SharePoint 2010 for Developers
First Class SharePoint Developer Tools Faster Solution Debugging & Tuning Choice of Development Workstation Developer Productivity Comprehensive Data Access Line of Business Integration Workflow Advances Rich Platform Services Application Lifecycle Management Standardized Solution Packaging Deploy with Agility and Stability Flexible Deployment

5 SharePoint Application Landscape
Business Collaboration Applications Portal for LOB Application Data SharePoint Core .NET | ASP.NET Single WebPart Solutions Customized SharePoint Server 2010 Workloads

6 TARGET APPLICATION TYPES SHAREPOINT SERVER 2010 WORKLOADS
Run on Premises or Hosted Patterns and Practices SharePoint Guidance Sandbox Solutions Microsoft® Certification Exams Microsoft Official Curriculum Trained Administrators Run on SharePoint® Online MSDN® Forums Composites Widely Deployed Platform Microsoft Partner Program Search Communities One WebPart Solutions Visual Studio® 2010 SharePoint Tools Content Business Collaboration Applications Team Foundation Server Sites Insights InfoPath 2010 Portal for LOB Application Data SharePoint Designer 2010 Customized SharePoint Server 2010 Workloads MSDN SharePoint SDK USER INTERFACE Web Parts Common SharePoint UI BUSINESS LOGIC ASP.NET Code Behind Workflows Event Receivers DATA LAYER SharePoint Lists Business Connectivity Services ACCESS CONTROL SharePoint Sites SharePoint Groups TARGET APPLICATION TYPES DEVELOPER TOOLS COMMUNITY ECOSYSTEM SHAREPOINT SERVER 2010 WORKLOADS EXECUTION ENVIRONMENT

7 SharePoint 2010 for Developers
First Class SharePoint Developer Tools Faster Solution Debugging & Tuning Choice of Development Workstation Developer Productivity Comprehensive Data Access Line of Business Integration Workflow Advances Rich Platform Services Application Lifecycle Management Standardized Solution Packaging Deploy with Agility and Stability Flexible Deployment

8 Development on Windows 7 or Windows Vista SP1
Either SharePoint Foundation or SharePoint Server Requires x64 OS Not Supported for Production Only for Stand Alone Installation Can be Disabled through Group Policy Just for Developers Requires Following Install Guide in SDK Windows 7

9 Visual Studio 2010 Developer Tools for SharePoint
Develop, Deploy and Debug Web Part, BDC and Workflow designers Package and Deploy SharePoint projects Generate WSP for Production Deployment View SharePoint site in Server Explorer Team Foundation Server Integration Web Part Designer Broad SharePoint Support Support for SharePoint Sandboxed Solutions Import WSP from SharePoint Designer including Workflow Build Workflow Steps for SharePoint Designer Extensibility for Development of Additional SharePoint Artifacts SharePoint Business Connectivity Services support Project Types

10 SharePoint Designer 2010 No code tool for SharePoint
Free for creating and editing SharePoint artifacts New Tools BDC Entities List Schema Custom Actions Task / Approval Designer Improved Tools Workflow Designer Page Editor SharePoint Designer work can be upgraded to Visual Studio 2010 “Save site as template” in SharePoint Site Settings creates WSP WSP imports into Visual Studio 2010 as new project

11 Developer Dashboard Quick Debug or Monitor Page Performance
stsadm -o setproperty -pn developer-dashboard -pv ondemand Quick Debug or Monitor Page Performance

12 Windows 7 Visual Studio 2010 Developer Dashboard
demo Tools Windows 7 Visual Studio 2010 Developer Dashboard

13 SharePoint 2010 for Developers
First Class SharePoint Developer Tools Faster Solution Debugging & Tuning Choice of Development Workstation Developer Productivity Comprehensive Data Access Line of Business Integration Workflow Advances Rich Platform Services Application Lifecycle Management Standardized Solution Packaging Deploy with Agility and Stability Flexible Deployment

14 Business Connectivity Services Brings LOB Data Into SharePoint
SharePoint List with External Data Read / Write SharePoint Foundation Built on the SharePoint 2007 Business Data Catalog Office Apps Client Runtime Offline Operations Cache Design Tools SharePoint Visual Studio 2010 Development Platform Business Intelligence Enterprise content mgmt Collaboration social Enterprise Search SharePoint Designer 2010 ECT Store Runtime Security Solution Packaging Out of the box UI .NET LOB Web Service WCF DB Web 2.0

15 Business Connectivity Services
Demo Business Connectivity Services Build an External Content Type Visual Studio 2010

16 SharePoint List Improvements Collaborative Data Store
Relationships with Cascade or Block Transacted Cascading Deletion Restriction of Deletion Validation with Excel Like Formula Formula-based Validation Ensure Uniqueness Lookup to Multiple Columns List Index Auto-Creation Scalability and Performance List Query Throttling And we keep from SharePoint 2007 Self Service List Creation Out of the Box List User Interface Built in Authorization Forms

17 XSLT Views for Lists View Design in UI and SPD
Replaces CAML for Views CAML Still Used for Queries Better Performance Easier edit in SPD Ribbon UX: sort/filter/group, conditional formatting,… Simpler Coding Experience Standard language, shared default XSLT XSLT-based views are now default SharePoint Lists External Lists

18 Relationships and Validation
Demo Relationships and Validation Create a Relationship Between Lists Create Validation on a List

19 Overview of Data Technologies
REST APIs Strongly-typed lists Client OM Client-side Weakly-typed lists Data Platform Farm Site List Data External Lists Server OM Server-side Weakly-typed lists LINQ Strongly-typed lists New in 2010 Improved

20 LINQ to SharePoint Language Integrated Query
Entity based programming Strong Types and Intellisense Supports List Joins and Projections Join lists on lookup field between them Join multiple lists (A->B->C) Project any field from joined list in a query without changes in list schema Example from o in data.Orders where o.Customer.City.Name == "London“ select o;

21 Client Object Model Runs on Remote Machine
Simple API to Add, Retrieve, Update and Manage Data in SharePoint Commands batched for Performance SharePoint Data Consistent Efficient Client Application .NET CLR Silverlight CLR JavaScript

22 Client Object Model Sample .NET
ClientContext context = new ClientContext(" Web site = context.Web; context.Load(site); context.ExecuteQuery(); site.Title = site.Title + " and Client OM"; site.Update();

23 REST APIs ADO.NET Data Services REST Protocols Atom, JSON feeds
SharePoint list data and Excel spreadsheets Integration with growing set of Microsoft REST Technologies

24 REST and ADO.NET Data Services
Demo REST and ADO.NET Data Services

25 SharePoint Events Improvements Reacting to Server Events
Events Project Templates in Visual Studio 2010 After-Synchronous Events Simpler Event Behavior Site-scoped events Web creation events List creation events More User Interface Control Custom Error Pages

26 Workflow Improvements Popular and Successful Base in 2007
Visual Studio 2010 Initiation and Association Forms New Workflow Design Surface in SPD Import SPD Workflows into Visual Studio Build SPD Actions in Visual Studio Visio 2010 Workflow Design Browser Based Visualization High Privilege Workflows Control Where Service Runs Site Workflows Reusable Declarative Workflows List Workflow Event Receivers Pluggable Workflow Services Performance and Scale Fully Customizable OOB Workflow Approval Designer

27 Build a Workflow in Visual Studio 2010
Demo Workflow Build a Workflow in Visual Studio 2010

28 SharePoint Service Applications New Service App Architecture
Upgrade to Shared Service Provider from SharePoint 2007 More Flexible Services Model Builds on WCF Knowledge Management Extensible Administration Roles User Interface and PowerShell Browser Consumer Web Part WFE SERVER Service Proxy WCF Contract Service Logic SERVER APP SQL Client App Content Config Custom

29 SharePoint Service Applications New Service App Architecture
Common Infrastructure for ‘heavy’ tasks Web Service and Database provisioning Settings Store Sharing and cross-farms service discovery Service instance discovery within a farm Round-robin load balancer Browser Consumer Web Part WFE SERVER Service Proxy WCF Contract Service Logic SERVER APP SQL Client App Content Config Custom

30 Ribbon and Dialog Framework
Client Site Custom Actions in Ribbon Context Sensitive Ribbon The Ribbon Status Bar Notification Area

31 Ribbon and Dialog Framework
Replaceable SharePoint OOB forms Open as Web Page or as Dialog Dialog Framework

32 Silverlight 3 and SharePoint 2010 New UI Option
Media Player Web Part Organization Browser List and Site Creation Office Web Applications Silverlight Web Part Simple way to upload Silverlight CLR compatible Client Object Model Call SharePoint API’s REST APIs Simplifies List data access Support for remotely hosted Silverlight applications Delegated authentication/application principals

33 SharePoint 2010 for Developers
First Class SharePoint Developer Tools Faster Solution Debugging & Tuning Choice of Development Workstation Developer Productivity Comprehensive Data Access Line of Business Integration Workflow Advances Rich Platform Services Application Lifecycle Management Standardized Solution Packaging Deploy with Agility and Stability Flexible Deployment

34 Sandboxed Solutions Essential Agility Essential Stability
Security & Stability Security & Stability Business Agility Business Agility Essential Agility Essential Stability Easy Deployment Iterative Development Access To Shared Servers SharePoint Online Safe for Other Users Limited API Access Monitored Resources Separate Process Site Collection Limits

35 demo Sandboxed Solutions

36 Upload Sandboxed Solution WSP
SharePoint Online Upload Sandboxed Solution WSP

37 Upgrade and Packaging WSP as the SharePoint Installer
WSS Solution Package (WSP) Visual Upgrade from version to version SharePoint UI Save To Template Better-defined Upgrade Semantics Declarative upgrade mappings Upgrade callouts for features Application discovery in SharePoint Sites WSPs as unified developer format Works in both site collections and on machine

38 Team Foundation Server Application Lifecycle Management
Work Item Tracking Source Code Control Team Build Manage Test Cases Log Bugs Automated Testing Load Testing

39 SharePoint 2010 for Developers
Visual Studio 2010 Install on Windows 7 SharePoint Designer 2010 Developer Dashboard Developer Productivity Business Connectivity Services LINQ, REST and Data Improvements Client Object Model Silverlight Web Part Workflow Improvements Rich Platform Services Team Foundation Server Sandboxed Solutions WSP Solution Upgrade SharePoint Online Flexible Deployment

40 Learn More about SharePoint 2010
Information for IT Pros at TechNet Information for Developers at MSDN Information for Everyone

41 Questions I will be at: I am online at:
The SharePoint kiosk frequently through the week I am online at:

42 Complete an evaluation on CommNet and enter to win an Xbox 360 Elite!

43 Required Slide © 2009 Microsoft Corporation. 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.


Download ppt "SharePoint Server 2010 Introduction for Developers"

Similar presentations


Ads by Google