0
Item added to cart

Search For Courses

Shopping Cart

Your cart is empty.

Your Account

Login

Contact By Phone

877-442-3915



Contact By Email

Your Account

Login

Contact By Phone

877-442-3915



Contact By Email

MOC On-Demand: 20488-Developing Microsoft SharePoint Server 2013 Core Solutions

$995 | 90-month Training License

Course Overview

Sharepoint Training

TARGETED FOR: SharePoint Site Owner | SharePoint Administrator | SharePoint Power User

Learn from Professional Instructors and move forward in your field with industry-aligned Sharepoint training.

+ Course Delivery Format
On-Demand

All of our On-Demand Classes were developed by professional instructors to provide you with a comprehensive learning experience.

How it works is once you register for an On-Demand course we will activate your course and send you instructions on how to access your training. You will have full access to your course during your license period and be able to review the material as much as you want during that time.

We offer On-Demand topics from different vendors in addition to our own courses, so the activation process is slightly different based on who offers the course. All instructions will be emailed upon class activation.

+ What's Included

  • Professional Level Training - Courses are developed by expert trainers with over 15 years of experience, so you will get a great course at a low price.
  • 24/7 Access - You can learn when it is convenient for you.
  • Affordable Pricing - Our classes are much cheaper than our live-instructor classes, so you can get the same excellent training at a lower price.
  • Free Repeat - You can repeat the On-Demand classes as many times as you like during the license period.
  • Hands-On Learning - Our classes are designed for you work hands on during the session so can stay engaged and really learn the material.
  • Certificate of Completion - Each student will receive a certificate of completion after completing the course.

+ Course Outline


Section 1: SharePoint as a Developer Platform
This section covers various approaches that can be used to develop applications with SharePoint Server 2013 the scenarios in which each approach might be appropriate.
Topics :
•Introducing the SharePoint Developer Landscape
•Choosing Approaches to SharePoint Development
•Understanding SharePoint 2013 Deployment and Execution Models
Lab 1: Comparing Web Parts and App Parts
Create and Deploy a SharePoint Web Part
Create and Deploy a SharePoint App Part

Section 2: Working with SharePoint Objects
This section discusses the server-side SharePoint object model and how the core classes relate to sites and collections. The server-side SharePoint object model provides a core set of classes that represent different items in the logical architecture of a SharePoint deployment. Students also learn how manage permissions for server-side code.
Topics :
•Understanding the SharePoint Object Hierarchy
•Working with Sites and Webs
•Working with Execution Contexts
Lab 1: Working with Sites and Webs
•Working with Sites and Webs in Managed Code
•Working with Sites and Webs in Windows PowerShell.
Lab 2: Working with Execution Contexts
•Running Code with Elevated Privileges
•Adapting Content for Different User Permissions

Section 3: Working with Lists and Libraries
This section discusses how to interact with lists and libraries. Students learn about how to work with lists and libraries programmatically using the server-side SharePoint object model and how to use query classes and LINQ to SharePoint to query and retrieve data from SharePoint lists. Student also learn how to efficiently work with lists that contain large numbers of items.
Topics :
•Using List and Library Objects
•Querying and Retrieving List Data
•Working with Large Lists
Lab 1: Querying and Retrieving List Data
•Querying List Items
•Updating List Items
Lab 2: Working with Large Lists
•Using the ContentIterator Class

Section 4: Designing and Managing Features and Solutions
This section covers creating and deploying custom Developing a SharePoint solutions and features. The students also learn how and when to use sandbox solutions.
Topics :
•Working with Features
•Deploying Solutions
•Working with Sandboxed Solutions
Lab 1: Working with Farm Solutions
Creating a Farm Solution
Creating a Feature
•Upgrade a Solution
Lab 2: Working with Sandboxed Solutions
Creating a Solution Validator

Section 5: Working with Server-Side Code
This section describes how to develop and deploy Web Parts and event receivers in a solution.
Topics :
•Developing Web Parts
•Using Event Receivers
•Using Timer Jobs
•Storing Configuration Data
Lab 1: Working with Server-Side Code
•Developing an Event Receiver
•Updating a Web Part
Create a Timer Job

Section 6: Managing Identity and Permissions
This section describes how manage permissions through code and customize authentication using custom claims providers.
Topics :
•Understanding Identity Management in SharePoint 2013
•Managing Permissions in SharePoint 2013
•Configuring Forms-Based Authentication
•Customizing the Authentication Experience
Lab 1: Managing Permissions Programmatically in SharePoint 2013
•Managing List Permissions Programmatically
Lab 2: Creating and Deploying a Custom Claims Provider
Create a Custom Claims Provider
•Supporting Search and Resolve in a Claims Provider
•Deploying and Testing a Claims Provider

Section 7: Managing Custom Components and Site Lifecycles
This section discusses planning and organizing sites and lists. The students also learn how to create custom component definitions and templates.
Topics :
•Component Overview
•Defining Custom Lists
•Defining Custom Sites
•Managing SharePoint Sites
Lab 1: Managing Custom Components and Site Lifecycles
Create a Site Definition
Create a List Definition
•Developing an Event Receiver

Section 8: Introducing Apps for SharePoint
This section discusses the SharePoint App, a new way to customize SharePoint functionality with SharePoint Server 2013.
Topics :
•Overview of Apps for SharePoint
•Developing Apps for SharePoint
Lab 1: Creating a Site Suggestions App
Create a New SharePoint App
•Using the Client-Side Object Model

Section 9: Client-Side SharePoint Development
This section describes how to use JavaScript Client Object Model (CSOM), managed code CSOM and the REST API to build SharePoint Apps.
Topics :
•Using the Client-Side Object Model for JavaScript
•Using the REST API with JavaScript
Lab 1: Using the REST API with JavaScript
Create List Relationships
•Add Vote Recording
•Display Votes for Each Suggestion

Section 10: Developing Remote Hosted SharePoint Apps
This section covers the difference between provider hosted Apps and Remote Hosted Apps. The students will also create and deploy a Provider Hosted App.
Topics :
•Overview of Remote Hosted Apps
•Configure Remote Hosted Apps
•Develop Remote Hosted Apps
Lab 1: Configuring a Provider Hosted SharePoint App
•Configuring a Server to Server Trust Relationship
•Create a Provider Hosted App
Lab 2: Developing a Provider Hosted SharePoint App
•Working with SharePoint Data
•Using the Chrome Control

Section 11: Publishing and Distributing Apps
This section introduces the App Catalog so users to locate, purchase, and install apps easily. The students learn how to package and publish Apps to the App Catalog.
Topics :
•Understanding the App Management Architecture
•Understanding App Packages
•Publishing Apps
•Installing, Updating, and Uninstalling Apps
Lab 1: Publishing an App to a Corporate Catalog
Create an App Catalog
Create an App Package
•Publish an App Package
Lab 2: Installing, Updating, and Uninstalling Apps
•Install an App
•Upgrade an App
•Remove an App

Section 12: Automating Business Processes
This section discusses how to create workflows and workflow actions using Visio 2013, SharePoint Designer 2013 and Visual Studio 2012.
Topics :
•Understanding Workflow in SharePoint 2013
•Build Workflows by using Visio 2013 and SharePoint Designer 2013
•Develop Workflows in Visual Studio 2012
Lab 1: Building Workflows in Visio 2013 and SharePoint Designer 2013
Create Workflows by Using Visio
•Edit Workflows by Using SharePoint Designer
Lab 2: Creating Workflow Actions in Visual Studio 2012
Create Custom Workflow Actions
•Using a Custom Workflow in SharePoint Designer

Section 13: Managing Taxonomy
This section discusses the importance of a good taxonomy in SharePoint and working with the components of the taxonomy. The students also see how to tie event receivers to the taxonomy.
Topics :
•Managing Taxonomy in SharePoint 2013
•Working with Content Types
•Working with Advanced Features of Content Types
Lab 1: Working with Content Types
Creating a System to Capture Vacation Requests
Lab 2: Working with Advanced Features of Content Types
Create an Event Receiver Assembly
•Register an Event Receiver with a Site Content Type

Section 14: Customizing User Interface Elements
This section discusses different ways of customizing the SharePoint user interface, such as adding buttons to the ribbon or modifying the appearance of list views.
Topics :
•Working with Custom Actions
•Using Client-Side User Interface Components
•Customizing the SharePoint List User Interface
Lab 1: Using the Edit Control Block to Launch an App
•Configuring an App to Display Customer Orders
•Use a Custom Action to Launch an App
Lab 2: Using jQuery to Customize the SharePoint List User Interface
Create a Custom List View

Section 15: Working with Branding and Navigation
This section discusses the changes in SharePoint Server 2013 to branding, designing, publishing and navigating sites. The students also learn how to create devise independent sites standard web technologies, such as HTML, CSS, and JavaScript.
Topics :
Create and Applying Themes
•Branding and Designing Publishing Sites
•Tailoring Content to Platforms and Devices
•Configuring and Customizing Navigation
Lab 1: Branding and Designing Publishing Sites
Create SharePoint Master Pages
•Building Master Page Functionality
•Publishing and Applying Design Assets
Lab 2: Configuring Farm-Wide Navigation
Create a Custom Site Map Provider

+ Prerequisites

Please check the course description to find prerequisite information.

+ Related Courses

Related Sharepoint Instructor-Led Courses

Click Class Title for Dates and Details Days Course Fee
SharePoint Introduction for End Users1$545
SharePoint for Power Users (55215/55286)4$2395
SharePoint Online for Administrators3$1495

As part of our commitment to supporting learners at every stage, we’re working to develop a library of free Sharepoint tutorials designed to help you tackle common tasks and workflows. We understand that not every situation calls for a full course, so these resources offer quick, practical guidance to help you get the job done efficiently.

Available Sharepoint On-Demand Courses

Course Title (Click For Details) Course Fee
SharePoint On-Demand: SharePoint Online for Power Users$895
SharePoint On-Demand: SharePoint Online Introduction for End Users$299

We have earned the trust of 15,481 customers, including these fine organizations:

United States Army Cisco United States Marine Corp HBO United States Air Force New York United States Navy Michigan Department of Homeland Security

Course Benefits

Professional Instruction

Our On-Demand classes are developed by professional instructors and provide you with a quality learning experience.

Hands-On Training

Our courses are all designed for the students to have hands-on interaction throughout the course.

Cost Savings

On-Demand classes are significantly less expensive than our live-instructor options.

Available 24/7

You are busy, we get it. Our On-Demand classes are available 24/7 so you can learn when it is convenient for you.

Financing Available

We offer affordable financing options for all of our courses to make sure cost is not a barrier to your progress.

Group Discount Options

Have a team to train? We offer discounted pricing for our On-Demand courses. Contact us for a quote.

Get Started Today!

Course Registration

Benefits of On-Demand Training Include:

  • Expert Instruction
  • Hands-On Skill Development
  • Free Lesson Repeats
  • Train Anywhere, Anytime
  • Boost Your Career Prospects
  • Financing Available

MOC On-Demand: 20488-Developing Microsoft SharePoint Server 2013 Core Solutions

SAVE 10% FOR A LIMITED TIME

$995 / 90-month License




  • 24/7 Access
  • Hands-On Practice Exercises
  • Free Repeats
  • Professional Instruction

Client Reviews

Here’s what professionals and teams across the country are saying about their experience with Business Computer Skills

★★★★★
Rating 5.0 / 5.0

This was the class I needed. The instructor Jeff took his time and made sure we understood each topic before moving to the next. He answered all of our questions, and I don’t know about the rest of the students, but was very pleased with this experience.

Amanda T.,
Yale New Haven Hospital

★★★★★
5 / 5

Related Sharepoint Instructor-Led Courses

Click Class Title for Dates and Details Days Course Fee
SharePoint Introduction for End Users1$545
SharePoint for Power Users (55215/55286)4$2395
SharePoint Online for Administrators3$1495

As part of our commitment to supporting learners at every stage, we’re working to develop a library of free Sharepoint tutorials designed to help you tackle common tasks and workflows. We understand that not every situation calls for a full course, so these resources offer quick, practical guidance to help you get the job done efficiently.

Available Sharepoint On-Demand Courses

Course Title (Click For Details) Course Fee
SharePoint On-Demand: SharePoint Online for Power Users$895
SharePoint On-Demand: SharePoint Online Introduction for End Users$299
NEED GROUP TRAINING?

We Offer Live-Instructor Private Group Training

Benefits of Group Training Include:

  • Experienced Professional Instructor Trains Your Team
  • Content Focused On Your Team’s Needs
  • Convenient Scheduling and Class Setup
  • Significant Per/Student Cost Savings
  • Online, On-Site and Blended Options Available

Learn How Group Training Can Benefit Your Team

Request A Free Quote

Flexible Sharepoint Training Formats

Choose the training experience that fits your schedule, learning style, and professional goals. We offer flexible options for individuals and teams—whether you prefer virtual live instruction, on-demand access, or private group training.

Virtual Instructor-Led

Attend scheduled classes taught by expert instructors in real time. You can join remotely or from one of 250+ training center locations—for engaging, skill-based instruction with real-time support.

Learn More →

On Demand Training

Access pre-recorded Sharepoint courses 24/7. Learn at your own pace with flexible, self-guided modules—ideal for busy professionals or those who prefer to study independently.

Learn More →

Private Group Training

Tailored Sharepoint training for your organization—delivered either online or onsite. Designed to meet your team’s specific needs and schedule. Perfect for teams needing consistent, tailored instruction.

>Learn More →

Over 250 Locations Nationwide

Alabama
Arizona
Arkansas
California
Colorado
Connecticut
Delaware
Florida
Georgia
Idaho
Illinois
Indiana
Iowa
Kansas
Kentucky
Louisiana
Maine
Maryland
Massachusetts
Michigan
Minnesota
Missouri
Montana
Nebraska
Nevada
New Hampshire
New Jersey
New Mexico
New York
North Carolina
North Dakota
Ohio
Oklahoma
Oregon
Pennsylvania
Rhode Island
South Carolina
Tennessee
Texas
Utah
Virginia
Washington
Washington DC
Wisconsin