Book Image

Microsoft SharePoint 2010 Enterprise Applications on Windows Phone 7

By : Todd Spatafore
Book Image

Microsoft SharePoint 2010 Enterprise Applications on Windows Phone 7

By: Todd Spatafore

Overview of this book

<p>Microsoft Windows Phone 7 is a reinvention of the Windows Mobile platform and improves productivity by taking a fresh approach to the most common Smartphone business usage scenarios such as e-mail, calendar, contacts, and collaboration. Microsoft SharePoint is a Web technology-based server that can be used to build portals, collaboration sites, and also content management sites.</p> <p>Microsoft Windows Phone 7 allows you to integrate with Microsoft SharePoint 2010 and create enterprise-ready websites and applications that access SharePoint Server on Windows Phone 7.</p> <p>The book starts by providing an overview of the out-of-the-box features of Windows Phone 7 for enterprises then moves on to an overview of the web browser that is included on the phone, Internet Explorer Mobile, covering the improvements found over the desktop version of Internet Explorer 7 and the limitations of the browser. The book then dives deep into topics such as Windows Phone 7 Web Development, building SharePoint Sites for Windows Phone 7, building SharePoint Pages for Windows Phone 7, and SharePoint Communities amongst others.</p>
Table of Contents (16 chapters)
Microsoft SharePoint 2010 Enterprise Applications on Windows Phone 7
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
5
Customizing SharePoint Communities for Windows Phone 7

WCF Data Services to the rescue


Developing Windows Phone 7 Applications that integrate with SharePoint data have a lot more in common with developing .NET Managed Applications for the desktop than writing SharePoint Pages or writing Silverlight applications that live inside SharePoint. That is to say while developing custom list templates or Silverlight parts inside SharePoint, these applications have direct access to the SharePoint Context. We will not have that ability in Windows Phone 7.

Although we can't use the managed DLL's that were provided for Silverlight applications in Windows Phone 7, we still have access to the same information and functionality. It's just going to be a lot more work to use them.

The client object model communicates to the server using WCF Data Services, formerly known as ADO.NET Data Services. We will use these same services for our Windows Phone dashboard application. As is the case with a lot of programming problems, there are multiple ways of attacking this...