Chapter 8. Introduction to Programming Windows Phone 7 with the SharePoint Client Services
Note
This chapter is taken from Microsoft SharePoint 2010 Enterprise Applications on Windows Phone 7 (Chapter 6) by Todd Spatafore.
This chapter will introduce programming Windows Phone 7 applications. We will use RSS feeds that are provided from lists in SharePoint to display information to the Windows Phone 7 user. Throughout the chapter, we will build a simple RSS Reader application for Windows Phone 7 and add complexity to it as we go along. In this chapter, we will cover the following:
Security in SharePoint 2010
Using WebClient to get data from the Web
RSS feeds available from SharePoint
Parsing XML in Windows Phone 7
Simple page navigation
Using the WebBrowser control to display detail
So, let's begin this chapter with a brief discussion on security in SharePoint 2010.
Security in SharePoint 2010
We begin this chapter with a discussion on security for a very simple reason: security in SharePoint is tricky...