• Complain

Paolo Pialorsi - Microsoft SharePoint 2010 Developer Reference

Here you can read online Paolo Pialorsi - Microsoft SharePoint 2010 Developer Reference full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2011, publisher: Microsoft Press, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Microsoft SharePoint 2010 Developer Reference
  • Author:
  • Publisher:
    Microsoft Press
  • Genre:
  • Year:
    2011
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Microsoft SharePoint 2010 Developer Reference: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Microsoft SharePoint 2010 Developer Reference" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Build robust solutions for business collaborationusing SharePoint 2010Sharpen your development skills with this practical reference to Microsoft SharePoint Foundation 2010 and Microsoft SharePoint Server 2010. Written by enterprise-development expert Paolo Pialorsi, this book shows you how to develop real-world business solutions, using techniques to extend and customize the SharePoint environment with Microsoft Visual Studio 2010.Discover how to:Write robust code for SharePoint solutions using the Server Object Model Use the Client Object Model to build Microsoft Silverlight and JavaScript applications for SharePoint Extend the UI to customize menus, ribbons, and controls for intranets, extranets, and Internet sites Query and manage items in SharePoint lists using the LINQ-to-SharePoint provider Develop custom workflows using Visual Studio 2010 or SharePoint Designer 2010 Delve into advanced solutions, such as connectable Web Parts and asynchronous programming Create security-enhanced code for SharePoint using sandboxed solutions Get code samples on the web For system requirements, see the Introduction.

Paolo Pialorsi: author's other books


Who wrote Microsoft SharePoint 2010 Developer Reference? Find out the surname, the name of the author of the book and a list of all author's works by series.

Microsoft SharePoint 2010 Developer Reference — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Microsoft SharePoint 2010 Developer Reference" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Microsoft SharePoint 2010 Developer Reference
Paolo Pialorsi
Editor
Russell Jones

Copyright 2011 Paolo Pialorsi

Complying with all applicable copyright laws is the responsibility of the user. All rights reserved. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without express written permission of OReilly Media, Inc.

Microsoft Press titles may be purchased for educational, business or sales promotional use. Online editions are also available for most titles (.

Microsoft, Microsoft Press, ActiveX, Excel, FrontPage, Internet Explorer, PowerPoint, SharePoint, Webdings, Windows, and Windows 7 are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners.

Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.

This book expresses the authors views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the author, OReilly Media, Inc., Microsoft Corporation, nor their respective resellers or distributors, will be held liable for any damages caused or alleged to be caused either directly or indirectly by such information.

Microsoft Press

Dedication

To my family: Paola, Andrea, and Marta .

Thanks, my loves!

Introduction

Microsoft SharePoint is one of the biggest productivity frameworks released during the last ten years. Microsoft SharePoint 2010 is just the last step of a fabulous journey (that began in 2001) in the world of business productivity, collaboration, knowledge sharing, search technologies, and social networking.

From a developers perspective, SharePoint is simply a rich set of tools, classes, libraries, controls, and so on that are useful for building custom solutions focused on making business collaboration possible.

Microsoft SharePoint 2010 Developer Reference is an organized reference that provides the support that you need as you develop real and concrete SharePoint solutions, taking advantage of the main libraries and tools offered by the product. This book covers the key topics in the fields of developing SharePoint solutions, targeting both junior and intermediate programmers who want to improve their knowledge of SharePoint.

Beyond the explanatory content, each chapter includes clear examples and downloadable sample projects that you can explore for yourself.

Who Should Read This Book

This book exists to help existing .NET developers understand the architecture and the core topics of SharePoint 2010 while building Internet, intranet, and extranet sites, as well as developing custom solutions and extensions of the basic platform provided by Microsoft.

Although most readers likely will have no prior experience with SharePoint 2010, the book is also useful for those familiar with earlier versions of SharePoint, and who are interested in getting up to date on the newest features.

Who Should Not Read This Book

This book does not target IT Professionals who are seeking information on how to deploy, configure, and maintain a SharePoint farm. Similarly, it does not cover marketing topics concerning site branding or public-facing Internet sites.

Assumptions

This book expects that you have at least a minimal understanding of .NET development and object-oriented programming concepts. Moreover, to develop SharePoint solutions you need to have a solid knowledge of ASP.NET and related technologies such as SOAP and Web Services. Although you can extend and customize SharePoint with most, if not all, .NET language platforms, this book includes examples in C# only. If you are not familiar with this language, you might consider reading John Sharps book, Microsoft Visual C# 2010 Step by Step (Microsoft Press, 2010).

With a heavy focus on web development and server-side technologies, this book assumes that you have a basic understanding of web platforms, application servers, and scalable software architectures. Some of the topics covered in this book require a robust knowledge of .NET Framework 3.x, and specifically, Windows Communication Foundation.

Organization of This Book

This book is divided into seven sections, each of which focuses on a different aspect or technology within SharePoint 2010.

, provides a quick overview of SharePoint 2010 and its data foundations, with a focus on using the technology as shipped, but not yet extending it with custom code.

, focuses on the core libraries for developing solutions both on the server side, using the SharePoint Server Object Model or the new LINQ to SharePoint provider, or on the client side, using the various flavors of the new SharePoint Client Object Model, the REST API, and SOAP services. This section is full of examples and code excerpts, and you can use it as a concrete reference for everyday solutions.

, covers how to develop Web Parts, starting from basic scenarios and moving gradually toward more complex and real-world solutions.

, provides deep coverage of the various techniques and extensibility points available for customizing and extending the native SharePoint environment. Eight chapters full of realistic examples will help you master SharePoint as a business productivity framework.

, delves into workflow development. It starts with a brief introduction of Windows Workflow Foundation and the workflow architecture in SharePoint, moving to workflows designed with Microsoft SharePoint Designer 2010 or developed with Microsoft Visual Studio 2010. This part ends with more advanced topics, such as workflow forms, custom activities, and workflow communication.

, examines the security infrastructure of SharePoint, both from an architectural viewpoint, covering topics like authentication, authorization, and the new claims-based approach, and delving into Code Access Security and the new Sandboxed Solutions deployment option.

, covers a couple of useful capabilities offered by the SharePoint 2010 environment when developing enterprise-level solutions. In particular, it covers programming the Search Engine and consuming external data to make use of the new Business Connectivity Services.

Finding Your Best Starting Point in This Book

The different sections of Microsoft SharePoint 2010 Developer Reference cover a wide range of technologies associated with SharePoint. Depending on your needs and your existing understanding of the SharePoint platform, you might wish to focus on specific areas of the book. Use the following table to determine how best to proceed.

If you are

Follow these steps

New to SharePoint development, or an ASP.NET developer

Focus on Parts , or read through the entire book in written order.

Familiar with earlier releases of SharePoint

Briefly skim .

Interested primarily in developing workflows

Read .

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Microsoft SharePoint 2010 Developer Reference»

Look at similar books to Microsoft SharePoint 2010 Developer Reference. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Microsoft SharePoint 2010 Developer Reference»

Discussion, reviews of the book Microsoft SharePoint 2010 Developer Reference and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.