SharePoint 2010 development with WCF

14
SharePoint 2010 development with WCF services Dinusha Kumarasiri http://dinushaonline.blogspot.com Sri Lanka SharePoint Forum

Transcript of SharePoint 2010 development with WCF

Page 1: SharePoint 2010 development with WCF

SharePoint 2010 development with WCF services

Dinusha Kumarasiri

http://dinushaonline.blogspot.com

Sri Lanka SharePoint Forum

Page 2: SharePoint 2010 development with WCF

Agenda

WCF - What & WhyWCF Services in SharePointExtending SharePoint services frameworkDeveloping service applications

Page 3: SharePoint 2010 development with WCF

WCF – What & Why

What ?Framework to facilitate service-oriented applications

Why?Service orientationInteroperabilityMultiple message patternsSecurityMultiple transports & encodingsMultiple hosting scenariosAjax and REST support

Page 4: SharePoint 2010 development with WCF

demo

Simple WCF Service

Sri Lanka SharePoint Forum

Page 5: SharePoint 2010 development with WCF

WCF services in SharePoint

Out of the box services to perform tasksClients may not tightly coupled with SharePointRESTful and OData compliantWCF data services to get strongly typed entities

Page 6: SharePoint 2010 development with WCF

demo

Access data using SharePoint services

Sri Lanka SharePoint Forum

Page 7: SharePoint 2010 development with WCF

Extending SharePoint services framework

Host new service in SharePointService runs in SharePoint contextComplete support of SharePoint APIsSame authentication/authorization as in farm

Page 8: SharePoint 2010 development with WCF

demo

New service to SharePoint services framework

Sri Lanka SharePoint Forum

Page 9: SharePoint 2010 development with WCF

Extending SharePoint services framework

Asynchronous data accessAccess the service from client sideDon’t need client object model so loosely coupledMust have with heavy duty web parts

Page 10: SharePoint 2010 development with WCF

demo

Asynchronous data access

Sri Lanka SharePoint Forum

Page 11: SharePoint 2010 development with WCF

Developing service applications

Federated service to be used across the farmCan run on multiple app servers and load-balanced

Page 12: SharePoint 2010 development with WCF

demo

New service application

Sri Lanka SharePoint Forum

Page 13: SharePoint 2010 development with WCF

Q&A

Page 14: SharePoint 2010 development with WCF

Thank You !