Programming Microsoft's Clouds

Size: px
Start display at page:

Download "Programming Microsoft's Clouds"

Transcription

1 Programming Microsoft's Clouds WINDOWS AZURE AND OFFICE 365 Thomas Rizzo Razi bin Rais Michiel van Otegem Darrin Bishop George Durzi Zoiner Tejada David Mann WILEY John Wiley & Sons, Inc.

2 INTRODUCTION xxv CHAPTER 1: WELCOME TO THE CLOUD 3 An Overview of the Cloud 3 Why Use the Cloud Now? 4 Understanding the Cloud Approach to Services 5 Deciding to Move into the Cloud 6 Windows Azure Platform 7 Web Role 9 Worker Role 9 VM Role 9 AppFabric 9 Access Control 10 Content Delivery Network (CDN) 10 Caching 10 Storage 10 SQL Azure 11 Windows Azure Appliance 11 Windows Azure Marketplace 11 Developer Story 13 Office SharePoint Online 15 Exchange Online 15 Lync Online 15 Office Professional Plus and Office Web Apps 16 Developer Story 16 Summary 17 CHAPTER 2: GETTING YOUR ENVIRONMENT READY FOR OFFICE Your Office 365 Cloud Environment Registering for Office 365 (Trial) Adding Users

3 Your Office 365 Development Environment 29 Using Virtualization for Your Development Environment 29 Using Microsoft Trial Virtual Machines 30 Using a Physical Machine for Your Development 32 Creating an Office 365 Development Environment 33 System Requirements 34 Step 1: Installing Mandatory Software 35 Step 2: Installing Service-Specific Software 39 Step 3: Finalizing Installation 42 Your First Office 365 Application 42 Your First SharePoint Online Solution 42 Your First Exchange Online Application 54 Your First Lync Online Application 60 Office 365 Development Challenges 64 Office 365 Developer Resources 65 Quick Start Office 365 Development 65 Office 365 Community 66 Office 365 Marketplace 67 Summary 67 CHAPTER 3: OFFICE 365 IDENTITY SERVICES 71 Understanding Identity 71 Understanding Identity in Office Establishing Identity Using Only Office 365 Identities 72 Using Office 365 with On-Premises Active Directory 73 Role-Based Administration 81 Summary 83 CHAPTER 4: INTRODUCING SHAREPOINT ONLINE 85 SharePoint Online SharePoint Online A Brief Technical Overview 86 Deployment Options 87 Programmable Scope 90 SharePoint Online Versus SharePoint On-Premises 90 Licensing 90 Features and Functionality 91 Cost 91 Availability 91 xvi

4 IT Professional Requirements 92 Administrative Requirements 92 Developer Requirements 92 Developing for SharePoint Online 94 Capabilities 94 Tooling 94 Summary 97 CHAPTER 5: SHAREPOINT ONLINE DEVELOPMENT 101 SharePoint Online Overview 102 Developing in the Cloud 102 Deploying and Debugging Your Solutions 102 Example Cloud Scenarios 106 Office 365 Overview 106 Differences Between SharePoint On-Premises and Online 106 What's in SharePoint Online in Office 365? 107 What About Hybrid Solutions? 108 Writing SharePoint Online Applications 109 Identity and Authentication in Office Developing for SharePoint Online 110 Calling the Client Object Model 110 List, View, and Event Enhancements 112 List Enhancements 113 View Enhancements 120 Events Enhancements 121 The Ribbon 125 Status Bar and Notification Area 146 Working with Dialogs 150 Calling SharePoint Web Services 153 Overview of Data Technologies 154 SharePoint LINQ Support 155 Managed Client OM 165 jquery and SharePoint 187 Sandboxed Solutions 191 Types of Solutions You Can Build 192 Executing Code in the Sandbox 192 Building Declarative Workflows 195 SharePoint Designer Workflow Designer 197 Building Workflow Actions in the Sandbox 197 xvii

5 Building InfoPath Forms 198 Using Access Services 200 Connecting BCS to Windows Azure 200 Creating the WCF Service 200 Summary 207 CHAPTER 6: EXCHANGE ONLINE DEVELOPMENT 209 Introducing Exchange Online in Office Exchange On-Premises Versus Exchange Online 209 Introducing the Exchange Web Services Managed API 210 Administering Exchange Online Using PowerShell 211 Building Applications for Exchange Online 212 The ExchangeService Object 212 Working with the Autodiscover Service 213 Working with Mailbox Items 220 Working with Calendar Items 222 Impersonating Other Users 226 Working with Conversations 229 Working with Streaming Notifications 232 Summary 237 CHAPTER 7: LYNC ONLINE DEVELOPMENT 239 Introducing Lync Online in Office Lync On-Premises Versus Lync Online 240 Introducing the Lync 2010 SDK 240 Developing Applications for Lync Online 242 Working with the Lync Controls 242 Working with Conversations 250 Starting Conversations Using Automation 253 Working with Extensibility Applications 255 Summary 259 CHAPTER 8: SETTING UP AZURE 263 Getting Windows Azure 263 Registering for a Windows Azure Account 264 A Tour of the Azure Portal 264 Managing the Windows Azure Environment 266 Hosted Services 268 Storage Accounts 269 xviii

6 Content Delivery Network 269 A Tour of the Customer Portal 270 Understanding Azure Roles 271 Web Role 273 Worker Role 274 VM Role 274 Getting Your Development Environment Ready 275 System Requirements 276 What Language Should You Choose? 276 Getting the Developer Tools 276 Windows Azure SDK 281 Windows Azure SDK Tools 281 Windows Azure Tools for Visual Studio 282 Developing a Windows Azure Application 283 Starting with Hello World 283 Using Azure Table Storage 285 Configuring Your Application 292 Service Definition 292 Service Configuration 293 Using the Configuration Dialogs 294 Deploying Your Applications 296 Packaging and Uploading 296 Deploying from Visual Studio 297 Deploying from Staging to Production 298 Handling Changes 298 Programmatically Controlling Your Service 299 Using the Services Runtime 299 Understanding the Service Management API 300 Summary 300 CHAPTER 9: IDENTITY IN AZURE 301 Identity in the Cloud 301 Understanding Federated Identity 302 Understanding Claims 306 Windows Identity Foundation Overview 307 Working with Windows Identity Foundation 314 Creating a Claims-Aware Website 314 Creating a Claims-Aware Web Service 323 Deploying and Troubleshooting 336 Getting WIF to Work on Windows Azure 337 Diagnosing Issues 344 Summary 346 xix

7 CHAPTER 10: LEVERAGING BLOB STORAGE 347 Understanding Blobs and Blob Storage 347 What Is Azure Storage? 348 Understanding the Blob Hierarchy 348 Programming Blob Storage 353 Creating a Storage Account 353 Overview of the Rest APIs 356 Creating the Authorization Header 358 Working with Containers 360 Creating a Container 361 Listing Containers 363 Deleting a Container 364 Working with Blobs 366 Creating Blobs 366 Retrieving Blobs 371 Copying Blobs 374 Deleting Blobs 376 Managing Permissions 377 Summary 380 CHAPTER 11: SQL AZURE 383 SQL Azure Overview 383 The Difference Between SQL Server and SQL Azure 383 Getting Programming Databases 396 Started with Your First SQL Azure Database 393 Using SQL Server Management Studio 396 Working with Logins and Users 400 Creating Tables 403 Creating Indexes 404 Accessing SQL Azure from Applications 405 Supported Client Libraries 405 Accessing SQL Azure from Azure-Hosted Applications 406 Accessing SQL Azure from On-Premises Applications 413 Working with Transactions 416 Troubleshooting 417 Working with Firewalls 418 Troubleshooting Connection Loss 419 Calculating Usage 421 XX

8 Summary 423 Additional Resources 424 CHAPTER 12: AN AZURE DATAMARKET OVERVIEW 425 What Is Windows Azure Datamarket? 425 Working with Datamarket 426 Working with the Service Explorer 432 Managing Your Account 435 Programming Datamarket 437 Datamarket Concepts 437 Building a Fixed Query Datamarket Application 439 Building a Flexible Query Datamarket Application 443 Summary 448 CHAPTER 13: SERVICE BUS 449 What Is Service Bus? 449 Understanding Service Bus Brokered Messaging 449 Understanding Service Bus Relayed Messaging 452 Other Features 452 Programming Service Bus Brokered Messaging 453 Understanding Prerequisites 453 Building a Managed Queue Client 455 Programming Topics and Subscriptions 459 Building a REST Client 464 Advanced Features 473 Choosing Between Managed and REST Service Bus Clients 475 Best Practices 475 Comparing Service Bus Brokered Messaging to Azure Queues 477 Service Bus Billing and Quotas 478 Summary 479 Other Resources 479 CHAPTER 14: APPFABRIC: ACCESS CONTROL SERVICE 481 What Is the Access Control Service? 481 Access Control Service Architecture 482 Access Control Service Fundamentals 483 Getting Started with the Access Control Service 485 Creating a Service Namespace 485 Securing a Web Application 486 Configuring Additional Identity Providers 489 xxi

9 Customizing the Access Control Service 491 Enhancing the Login Experience 491 Working with Service Identities 495 Federating from a Local Network with ADFS Modifying the Token with Rule Groups 506 Summary 508 CHAPTER 15: AZURE CONNECT 509 What Is Azure Connect? 509 Windows Azure Connect Versus Service Bus 510 How the Azure Service Bus Works 510 How Azure Connect Works 511 Which Technology Should You Choose? 511 Windows Azure Connect Fundamentals 512 Network Policy Model 512 The Azure Role Architecture 513 Azure Connect Client Agent 514 Setting Up Windows Azure Connect 514 System Requirements 515 Requesting Access to the Azure Connect CTP 515 Enabling and Configuring Azure Connect for Azure Roles 515 Enabling and Configuring Azure Connect for a VM Role 518 Enabling and Configuring Your Local Machines 518 Configure Your Network Connectivity Policy 520 Testing Connectivity to SQL Server 521 Troubleshooting Tips 528 Building a Domain-Joined Configuration 529 Troubleshooting Windows Azure Connect 530 Summary 530 CHAPTER 16: AZURE DIAGNOSTICS AND DEBUGGING 531 What Is Windows Azure Diagnostics? 531 Local Versus Cloud Debugging 532 Using Intellitrace 532 Using Profiling 534 Using Windows Azure Diagnostics 536 Configuring Azure Diagnostics 536 Adding Tracing 539 Using Performance Monitors 539 Viewing Your Logs 540 Windows Azure MMC 541 Summary 542

10 CHAPTER 17: WHEN TO USE AZURE VERSUS OFFICE Which Service is More Flexible? 544 How Does Each Service Handle Identity Federation? 544 What Productivity Tools Does Each Offer? 545 How Does Each Handle Cross-Platform Support? 545 How Do Service-Level Agreements Work? 545 What Development Tools Do Azure and Office 365 Support? 546 Comparison of Azure and Office Summary 547 INDEX 549

MS-20487: Developing Windows Azure and Web Services

MS-20487: Developing Windows Azure and Web Services MS-20487: Developing Windows Azure and Web Services Description In this course, students will learn how to design and develop services that access local and remote data from various data sources. Students

More information

Programming Microsoft s Clouds

Programming Microsoft s Clouds Programming Microsoft s Clouds Introduction.... xxv Part I An Introduction to Microsoft s Cloud Chapter 1 Welcome to the Cloud....3 Chapter 2 Getting Your Environment Ready for Office 365.... 19 Part II

More information

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES ABOUT THIS COURSE In this course, students will learn how to design and develop services that access local and remote data from various data sources. Students will also learn how to develop and deploy

More information

Professional SharePoint 2010 Development

Professional SharePoint 2010 Development Professional SharePoint 2010 Development Rizzo, T ISBN-13: 9781118131688 Table of Contents INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services Developing Windows Azure and Web Services Course 20487B; 5 days, Instructor-led Course Description In this course, students will learn how to design and develop services that access local and remote data

More information

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led Developing Microsoft Azure and Web Services Course Code: 20487C; Duration: 5 days; Instructor-led WHAT YOU WILL LEARN In this course, students will learn how to design and develop services that access

More information

Deccansoft Software Services

Deccansoft Software Services Azure Syllabus Cloud Computing What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages and Disadvantages of Cloud Computing Getting

More information

[MS20487]: Developing Windows Azure and Web Services

[MS20487]: Developing Windows Azure and Web Services [MS20487]: Developing Windows Azure and Web Services Length : 5 Days Audience(s) : Developers Level : 300 Technology : Cross-Platform Development Delivery Method : Instructor-led (Classroom) Course Overview

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led Introduction to Azure for Developers Course 10978A: 5 days Instructor Led About this course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions)

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions) Workshop Name Windows Azure Platform as a Service (PaaS) Duration 6 Days Objective Build development skills on the cloud platform from Microsoft Windows Azure Platform Participants Entry Profile Participants

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532C: Developing Microsoft Azure Solutions Course details Course Outline Module 1: OVERVIEW OF THE MICROSOFT AZURE PLATFORM This module reviews the services available in the Azure platform and

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Course Code: 20488B About this course In this course, students learn core skills that are common to almost all SharePoint development

More information

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS MODULE 1: SHAREPOINT AS A DEVELOPER PLATFORM This module examines different approaches that can be used to develop applications

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 1 Developing Microsoft Azure Solutions Course Prerequisites A general understanding of ASP.NET and C# concepts Upon Completion of this Course, you will accomplish following: Compare the services available

More information

Microsoft. Inside Microsoft. SharePoint Ted Pattison. Andrew Connell. Scot Hillier. David Mann

Microsoft. Inside Microsoft. SharePoint Ted Pattison. Andrew Connell. Scot Hillier. David Mann Microsoft Inside Microsoft SharePoint 2010 Ted Pattison Andrew Connell Scot Hillier David Mann ble of Contents Foreword Acknowledgments Introduction xv xvii xix 1 SharePoint 2010 Developer Roadmap 1 SharePoint

More information

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488A: Developing SharePoint Server 2013 Core Solutions Delivery Method: Instructor-led (classroom) Duration: 5 Days Level: 300 COURSE OVERVIEW About this Course In this course, students learn

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions 20488B; 5 days, Instructor-led Course Description In this course, students learn core skills that are common to almost all SharePoint development

More information

Exam : Implementing Microsoft Azure Infrastructure Solutions

Exam : Implementing Microsoft Azure Infrastructure Solutions Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Design and Implement Azure App Service

More information

Microsoft Dynamics CRM Online Deployment (MB2-706)

Microsoft Dynamics CRM Online Deployment (MB2-706) Microsoft Dynamics CRM Online Deployment (MB2-706) Administer Microsoft Dynamics CRM Identify deployment considerations Describe the hardware and software requirements for Microsoft Dynamics CRM; explain

More information

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Page 1 of 10 ABOUT THIS COURSE In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488 36 Contact Hours Course Overview In this course, students learn core skills that are common to almost all SharePoint development

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Page 1 of 8 Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: 4 days; Instructor-Led Introduction In this

More information

Microsoft SharePoint Server

Microsoft SharePoint Server Developing Microsoft SharePoint Server 2013 Core Solutions Course: 20488 Course Details Audience(s): Developers Technology: Duration: Microsoft SharePoint Server 40 Hours ABOUT THIS COURSE In this course,

More information

Microsoft Developing Windows Azure and Web Services

Microsoft Developing Windows Azure and Web Services 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20487 - Developing Windows Azure and Web Services Length 5 days Price $4510.00 (inc GST) Version B Overview In this course, students will learn how to design

More information

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led Certification: Microsoft Certified Solutions Developer [MCSD]: Exam 70-488 Course Description

More information

Chapter 1: Introducing SQL Server

Chapter 1: Introducing SQL Server Leiter ftoc.tex V3-03/25/2009 1:31pm Page xv Introduction xxvii Chapter 1: Introducing SQL Server 2008 1 A Condensed History of SQL Server 1 In the Beginning 1 The Evolution of a Database 1 Microsoft Goes

More information

Introduction to Windows Azure. Managing Windows Azure. Module Manual. Authors: Joey Snow

Introduction to Windows Azure. Managing Windows Azure. Module Manual. Authors: Joey Snow Introduction to Windows Azure Managing Windows Azure Module Manual Authors: Joey Snow Date Published. 15 th March 2011 Abstract This whitepaper will provide the IT Professional with an overview of the

More information

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Type:Course Audience(s):Developers Technology:Microsoft SharePoint Server Level:300 This Revision:B Delivery method: Instructor-led

More information

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Get the skills to design, manage and deploy SharePoint Development platform features in this 5-day instructor lead course. This

More information

Course Outline: MS20488 Developing Microsoft SharePoint Server 2013 Core Solutions

Course Outline: MS20488 Developing Microsoft SharePoint Server 2013 Core Solutions Course Outline: MS20488 Developing Microsoft SharePoint Server 2013 Core Solutions Duration :(5days) About this Course In this course, students learn core skills that are common to almost all SharePoint

More information

Windows Azure Platform Second Edition

Windows Azure Platform Second Edition Windows Azure Platform Second Edition Tejaswi Redkar Tony Guidici Windows Azure Platform orders-ny@springersbm.com www.springeronline.com rights@apress.com www.apress.com www.apress.com/bulk-sales www.apress.com

More information

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack.

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack. [MS20537]: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom)

More information

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Code: Duration: Notes: 20488B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

DEVELOING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

DEVELOING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com MOC On- Demand DEVELOING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Duration: 2 days About this course In this

More information

Azure Development Course

Azure Development Course Azure Development Course About This Course This section provides a brief description of the course, audience, suggested prerequisites, and course objectives. COURSE DESCRIPTION This course is intended

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions OD20533C; On-Demand, Video-based Course Description This course is intended for IT professionals who are familiar with managing on-premises IT deployments

More information

Developing Microsoft Azure Solutions: Course Agenda

Developing Microsoft Azure Solutions: Course Agenda Developing Microsoft Azure Solutions: 70-532 Course Agenda Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services Enter to Learn, Exit to Earn 2 DAY ESSENTIALS OF MICROSOFT AZURE WORKSHOP BY MR. SANDEEP SONI, (MCT) Deccansoft Software Services 402, Saptagiri towers, Above Pantaloons, Begumpet

More information

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services. Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your cloud applications. Lesson 1, Azure Services,

More information

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Course 10995: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Page 1 of 1 Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Course 10995: 4 days; Instructor-Led Introduction

More information

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

20488: Developing Microsoft SharePoint Server 2013 Core Solutions Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Content Pack. Content Pack objectives

Content Pack. Content Pack objectives Content Pack data sheet HPE Digital Learner MSFT Web Applications (Introduction) Content Pack HPE Content Pack number Content Pack length Content Pack category Learn more CP013 23 Hours Category 2 View

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

More information

20533B: Implementing Microsoft Azure Infrastructure Solutions

20533B: Implementing Microsoft Azure Infrastructure Solutions 20533B: Implementing Microsoft Azure Infrastructure Solutions Course Details Course Code: Duration: Notes: 20533B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

CHAPTER 1: WHAT S NEW IN SHAREPOINT

CHAPTER 1: WHAT S NEW IN SHAREPOINT INTRODUCTION xxix CHAPTER 1: WHAT S NEW IN SHAREPOINT 2013 1 Installation Changes 2 System Requirements 2 The Installation Process 2 Upgrading from SharePoint 2010 3 Patching 3 Central Administration 4

More information

Azure Application Building Blocks

Azure Application Building Blocks Azure Application Building Blocks database storage cloud services identity media CDN caching messaging Commonly used components inside the building blocks 1. Cloud Services Azure WebAPI, Azure WebJob 2.

More information

: 20488B: Customized Developing Microsoft SharePoint Server

: 20488B: Customized Developing Microsoft SharePoint Server Module Title Duration : 20488B: Customized Developing Microsoft SharePoint Server : 2 days Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Days/Duration 5 Code M20488 Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

Vlad Vinogradsky

Vlad Vinogradsky Vlad Vinogradsky vladvino@microsoft.com http://twitter.com/vladvino Commercially available cloud platform offering Billing starts on 02/01/2010 A set of cloud computing services Services can be used together

More information

Microsoft Architecting Microsoft Azure Solutions.

Microsoft Architecting Microsoft Azure Solutions. Microsoft 70-535 Architecting Microsoft Azure Solutions https://killexams.com/pass4sure/exam-detail/70-535 QUESTION: 106 Your organization has developed and deployed several Azure App Service Web and API

More information

Techno Expert Solutions

Techno Expert Solutions Course Content of Microsoft Windows Azzure Developer: Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions Duration: 5 Days Course Code: M20532 Overview: This course is intended for students who have experience building web applications. Students should also have experience

More information

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led About this course This course is intended for students who have experience building ASP.NET and C# applications. Students will

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Exam Design Target Audience Candidates of this exam are experienced in designing, programming, implementing, automating, and monitoring Microsoft Azure solutions.

More information

"Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary

Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary Description Course Summary In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes.

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes. Content Features SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes Asset Library Enhancements/Video Support Yes Yes Auditing Yes Yes Auditing & Reporting (e.g. doc edits,

More information

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duración del curso: 5 Días Acerca de este curso In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and

More information

20532D: Developing Microsoft Azure Solutions

20532D: Developing Microsoft Azure Solutions 20532D: Developing Microsoft Azure Solutions Course Details Course Code: Duration: Notes: 20532D 5 days Elements of this syllabus are subject to change. About this course This course is intended for students

More information

Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions

Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20488 - Developing Microsoft SharePoint Server 2013 Core Solutions Length 5 days Price $4290.00 (inc GST) Version B Overview In this course, students learn

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Create and Manage Azure Resource Manager Virtual Machines

More information

SharePoint 2010 Developer Core Skills Course Length: 5 days Price: $3,000

SharePoint 2010 Developer Core Skills Course Length: 5 days Price: $3,000 SharePoint 2010 Developer Core Skills Course Length: 5 days Price: $3,000 Summary Microsoft SharePoint 2010 has reached a new level of features for.net and web development that far exceeds previous versions.

More information

70-487: Developing Windows Azure and Web Services

70-487: Developing Windows Azure and Web Services 70-487: Developing Windows Azure and Web Services Candidates for this certification are professional developers that use Visual Studio 2015112017 11 and the Microsoft.NET Core Framework 4.5 to design and

More information

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS WHY TAKE 10 DAYS AWAY FROM THE OFFICE WHEN YOU ONLY NEED 5? Need to gain knowledge for both the 203391 Planning and Administering Microsoft SharePoint 2016

More information

Microsoft SharePoint Online for Administrators

Microsoft SharePoint Online for Administrators 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55238 - SharePoint Online for Administrators Length 3 days Price $2750.00 (inc GST) Version A Overview This course will introduce the audience to SharePoint

More information

MS_ Developing Microsoft SharePoint Server 2013 Core Solutions.

MS_ Developing Microsoft SharePoint Server 2013 Core Solutions. Developing Microsoft SharePoint Server 2013 Core Solutions www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos, C.P. 03800, México, CDMX. Tel/Fax: 52785560 Por favor no imprimas este documento

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions Varighed: 5 Days Kursus Kode: M20532 Beskrivelse: This course is intended for students who have experience building vertically scaled applications. Students will also

More information

MCSD: Azure Solutions Architect Certification Guide

MCSD: Azure Solutions Architect Certification Guide MCSD: Azure Solutions Architect Certification Guide MCSD: Azure Solutions Architect Solutions Developer The globally recognized standard for developer excellence Microsoft Azure is the cloud for modern

More information

20532D - Version: 1. Developing Microsoft Azure Solutions

20532D - Version: 1. Developing Microsoft Azure Solutions 20532D - Version: 1 Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions 20532D - Version: 1 5 days Course Description: This course offers students the opportunity to take an existing

More information

GLOBAL INFOSKILLS SDN BHD

GLOBAL INFOSKILLS SDN BHD 1 COMPUTER TECHNICAL COURSES SCHEDULE 2019( LOCATION:GISB ) JAN FEB MAC APR MAY JUNE MICROSOFT AZURE MS10978 Introduction to Azure for Developers 1 5 3500 7-11 11-15 4-8 1-5 6-10 10-14 MS20487 Developing

More information

GLOBAL INFOSKILLS SDN BHD

GLOBAL INFOSKILLS SDN BHD 1 JAN FEB MAC APR MAY JUNE MICROSOFT AZURE MS10978 Introduction to Azure for Developers 1 5 3500 8-12 5-9 26-30 16-20 21-25 4-8 MS20487 Developing Microsoft Azure and Web Services 1 5 3500 15-19 19-23

More information

TSInfo Technologies (OPC) Pvt Ltd

TSInfo Technologies (OPC) Pvt Ltd ABSTRACT Courses for SharePoint online Office 365 and SharePoint 2016 training SharePoint Training Courses Prepared By Bijay Kumar Sahoo (Microsoft MVP) SharePoint Online Office 365 SharePoint 2016 SharePoint

More information

SharePoint Online for Administrators

SharePoint Online for Administrators Course 55238: SharePoint Online for Administrators Page 1 of 6 SharePoint Online for Administrators Course 55238: 2 days; Instructor-Led Introduction This course will introduce the audience to SharePoint

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Configuring and Administering Microsoft SharePoint 2010 10174B; 5 Days, Instructor-led Course Description This five-day instructor-led course teaches students how to install, configure, and administer

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 MS 10174 Configuring and Administering Microsoft SharePoint 2010 Course Length: 5 days Overview The course teaches students how to install, configure and administer SharePoint, and also man-age and monitor

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

Pro SharePoint 2010 Administration

Pro SharePoint 2010 Administration Pro SharePoint 2010 Administration Robert Garrett Pro SharePoint 2010 Administration ordersny@springer-sbm.com www.springeronline.com www.apress.com/bulk-sales Contents at a Glance Foreword... xiv About

More information

Developing Microsoft Azure Solutions (MS 20532)

Developing Microsoft Azure Solutions (MS 20532) Developing Microsoft Azure Solutions (MS 20532) COURSE OVERVIEW: This course is intended for students who have experience building ASP.NET and C# applications. Students will also have experience with the

More information

20537A: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack

20537A: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack 20537A: Configuring and Operating a Hybrid Cloud with Course Details Course Code: Duration: Notes: 20537A 5 days Elements of this syllabus are subject to change. About this course This five-day course

More information

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions [MS20533]: Implementing Microsoft Azure Infrastructure Solutions Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft Products Delivery Method : Instructor-led (Classroom)

More information

Integrating On-Premises Identity Infrastructure with Microsoft Azure

Integrating On-Premises Identity Infrastructure with Microsoft Azure Integrating On-Premises Identity Infrastructure with Microsoft Azure OD10993; On-Demand, Video-based Course Description This course teaches IT professionals how to integrate their on-premises AD DS environment

More information

Sentinet for Microsoft Azure SENTINET

Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure 1 Contents Introduction... 2 Customer Benefits... 2 Deployment Topologies... 3 Cloud Deployment Model... 3 Hybrid Deployment Model...

More information

Course 10174B: OVERVIEW COURSE DETAILS. Configuring and Administering Microsoft SharePoint 2010

Course 10174B: OVERVIEW COURSE DETAILS. Configuring and Administering Microsoft SharePoint 2010 Course 10174B: Configuring and Administering Microsoft SharePoint 2010 OVERVIEW About this Course This five-day instructor-led course teaches students how to install, configure, and administer Microsoft

More information

Users Application Virtual Machine Users Application Virtual Machine Users Application Virtual Machine Private Cloud Users Application Virtual Machine On-Premise Service Providers Private Cloud Users Application

More information

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010 Course 10263A: Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010 Course Details Course Outline Module 1: Service-Oriented Architecture This module explains how to

More information

CHAPTER2 UNDERSTANDING WINDOWSAZURE PLATFORMARCHITECTURE

CHAPTER2 UNDERSTANDING WINDOWSAZURE PLATFORMARCHITECTURE CHAPTER2 UNDERSTANDING WINDOWSAZURE PLATFORMARCHITECTURE CONTENTS The Windows Azure Developer Portal Creating and running Projects in the Azure Development Platform Using Azure Application Templates for

More information

Developing with the Cloud

Developing with the Cloud Developing with the Cloud Aben Kovoor Developer & Platform Group Microsoft Corporation Middle East & Africa Developer & Platform Group SESSION GOALS A brief overview of the history and our customer challenges

More information

SharePoint 2010 Central Administration/Configuration Training

SharePoint 2010 Central Administration/Configuration Training SharePoint 2010 Central Administration/Configuration Training Overview: - This course is designed for the IT professional who has been tasked with setting up, managing and maintaining Microsoft's SharePoint

More information

SharePoint 2013 Developer

SharePoint 2013 Developer SharePoint 2013 Developer Duration: 5 Days Overview Thorough education is key to working with SharePoint 2013 productively. This course guides you through essential 2013 elements, from pre-requisites to

More information

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010 Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Duration: 3.00 Day(s)/ 24 hrs Overview: This class is an introduction

More information

Mastering Microsoft SharePoint

Mastering Microsoft SharePoint Mastering Microsoft SharePoint Foundation 2010 Callahan WILEY Wiley Publishing, Inc. Contents Introduction xxi Part l Preparing for Microsoft SharePoint Foundation 2010 1 Chapter 1 SharePoint Foundation

More information

Implementing Microsoft Azure Infrastructure Solutions (20533)

Implementing Microsoft Azure Infrastructure Solutions (20533) Implementing Microsoft Azure Infrastructure Solutions (20533) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Describing Azure architecture components, including

More information

COPYRIGHTED MATERIAL. Contents

COPYRIGHTED MATERIAL. Contents Contents Introduction... xxi Chapter 1 Installing Windows Small Business Server 2008...1 Windows Small Business Server 2008 Overview...1 What s Included in SBS 2008?...2 Limitations of Small Business Server

More information

SharePoint Online and Azure Integration

SharePoint Online and Azure Integration SharePoint Online and Azure Integration Justin Jackson Managing Partner Valorem Consulting Group You manage You manage You manage Types of Cloud Services (On- Premises) Infrastructure (as a Service) Platform

More information

MB Microsoft Dynamics CRM 2016 Online Deployment.

MB Microsoft Dynamics CRM 2016 Online Deployment. MB2-710 Microsoft Dynamics CRM 2016 Online Deployment Getting Started Overview CRM Online is a cloud-based offering of Microsoft Dynamics CRM The licensing is a subscription-based model with a monthly

More information