Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Microsoft 20488 Developing Microsoft SharePoint Server 2013 Core Solutions

Price
3,900 AUD
5 Days
002905-DD
Online Training...
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

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 models, developing and deploying features, solutions, and apps, managing identity and permissions, querying and updating list data, managing taxonomy, using workflow to manage business processes, and customizing the user interface.
 

Objectives

After completing this course, students will be able to: 

  • Design and manage features and solutions. 
  • Develop code for custom server-side components. 
  • Manage and customize authentication and authorization. 
  • Create custom sites and lists and manage the site lifecycle. 
  • Explain the capabilities and design choices for SharePoint apps. 
  • Use the client-side object model and the REST API. 
  • Develop provider-hosted and auto-hosted SharePoint apps. 
  • Distribute and deploy SharePoint apps. 
  • Create custom workflows to automate business processes. 
  • Use fields and content types to manage taxonomy.
  • Customize the appearance and behaviour of user interface elements. 
  • Customize navigation and site branding.

 

Audience

The course is intended for professional developers who develop solutions for SharePoint products and technologies in a team-based, medium-sized to large development environment. While some familiarity with SharePoint solution development is required, candidates are not expected to have prior experience with the new features in SharePoint Server 2013.

The ideal candidate is a technical lead with at least four years of SharePoint and web development experience. The candidate is responsible for designing custom code for projects that are deployed to or interact with SharePoint environments. This includes: 

  • Selecting an appropriate approach and building customizations in SharePoint. 
  • Creating and implementing a strategy for solution packaging, deployment, and upgrading. 
  • Identifying SharePoint data and content structures for customizations. 
  • Performing diagnostics and debugging.
  • Planning and designing applications for scalability and performance. 
  • Identifying and mitigating performance issues of customizations. 
  • Understanding authentication and authorization. 
  • Experience with Windows PowerShell. 
  • Broad familiarity with SharePoint capabilities. 
  • Familiarity with Online Services such as Azure and SharePoint Online.

We can also deliver and customise this training course for larger groups - saving your organisation time, money and resources. For more information, please contact us on 1800 853 276.


 

Prerequisites

    Before attending this course, students must have: 

    • A working knowledge of using Visual Studio 2010 or Visual Studio 2012 to develop solutions.
    • A basic working knowledge of SharePoint solution development, either in SharePoint 2013 or in earlier versions of SharePoint. 
    • A working knowledge of Visual C# and the .NET Framework 4.5. 
    • A basic understanding of ASP.NET and server-side web development technologies, including request/response and the page lifecycle. 
    • A basic understanding of AJAX and asynchronous programming techniques. 
    • A basic working knowledge of client-side web technologies including HTML, CSS, and JavaScript.
    • Familiarity with approaches to authentication and authorization, including claims-based authentication.

     

Topics

Module 1: SharePoint as a Developer Platform

This module examines different approaches that can be used to develop applications with SharePoint Server 2013 the scenarios in which each approach might be appropriate.

Lessons

  • Introducing the SharePoint Developer Landscape
  • Choosing Approaches to SharePoint Development
  • Understanding SharePoint 2013 Deployment and Execution Models

Lab : Comparing Web Parts and App Parts

  • Creating and Deploying a SharePoint Web Part
  • Creating and Deploying a SharePoint App Part

 

Module 2: Working with SharePoint Objects

This module introduces 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.

Lessons

  • Understanding the SharePoint Object Hierarchy
  • Working with Sites and Webs
  • Working with Execution Contexts

Lab : Working with Sites and Webs

  • Working with Sites and Webs in Managed Code
  • Working with Sites and Webs in Windows PowerShell.

Lab : Working with Execution Contexts   

  • Running Code with Elevated Privileges   
  • Adapting Content for Different User Permissions

 

Module 3: Working with Lists and Libraries

This module explains 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. Students also learn how to efficiently work with lists that contain large numbers of items.  

Lessons  

  • Using List and Library Objects   
  • Querying and Retrieving List Data   
  • Working with Large Lists  

Lab : Querying and Retrieving List Data  

  • Querying List Items   
  • Updating List Items  

Lab : Working with Large Lists   

  • Using the ContentIterator Class

 

Module 4: Designing and Managing Features and Solutions

This module examines creating and deploying custom Developing a SharePoint solutions and features. The students also learn how and when to use sandbox solutions.  

Lessons   

  • Understanding Features and Solutions   
  • Configuring Features and Solutions   
  • Working with Sandboxed Solutions 

Lab : Working with Features and Solutions  

  • Configuring SharePoint Features  
  • Creating Feature Receiver Classes   
  • Creating Features with Dependencies

 

Module 5: Working with Server-Side Code

This module describes how to develop and deploy Web Parts and event receivers in a solution.  

Lessons   

  • Developing Web Parts   
  • Using Event Receivers   
  • Using Timer Jobs   
  • Storing Configuration Data  

Lab : Working with Server-Side Code   

  • Developing an Event Receiver   
  • Updating a Web Part  
  • Creating a Timer Job

 

Module 6: Managing Identity and Permissions

This module describes how manage permissions through code and customize authentication using custom claims providers.  

Lessons  

  • Understanding Identity Management in SharePoint 2013   
  • Managing Permissions in SharePoint 2013  
  • Configuring Forms-Based Authentication   
  • Customizing the Authentication Experience  

Lab : Managing Permissions Programmatically in SharePoint 2013   

  • Managing List Permissions Programmatically  

Lab : Creating and Deploying a Custom Claims Provider  

  • Creating a Custom Claims Provider   
  • Supporting Search and Resolve in a Claims Provider   
  • Deploying and Testing a Claims Provider

 

Module 7: Introducing Apps for SharePoint

This module introduces the SharePoint App, a new way to customize SharePoint functionality with SharePoint Server 2013.  

Lessons  

  • Overview of Apps for SharePoint   
  • Developing Apps for SharePoint  

Lab : Creating a Site Suggestions App   

  • Creating a New SharePoint App   
  • Using the Client-Side Object Model

 

Module 8: Client-Side SharePoint Development

This module describes how to use JavaScript Client Object Model (CSOM), managed code CSOM and the REST API to build SharePoint Apps.  

Lessons  

  • Using the Client-Side Object Model for Managed Code   
  • Using the Client-Side Object Model for JavaScript   
  • Using the REST API with JavaScript  

Lab : Using the Client-Side Object Model for Managed Code   

  • Add Site Column   
  • Add the Mileage Claim Content Type   
  • Add the Claims List  

Lab : Using the REST API with JavaScript   

  • Creating List Relationships   
  • Add Vote Recording   
  • Display Votes for Each Suggestion

 

Module 9: Developing Remote Hosted SharePoint Apps

This module examines the difference between provider hosted Apps and Remote Hosted Apps. The students will also create and deploy a Provider Hosted App.  

Lessons  

  • Overview of Remote Hosted Apps   
  • Configuring Remote Hosted Apps   
  • Developing Remote Hosted Apps  

Lab : Configuring a Provider Hosted SharePoint App   

  • Configuring a Server to Server Trust Relationship   
  • Creating a Provider Hosted App  

Lab : Developing a Provider Hosted SharePoint App   

  • Working with SharePoint Data 
  • Using the Chrome Control

 

Module 10: Publishing and Distributing Apps

This module 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.  

Lessons  

  • Understanding the App Management Architecture  
  • Understanding App Packages  
  • Publishing Apps   
  • Installing, Updating, and Uninstalling Apps  

Lab : Publishing an App to a Corporate Catalog  

  • Creating an App Catalog  
  • Creating an App Package  
  • Publishing an App Package  

Lab : Installing, Updating, and Uninstalling Apps  

  • Installing an App   
  • Upgrading an App   
  • Removing an App

 

Module 11: Automating Business Processes

This module explains how to create workflows and workflow actions using Visio 2013, SharePoint Designer 2013 and Visual Studio 2012.  

Lessons  

  • Understanding Workflow in SharePoint 2013   
  • Building Workflows by using Visio 2013 and SharePoint Designer 2013   
  • Developing Workflows in Visual Studio 2012  

Lab : Building Workflows in Visio 2013 and SharePoint Designer 2013   

  • Creating Workflows by Using Visio   
  • Editing Workflows by Using SharePoint Designer  

Lab : Creating Workflow Actions in Visual Studio 2012   

  • Creating Custom Workflow Actions   
  • Using a Custom Workflow in SharePoint Designer

 

Module 12: Managing Taxonomy

This module explains 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.  

Lessons  

  • Managing Taxonomy in SharePoint 2013  
  • Working with Content Types  
  • Working with Advanced Features of Content Types  

Lab : Working with Content Types  

  • Create a System to Capture Vacation Requests  

Lab : Working with Advanced Features of Content Types  

  • Creating an Event Receiver Assembly 
  • Registering an Event Receiver with a Site Content Type

 

Module 13: Managing Custom Components and Site Life Cycles

This module explains how you can create custom component definitions and templates, which enable you to deploy custom sites, lists and other components across a farm.  

Lessons 

  • Defining Custom Lists  
  • Defining Custom Sites   
  • Managing SharePoint Sites  

Lab : Managing Custom Components and Site Life Cycles   

  • Create a Site Definition   
  • Create a List Definition   
  • Developing an Event Receiver

 

Module 14: Customizing User Interface Elements

This module explains different ways of customizing the SharePoint user interface, such as adding buttons to the ribbon or modifying the appearance of list views.  

Lessons  

  • Working with Custom Actions  
  • Using Client-Side User Interface Components  
  • Customizing the SharePoint List User Interface  

Lab : 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 : Using jQuery to Customize the SharePoint List User Interface   

  • Creating a Custom List View

 

Module 15: Working with Branding and Navigation

This module explains ways to customize branding, designing, publishing and navigating sites in SharePoint Server 2013. The students also learn how to create devise independent sites standard web technologies, such as HTML, CSS, and JavaScript.  

Lessons  

  • Creating and Applying Themes   
  • Branding and Designing Publishing Sites   
  • Tailoring Content to Platforms and Devices 
  • Configuring and Customizing Navigation  

Lab : Branding and Designing Publishing Sites  

  • Creating SharePoint Master Pages  
  • Building Master Page Functionality  
  • Publishing and Applying Design Assets  

Lab : Configuring Farm-Wide Navigation  

  • Creating a Custom Site Map Provider  
  • Adding Custom Navigation Controls to a Master Page

 
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.