Details

Beginning SharePoint 2013 Development


Beginning SharePoint 2013 Development


1. Aufl.

von: Steve Fox, Chris Johnson, Donovan Follette

28,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 31.01.2013
ISBN/EAN: 9781118495865
Sprache: englisch
Anzahl Seiten: 456

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p><b>A complete revision to a popular SharePoint developer's resource</b></p> <p>Fully updated for SharePoint 2013, this book is an ideal starting place for SharePoint development. Covering all the major topics that a new developer needs to know in order to get started, this resource contains 100 percent new content and addresses the major overhaul to the SharePoint 2013 platform. The team of authors, led by Microsoft's Steve Fox, presents you with a detailed overview that helps you establish a starting point for development. They then walk you through ways to advance your knowledge so that you leverage the new SharePoint 2013 features to build custom solutions.</p> <ul> <li>Addresses developing managed or unmanaged applications</li> <li>Provides an overview of Windows Azure for SharePoint</li> <li>Looks at common developer tasks in SharePoint 2013</li> <li>Gets you started with building, packaging, and deploying SharePoint 2013 applications</li> <li>Highlights essential points of security in SharePoint 2013</li> </ul> <p>Touching on everything from developing applications using Office services to development workflow applications, <i>Beginning SharePoint 2013 Development</i> covers everything you need to know to start confidently working with the platform today.</p>
INTRODUCTION xxiii <p><b>PART I: GETTING STARTED WITH SHAREPOINT 2013</b></p> <p>CHAPTER 1: INTRODUCTION TO SHAREPOINT 2013 3</p> <p>Getting to Know SharePoint 4</p> <p>Defining SharePoint by Function 5</p> <p>Defining SharePoint by User 5</p> <p>Introducing the User Interface 6</p> <p>Introducing the Structure 8</p> <p>Addressing the Needs of the Developer 9</p> <p>Extending SharePoint 2013 10</p> <p>Breaking It Down for Developers 12</p> <p>SharePoint 2013: The Platform 15</p> <p>SharePoint Installation Types 16</p> <p>SharePoint 2013 Capabilities 18</p> <p>Site Collections and Sites 20</p> <p>SharePoint 2013 APIs 24</p> <p>SharePoint Central Administration 26</p> <p>Application Management 27</p> <p>Monitoring 28</p> <p>Security 28</p> <p>General Application Settings 28</p> <p>System Settings 28</p> <p>Backup and Restore 29</p> <p>Upgrade and Migration 29</p> <p>Configuration Wizard 29</p> <p>Apps 29</p> <p>Summary 29</p> <p>Recommended Reading 31</p> <p>CHAPTER 2: OVERVIEW OF THE SHAREPOINT 2013 APP MODEL 33</p> <p>SharePoint 2013 App Model 33</p> <p>Apps for Office 34</p> <p>Apps for SharePoint 35</p> <p>Moving to the Cloud 37</p> <p>Understanding the Three Apps for SharePoint Deployment Models 38</p> <p>SharePoint-Hosted 38</p> <p>Autohosted 44</p> <p>Provider-Hosted 49</p> <p>Summary 52</p> <p>Recommended Reading 53</p> <p>CHAPTER 3: DEVELOPER TOOLING FOR SHAREPOINT 2013 55</p> <p>SharePoint Development Across Developer Segments 56</p> <p>Web-Based Development in SharePoint 57</p> <p>Site Settings 58</p> <p>Developing SharePoint Applications Using SharePoint Designer 65</p> <p>Developing SharePoint Applications Using Napa 69</p> <p>Developing SharePoint Applications Using Visual Studio 2012 74</p> <p>Other Tools for SharePoint Development 82</p> <p>Developing with Expression Blend 83</p> <p>Debugging Using Fiddler 85</p> <p>Summary 85</p> <p>Recommended Reading 87</p> <p>CHAPTER 4: UNDERSTANDING YOUR DEVELOPMENT OPTIONS 89</p> <p>Application and Solution Types 90</p> <p>Common Developer Tasks 93</p> <p>Creating Web Parts 93</p> <p>Creating SharePoint-Hosted Apps 101</p> <p>Working with SharePoint Data 106</p> <p>Creating Cloud-hosted Apps 109</p> <p>Creating Event Receivers 109</p> <p>Creating ASPX Pages 112</p> <p>Creating Master Pages 114</p> <p>Summary 116</p> <p>Recommended Reading 117</p> <p>CHAPTER 5: OVERVIEW OF WINDOWS AZURE FOR SHAREPOINT 119</p> <p>Defining the Cloud 120</p> <p>Defining Windows Azure 121</p> <p>Windows Azure Platform 122</p> <p>Data Layer 123</p> <p>Services Layer 123</p> <p>Integration Layer 123</p> <p>Developing Windows Azure Applications 124</p> <p>SharePoint and Windows Azure 133</p> <p>Understanding SharePoint Cloud-Hosted Apps and Windows Azure 134</p> <p>Creating a Simple Autohosted SharePoint App 136</p> <p>Summary 146</p> <p>Recommended Reading 147</p> <p><b>PART II: FUNDAMENTAL SHAREPOINT 2013 DEVELOPMENT BUILDING BLOCKS</b></p> <p>CHAPTER 6: DEVELOPING, INTEGRATING, AND BUILDING APPLICATIONS IN SHAREPOINT 2013 151</p> <p>Development Models Available in SharePoint 2013 152</p> <p>Application Integration Options in SharePoint 2013 153</p> <p>User Interface Integration 154</p> <p>Events and Logic Integration 166</p> <p>Data Integration 168</p> <p>Summary 171</p> <p>Recommended Reading 173</p> <p>CHAPTER 7: PACKAGING AND DEPLOYING SHAREPOINT 2013 APPS 175</p> <p>Anatomy of an App 176</p> <p>Manifest and Assets 178</p> <p>SharePoint Solution Package 179</p> <p>Web Deploy Package 180</p> <p>Database Package 181</p> <p>Packaging and Publishing an App 182</p> <p>Packaging an App 182</p> <p>Private Publishing in an App Catalog 183</p> <p>Deploying an App 184</p> <p>SharePoint-Hosted App Deployment 185</p> <p>Provider-Hosted App Deployment 188</p> <p>Autohosted App Deployment 196</p> <p>Summary 199</p> <p>Recommended Reading 200</p> <p>CHAPTER 8: DISTRIBUTING SHAREPOINT 2013 APPS 201</p> <p>Publishing Apps in the SharePoint Store 203</p> <p>Creating a Client ID and Secret 204</p> <p>Pricing and Licensing Apps 206</p> <p>Submitting Apps 208</p> <p>Getting Apps Validated 211</p> <p>Application Life Cycle 212</p> <p>Using Seller Dashboard Metrics 213</p> <p>Upgrading Apps 214</p> <p>Summary 216</p> <p>Recommended Reading 217</p> <p>CHAPTER 9: OVERVIEW OF THE CLIENT-SIDE OBJECT MODEL AND REST APIS 219</p> <p>Introducing Remote APIs in SharePoint 2013 220</p> <p>Client-Side Object Model (CSOM) Basics 221</p> <p>Managed Code (.NET) 222</p> <p>Setup 223</p> <p>Querying 224</p> <p>JavaScript 228</p> <p>Setup 229</p> <p>Querying 230</p> <p>Security and Cross-Domain Calls 236</p> <p>Windows Phone 237</p> <p>Setup 238</p> <p>Querying 239</p> <p>REST and OData 241</p> <p>Getting Started with REST and OData 242</p> <p>Filtering and Selecting 244</p> <p>Creating, Updating, and Deleting 246</p> <p>Client-Side Object Model API Coverage 250</p> <p>Summary 252</p> <p>Recommended Reading 253</p> <p>CHAPTER 10: OVERVIEW OF OAUTH IN SHAREPOINT 2013 255</p> <p>Introduction to OAuth 256</p> <p>OAuth in SharePoint 2013 257</p> <p>Creating and Managing Application Identities 258</p> <p>Application Authentication 263</p> <p>App and User Context in API Calls 266</p> <p>Managing Tokens in Your Application 266</p> <p>Application Authorization 269</p> <p>Requesting Permissions Dynamically 271</p> <p>App-Only Policy 271</p> <p>On-Premises App Authentication with S2S 272</p> <p>Summary 275</p> <p>Recommended Reading 276</p> <p><b>PART III: ADVANCED DEVELOPER TOPICS IN SHAREPOINT 2013</b></p> <p>CHAPTER 11: DEVELOPING INTEGRATED APPS</p> <p>FOR OFFICE AND SHAREPOINT SOLUTIONS 279</p> <p>The New App Model for Office 280</p> <p>The Office JavaScript Object Model 286</p> <p>Document-based Apps 286</p> <p>Functional Capabilities by Office Client 291</p> <p>Mailbox-based Apps 292</p> <p>App Security 297</p> <p>Integrating Apps for Office with SharePoint 298</p> <p>Standalone Apps for Office 299</p> <p>Apps for Office Integrated with an App for SharePoint 300</p> <p>Summary 305</p> <p>Recommended Reading 306</p> <p>CHAPTER 12: REMOTE EVENT RECEIVERS IN SHAREPOINT 2013 307</p> <p>Introducing Remote Event Receivers 308</p> <p>App-level Life-cycle Remote Event Receivers 318</p> <p>Summary 319</p> <p>Recommended Reading 320</p> <p>CHAPTER 13: BUILDING LINE-OF-BUSINESS SOLUTIONS USING BUSINESS CONNECTIVITY SERVICES 321</p> <p>Business Connectivity Services in SharePoint 2013 322</p> <p>BCS in Apps for SharePoint 328</p> <p>Building a BCS-enabled Business Solution 332</p> <p>Summary 339</p> <p>Recommended Reading 341</p> <p>CHAPTER 14: DEVELOPING APPLICATIONS USING OFFICE SERVICES 343</p> <p>WOPI and the New Offi ce Web Apps Server 344</p> <p>What’s New in Excel Services 348</p> <p>Word Automation Services and the New PowerPoint Automation Services 355</p> <p>The New Machine Translation Services 359</p> <p>What’s New in Access Services 362</p> <p>Summary 366</p> <p>Recommended Reading 368</p> <p>CHAPTER 15: DEVELOPING WORKFLOW APPLICATIONS FOR SHAREPOINT 2013 369</p> <p>Introducing Workfl ow Manager 370</p> <p>The Big New Features for SharePoint Designer 371</p> <p>Visio Professional, SharePoint Designer, and Workflow 372</p> <p>Workflow and Visual Studio 383</p> <p>Workflow in Apps for SharePoint 390</p> <p>Summary 397</p> <p>Recommended Reading 398</p> <p>APPENDIX A: ANSWERS TO EXERCISES 399</p> <p>INDEX 407</p>
<p><b>Steve Fox</b> is a director in Microsoft Consulting Services (MCS) at Microsoft. He presents and keynotes at conferences globally and publishes regularly in MSDN Magazine.</p> <p><b>Chris Johnson</b> is a general manager at Provoke Solutions Seattle. Previously, he worked for Microsoft for nearly 10 years.</p> <p><b>Donovan Follette</b> is a senior technical evangelist with Microsoft. <b>Wrox Beginning guides</b> are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that guides you through all the techniques involved.</p>
<p><b>An ideal starting point for SharePoint development</b></p> <p>SharePoint 2013 boasts a major evolution for this rich development platform. For beginners, this book serves as an ideal launching pad for your SharePoint experience; if you are already familiar with the capabilities of SharePoint, this resource will serve as essential reading to evolve the way you develop applications for SharePoint 2013. The team of authors—led by Microsoft's Steve Fox—covers everything from developing applications using Office services to building custom solutions, enabling you to start confidently working with SharePoint today.</p> <p><i>Beginning SharePoint 2013 Development:</i></p> <ul> <li>Discusses developing managed or unmanaged applications</li> <li>Provides an overview of Windows Azure™ for SharePoint as well as the client-object model</li> <li>Highlights building line-of-business apps using Business Connectivity Services</li> <li>Looks at common developer tasks and tools for SharePoint 2013</li> <li>Addresses building, packaging, and deploying SharePoint 2013 applications</li> </ul> <p><b>wrox.com</b></p> <p><b>Programmer Forums</b></p> <p><b>Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.</b></p> <p><b>Code Downloads</b></p> <p>Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.</p> <p><b>Read More</b></p> <p>Find articles, ebooks, sample chapters and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.</p>

Diese Produkte könnten Sie auch interessieren:

Facebook Marketing
Facebook Marketing
von: Chris Treadaway, Mari Smith
PDF ebook
23,99 €
Ajax For Dummies
Ajax For Dummies
von: Steve Holzner
PDF ebook
22,99 €
The Web's Awake
The Web's Awake
von: Philip D. Tetlow
PDF ebook
69,99 €