Trending

Thursday, August 21, 2014

SharePoint 2010 Developer Ramp-Up – Part 1-6

Pluralsight – SharePoint 2010 Developer Ramp-Up – Part 1-6
Part 1 Getting into SharePoint 2010 development? This course is for you! You’ll learn the basics of SharePoint 2010 architecture and the products involved. Students will also get a crash course in working with PowerShell for SharePoint as Microsoft now recommends all command line management of SharePoint 2010 be done with PowerShell. Students will also get an introduction to the new developer tools included in Visual Studio 2010 as well as how to develop in terms of Features and Solutions.

Part 2 This course is the SharePoint 2010 user experience course for developers. In this course you’ll learn how to create different types of custom pages and extend the SharePoint ribbon. In addition students will also learn all about the different types of development of pages, both customized and uncustomized pages. In addition, students will learn how to create custom Web Parts complete with persistent properties and customize the verbs menu.
Part 3 In this course you will learn everything there is to know about how SharePoint structures and stores data. This includes an in-depth discussion on site columns, content types, list definitions and lists. In addition you will also learn how to create event receivers which are bits of code that run in response to certain events on SharePoint lists. Next you will learn how to access data from server-side code including using the new support for LINQ. Finally you will also learn how to read and write to SharePoint from off the server using the new Client Side Object Model (CSOM).
Part 4 This course covers automating business process with workflow in SharePoint 2010 as well as the improved support for working with data that does not live in SharePoint using Business Connectivity Services. This includes creating new custom .NET Assembly Connectors to have full control over accessing the external data. Students will also learn how search works in SharePoint, the differences between SharePoint search and FAST Search for SharePoint as well as how to extend SharePoint Results
Part 5 SharePoint 2010 includes Enterprise Content Management features that pushed it into one of the market leaders in the space. In this course you will learn how to use the document ID service, document sets, content organizer and taxonomies provided by the new Managed Metadata Service both in the browser as well as with custom code. In addition you’ll also learn how to create custom content centric sites using the Publishing features in Web Content Management.
Part 6 This course covers all the security aspects in SharePoint 2010. New to SharePoint 2010 is the support for claims based authentication. Students will learn how to configure a site for claims based authentication and how to do various security programming tasks. In addition the business intelligence (BI) capabilities of SharePoint 2010 are covered. You will see how to create custom dashboards using KPIs and filters along with SQL Server Reporting Services and SQL Server Analysis Services. By the end of this course you should be able to create dashboards using provided Dashboard Designer included with Performance Point Services.

Table of content

Part 1:
  • SharePoint 2010 Developer Roadmap
    • Introduction
    • Overview
    • SharePoint 2010 Architecture
    • Creating and Customizing a new SharePoint 2010 Team Site
    • SharePoint Developer’s Windows PowerShell Primer
    • Writing PowerShell Scripts for SharePoint
    • SharePoint Designer 2010
    • Making Site Customizations with SharePoint Designer 2010
  • SharePoint Foundation Development
    • Introduction
    • Server-Side Object Model
    • Programming Against the SharePoint Object Model
    • Developer Dashboard
    • Using the Developer Dashboard
    • Developing in Terms of Features & Solutions
    • Feature Upgrade Enhancements
  • Visual Studio 2010 SharePoint Tools
    • Introduction
    • Introduction to SharePoint Tools
    • Examining a site from Visual Studio 2010 using the SharePoint Explorer
    • Creating a SharePoint Project
    • Creating, Deploying and Debugging a SharePoint Project
    • Adding SPIs to a SharePoint Project
    • Demo: Adding SPIs to a SharePoint Project
    • SharePoint Tools Extensibility
Part 2:
  • Creating Sandboxed Solutions
    • Introduction
    • Understanding Sandboxed Solutions
    • Uploading & Activating a Sandboxed Solution
    • The Sandbox Execution Environment
    • Writing Code for a Sandboxed Solution
    • Sandbox Resource Monitoring
    • Walkthrough of a SharePoint Project for a Solution Validator
    • Breaking Out of the Sandbox
  • Pages and Navigation
    • Introduction
    • Master Pages
    • Working with Master Pages in the WingtipUP Solution
    • Application Pages
    • Inspecting Custom Application Pages in the WingtipUP Solution
    • Site Pages
    • Provisioning Site Pages using Page Templates in the WingtipUI Solution
    • Extending the Ribbon
    • Inspecting Custom Ribbon Extensions in the WingtipUP Solution
  • Developing Web Parts
    • Introduction
    • Overview of Web Parts
    • Inspecting the Web Part Gallery
    • Creating Custom Web Parts
    • Demo: Creating Custom Web Parts
    • Custom Editor Parts
    • Creating Custom Editor Parts
    • Advanced Web Part Development
    • Demo: Advanced Web Part Development
Part 3:
  • Creating Fields, Site Columns and Content Types
    • Introduction
    • Site Columns
    • Creating Site Columns
    • Content Types
    • Creating Content Types
    • Custom Field Types
    • Creating Custom Field Types
    • Custom Field Controls
    • Creating Custom Field Types with Field Controls
  • Creating Lists and Event Handlers
    • Introduction
    • Relational Lists and Large List Support
    • Creating List Instances and List Definitions
    • Creating Custom List Definitions and List Instances
    • Creating and Debugging Event Receivers
    • Creating Custom Event Receivers
    • Document Libraries
    • Site Definitions
  • SharePoint Data Access – Server Side
    • Introduction
    • CAML
    • SPQuery and SPSiteDataQuery
    • LINQ Primer
    • Query Expressions for .NET Objects
    • LINQ for SharePoint
    • Query Expressions for SharePoint Lists
  • SharePoint Data Access – Client Side
    • Introduction
    • Intro to CSOM
    • .NET CSOM
    • .NET CSOM Demo
    • Silverlight CSOM
    • Silverlight CSOM Demo
    • JavaScript CSOM
    • JavaScript CSOM Demo
    • WCF Data Services
    • WCF Data Services Demo
Part 4:
  • Developing Workflows
    • Introduction
    • Why do we Need Workflow?
    • Creating Workflow Assoications
    • Comparing Custom Workflow Creation Tools
    • Visio 2010 + SharePoint Designer 2010 Workflow
    • Visio & SharePoint Designer Workflow
    • Visual Studio 2010 Workflow
    • Developing Workflow Templates with the Visual Studio 2010 SharePoint Tools
    • Augmenting SPD2010 Workflows with Actions
    • Developig Creating Actions for SharePoint Designer 2010 Workflows
  • Business Connectivity Services
    • Introduction
    • Overview & Architecture of BCS
    • External Content Types
    • Using External Content Types
    • Modeling External Content Types
    • Performance & Security
    • Configuring ECT Authorization & Implementing External Lists
    • BCS Tooling
    • Creating .NET Assembly Connectors
  • Extending Search
    • Introduction
    • SharePoint Search Landscape
    • Search Terminology
    • Search Architecture
    • SharePoint 2010 Search & FAST Compared
    • .NET Assembly Connectors
    • Creating a Search Center Site
    • Enhancing the Search User Interface
    • Customizing the Search Code Results Web Part
    • Creating Custom Ranking Models
    • Custom Search Development Solutions
Part 5:
  • Web Content Management
    • Introduction
    • Overview of Web Content Management in SharePoint
    • Web Content Management Overview
    • Components of a Publishing Page
    • Pieces of a Publishing Page
    • Authoring and Publishing Process
    • Author and Publish Pages
    • Roll Up Content with Content Query Web Part
    • Content Query Web Part
    • Content Development & Multilingual Solutions (Variations)
  • Enterprise Content Management
    • Introduction
    • Enterprise Content Management
    • Managed Metadata & Taxonomies
    • Working with Managed Metadata
    • Programming with Managed Metadata
    • Demo: Programming with Managed Metadata
    • Document Sets
    • Demo: Document Sets
    • In-Place Records Management & Unique Document IDs
    • Demo: In-Place Records Management
    • Demo: Unique Document IDs
Part 6:
  • Business Intelligence
    • Introduction
    • Business Intelligence Primer
    • BI Tools in SharePoint 2010
    • Working with the Chart Parts
    • Excel Services
    • Publishing Workbooks with Excel Services
    • Performance Point Services
    • Creating a Dashboard with Performance Point Services
  • SharePoint Security
    • Introduction
    • SharePoint Security Overview
    • Examining the User Information List
    • Security Programming Fundamentals
    • Configuring Permissions with Code
    • Claims-Based Security
    • Developing a Custom Claim Provider
Rapidgator.net    
  1. bit.ly/1tvYra8  
  2. bit.ly/1vo91Bf  
  3. bit.ly/1s6NeMn  
  4. bit.ly/1z8KVem  
  5. bit.ly/1pOVz8X  

No comments:

Post a Comment

About

Contact Form

Name

Email *

Message *

Copyright © 2013 TOTdownload.com
Designed By Blogger Templates