Book Image

Microsoft SharePoint 2010 development cookbook

By : Ed Musters
Book Image

Microsoft SharePoint 2010 development cookbook

By: Ed Musters

Overview of this book

<p>There is a heavy demand in the marketplace for SharePoint developers that you could take advantage of - if only you had the opportunity to acquire the relevant skills! But, SharePoint 2010 is a big old product with a steep learning curve &ndash; where do you begin? <br /><br />This book has been designed to take the experienced ASP.NET developer from &ldquo;beginner&rdquo; to &ldquo;professional&rdquo; SharePoint developer in the shortest amount of time. You will be productive on you very first SharePoint development assignment with the knowledge and skills that you learn here. You will have distilled the essence of the author&rsquo;s many years of training, and leading development teams in SharePoint. <br /><br />This book uncovers the most common &ldquo;pattern&rdquo; of typical SharePoint development tasks encountered in the real world and puts the topics in a logical order with detailed step-by-step recipes for you to follow. <br />The practical example given builds and flows throughout the chapters and topics. By the end of this book, you will be able to apply the concepts to the challenges ahead of you!</p>
Table of Contents (15 chapters)
Microsoft SharePoint 2010 Development Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Introduction


Nearly every time that you need to provide SharePoint 2010 customizations involving document collaboration, you will need to create one or more corresponding workflows. In the past, the out-of-the-box workflows were not customizable, and the previous version of SharePoint Designer sadly lacked and was very limited in its workflow creation capabilities. Every time, one quickly cracked open Visual Studio and created custom workflows from scratch.

SharePoint workflows are a unique type of workflow. They are typically assigned to a library or list, and revolve around assigning tasks for people to complete. Generally, once the tasks are completed, the workflow ends.

Since SharePoint 2010 has come along, I am proud to say I have not yet had to resort to Visual Studio 2010 in order to create a workflow! I have found SharePoint Designer 2010 to be a very capable workflow development tool, and it has met every workflow requirement to date. The reason is that most workflows honestly are...