• Complain

Steve Fox - Developing Microsoft SharePoint Applications Using Windows Azure

Here you can read online Steve Fox - Developing Microsoft SharePoint Applications Using Windows Azure 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:
    Developing Microsoft SharePoint Applications Using Windows Azure
  • Author:
  • Publisher:
    Microsoft Press
  • Genre:
  • Year:
    2011
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Developing Microsoft SharePoint Applications Using Windows Azure: summary, description and annotation

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

Your expert guide to building Microsoft SharePoint applications in the cloudDeliver custom, cloud-based business solutions using SharePoint 2010 and Windows Azure together. By applying hands-on techniques from Microsoft cloud development expert Steve Fox, youll learn how to increase the reach, resource capability, and reusability of your apps. Get the practical code exercises and solid advice you needwhether youre planning to build complete data-driven applications or hybrid solutions with simple Web parts.Discover how to:Deliver data from Windows Azure Marketplace DataMarket into SharePoint and Microsoft Office applications Use Microsoft Business Connectivity Services to connect to SQL Azure data Create advanced web parts to surface SQL Azure data in Bing Maps, using the SharePoint client object model Manage files in Windows Azure using BLOB storage Deploy Windows Communication Foundation (WCF) services to Windows Azure Build business intelligence solutions, using SQL Azure, Microsoft SQL Server Reporting Services (SSRS) Get code samples on the web Ready to download at http://go.microsoft.com/FWLink/?Linkid=0?00000. For system requirements, see the Introduction.

Steve Fox: author's other books


Who wrote Developing Microsoft SharePoint Applications Using Windows Azure? Find out the surname, the name of the author of the book and a list of all author's works by series.

Developing Microsoft SharePoint Applications Using Windows Azure — 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 "Developing Microsoft SharePoint Applications Using Windows Azure" 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
Developing Microsoft SharePoint Applications Using Windows Azure
Steve Fox
Editor
Russell Jones

Copyright 2011 Steve Fox

Microsoft Press books are available through booksellers and distributors worldwide. If you need support related to this book, email Microsoft Press Book Support at .

Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners.

The example companies, organizations, products, domain names, email addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email 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 authors, OReilly Media, Inc., Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book.

Microsoft Press

Dedication

To my wife, who continually supports my extracurricular projects that always seem to involve code and writing .

Steve

SharePoint has taken business by storm and developers want to take their collaborative applications built on this platform to the cloud! This book arrives right on time to fill this demand, giving you the conceptual approach and hands-on guidance to extend SharePoint in the cloud and take advantage of this powerful, accessible, next-generation cloud collaboration platform.

Eric Microsoft SharePoint Group Swift
Introduction

Microsoft SharePoint and Windows Azure are two sizeable platforms unto themselves. SharePoint is one of Microsofts leading server productivity platformsa collaborative platform for the enterprise and the web. Windows Azure is Microsofts operating system in the cloud. Separately, they have their own strengths, market viability, and developer following. Together, they are very powerful. For example, together they expand how and where you can deploy your code and data; they offer more opportunities to take advantage of the Windows Azure metered usage model while at the same time reducing the storage and failover costs of on-premises applications; using Windows Azure, you can move code off of your SharePoint servers; and they provide new business models and offerings that you can take to your customers to increase your own solution offerings. In short, there are interesting and compelling reasons to bring these two platforms together.

In this book, youll get introductory, hands-on experience with integrating SharePoint and Windows Azure. These integrations range from the simple (such as data integration with Windows Azure Marketplace DataMarket and Excel Services) to the more complex (such as using the Windows Azure AppFabric service bus to connect remote Windows Phone 7 devices (as well as other devices and languages) to SharePoint on-premises data). The underlying goal of the book, though, is to provide a prescriptive and introductory guide through some fundamental methods of integration.

Who Should Read This Book

This book was primarily written for SharePoint developers who are looking to expand their knowledge into the terrain of the cloudspecifically that of Windows Azure. This book was secondarily written to help Microsoft .NET Framework and ASP.NET developers understand how they can take advantage of Windows Azure and SharePoint together. The book tries not to delve too deeply into explanation of specific concepts and APIs; rather, it provides you with step-by-step code-centric examples in Microsoft Visual C# that walk you through various ways to achieve integration between SharePoint and Windows Azure.

There are also some great resources that you can download as supplementary guidance and practical samples:

  • SharePoint 2010 Developer Training Kit: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=83A80A0F-0906-4D7D-98E1-3DD6F58FF059&displayLang=en

  • Windows Azure Platform Training Kit: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&displaylang=en

As you work through the book, you can also refer to the Additional References sections at the end of each chapter for other sources relevant to the chapters topics.

Assumptions

This book expects that you have at least a minimal understanding of .NET Framework development and object-oriented programming concepts. This book also assumes that you have a basic understanding of SharePoint 2010 and perhaps have even written some code for SharePoint. Also, this book includes examples in C# only. If you have not yet picked up C#, you might consider reading John Sharps Microsoft Visual C# 2010 Step by Step (Microsoft Press, 2010).

Given that the backdrop against which this book was written is cloud computing, it might also help if you have some understanding of what cloud computing is and how you go about building applications for the cloud.

Who Should Not Read This Book

Not every book is aimed at every possible audience. If you dont have a solid familiarity with .NET Framework development in C#, you should brush up on the .NET Framework, the C# language, and web development concepts before tackling this book.

Although this book is introductory in nature, it covers the integration of two hefty platforms with extensive capabilities and is more practical as opposed to theoretical. So if youre not comfortable just jumping in and trying things out, you might want to consult a beginning book on either topic. A good introduction to SharePoint is Beginning SharePoint 2010 Development by Steve Fox (Wrox, 2010); and for Windows Azure, Programming Windows Azure by Sriram Krishnan (OReilly, 2010).

Organization of This Book

This book is divided into 10 chapters.

Each chapter provides exercises that range from simple to complex, with the more complex topics towards the end of the book.

Within each chapter, you will find three or four examples; most have downloadable code that accompanies the example (see the section later in this Introduction).

Conventions and Features in This Book

This book presents information by using conventions designed to make the information readable and easy to follow.

  • Each exercise consists of a series of tasks, presented as numbered steps (1, 2, and so on) listing each action that you must take to complete the exercise.

  • Boxed elements with labels such as Note provide additional information or alternative methods for completing a step successfully.

  • Text that you type appears in bold.

  • A plus sign (+) between two key names means that you must press those keys at the same time. For example, Press Alt+Tab means that you hold down the Alt key while you press the Tab key.

  • A vertical bar between two or more menu items (such as File | Close), means that you should select the first menu or menu item, then the next, and so on.

System Requirements

You will need the following software to complete the practice exercises in this book:

  • A Windows 64-bitcompliant operating system (preferably Windows Server 2008 R2, but you could use Windows 7)

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Developing Microsoft SharePoint Applications Using Windows Azure»

Look at similar books to Developing Microsoft SharePoint Applications Using Windows Azure. 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 «Developing Microsoft SharePoint Applications Using Windows Azure»

Discussion, reviews of the book Developing Microsoft SharePoint Applications Using Windows Azure 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.