HOME > Development > Mastering SharePoint 2013 Development Using C# Part II

Mastering SharePoint 2013 Development Using C# Part II

  • Development
  • Nov 17, 2024
SynopsisMastering SharePoint 2013 Development Using C# – Part I...
Mastering SharePoint 2013 Development Using C# Part II  No.1

Mastering SharePoint 2013 Development Using C# – Part II, available at $64.99, has an average rating of 4.5, with 88 lectures, based on 303 reviews, and has 2955 subscribers.

You will learn about Learn How to Develop Client Applications using Client Side Object Model (CSOM) Learn How to Develop Client Applications using Java Script Object Model (JSOM) Learn How to Develop Client Applications using Silverlight Client Side Object Model (SCOM) Learn How to create Custom Actions Learn How to Create Buttons on Office Ribbon Controls Learn How to Create Pop-Up Dialogs Using JavaScript Learn How to use LINQ to SharePoint 2013 Learn How to customize Navigational Elements of a Site using Code Learn How to Read & Write User Profile Properties Using Code Learn How to Create Groups,Add Users to group and Assign Permissions using Code Learn How to Use Business Connectivity Services from Visual Studio Learn How to Create Timer Jobs Learn How to Create Custom Site Definitions Learn How to Create Custom Web Templates Learn How to Create Sandboxed Solutions Learn How to work with REST & ODATA This course is ideal for individuals who are This course is designed for individuals with an intermediate knowledge of Visual C# in building Windows / Web based applications using Visual Studio. or Please visit Part 1 of this course at https://www.udemy.com/sharepoint2013development/. It is particularly useful for This course is designed for individuals with an intermediate knowledge of Visual C# in building Windows / Web based applications using Visual Studio. or Please visit Part 1 of this course at https://www.udemy.com/sharepoint2013development/.

Enroll now: Mastering SharePoint 2013 Development Using C# – Part II

Summary

Title: Mastering SharePoint 2013 Development Using C# – Part II

Price: $64.99

Average Rating: 4.5

Number of Lectures: 88

Number of Published Lectures: 88

Number of Curriculum Items: 88

Number of Published Curriculum Objects: 88

Original Price: $39.99

Quality Status: approved

Status: Live

What You Will Learn

  • Learn How to Develop Client Applications using Client Side Object Model (CSOM)
  • Learn How to Develop Client Applications using Java Script Object Model (JSOM)
  • Learn How to Develop Client Applications using Silverlight Client Side Object Model (SCOM)
  • Learn How to create Custom Actions
  • Learn How to Create Buttons on Office Ribbon Controls
  • Learn How to Create Pop-Up Dialogs Using JavaScript
  • Learn How to use LINQ to SharePoint 2013
  • Learn How to customize Navigational Elements of a Site using Code
  • Learn How to Read & Write User Profile Properties Using Code
  • Learn How to Create Groups,Add Users to group and Assign Permissions using Code
  • Learn How to Use Business Connectivity Services from Visual Studio
  • Learn How to Create Timer Jobs
  • Learn How to Create Custom Site Definitions
  • Learn How to Create Custom Web Templates
  • Learn How to Create Sandboxed Solutions
  • Learn How to work with REST & ODATA
  • Who Should Attend

  • This course is designed for individuals with an intermediate knowledge of Visual C# in building Windows / Web based applications using Visual Studio.
  • Please visit Part 1 of this course at https://www.udemy.com/sharepoint2013development/.
  • Target Audiences

  • This course is designed for individuals with an intermediate knowledge of Visual C# in building Windows / Web based applications using Visual Studio.
  • Please visit Part 1 of this course at https://www.udemy.com/sharepoint2013development/.
  • SharePoint is a versatile platform for building solutions that address a wide range of business needs. SharePoint is a development platform, upon which powerful and compelling portal applications can be built.

    This course provides developers with a thorough, in-depth guide to the internals of writing code for the SharePoint platform. SharePoint 2013 programming model can be divided into categories like : Managed Client Side Object Model, Java Script Client Object Model, Silverlight Client Side Object Model, REST & OData Interface.

    In this course by development expert Kameswara Sarma Uppuluri, you’ll learn essential concepts that you need to know to get started building applications for SharePoint platform such as CSOM,JSOM,SCOM,REST & OData,Custom Actions,Custom Groups,TImer Jobs.. and more. The course provides step-by-step walk-throughs and coding demos that you’re encouraged to code along with to enhance the learning process.

    This course is broken down into 16 modules with each module providing source code where applicable so that you can follow along with Kameswara Sarma Uppuluri. Some of the modules can be seen in the below list.

    1. Working with CSOM
    2. Working with JSOM
    3. Working with SCOM
    4. Working with REST & OData
    5. Custom Actions
    6. Custom Groups….

    Course Curriculum

    Chapter 1: SharePoint 2013 Development – The Big Picture

    Lecture 1: Course Introduction

    Lecture 2: SharePoint 2013 Different Programming Models

    Lecture 3: Prerequisites For This Course

    Lecture 4: COMPLETE COURSE EXERCISE FILES

    Chapter 2: Working with Managed Client Side Object Model (CSOM)

    Lecture 1: Overview of Managed CSOM

    Lecture 2: Read Properties of a Web Site through Code

    Lecture 3: Get List of Lists of a Web site through Code

    Lecture 4: Using LoadQuery Method

    Lecture 5: Read Records of a List through Code

    Lecture 6: Deleting Records Of a List through Code

    Lecture 7: Loading Selective Properties

    Lecture 8: Implementing Paging Mechanism to retrieve records of a List

    Lecture 9: Updating Properties and Writing back to SharePoint Server

    Lecture 10: Creating a New Web Site using CSOM Approach

    Lecture 11: Creating a New List Using CSOM Approach

    Lecture 12: Get List of Sub Sites in a specific Site Collection using CSOM

    Lecture 13: Get Fields of a List using CSOM Approach

    Chapter 3: Working with JavaScript Client Side Object Model (JSOM)

    Lecture 1: Overview of Java Script Client Object Model (JSOM)

    Lecture 2: Read Properties of a Web Site through Code

    Lecture 3: Updating Properties and Writing back to SharePoint Server

    Lecture 4: Get List of Lists of a Web site through JSOM

    Lecture 5: Creating a New Site Using JSOM Approach

    Lecture 6: Creating a New List Using JSOM Approach

    Lecture 7: Adding Records to a List using JSOM Approach

    Lecture 8: Get Fields of a List using JSOM Approach

    Lecture 9: Read Records of a List using JSOM Approach

    Lecture 10: Loading JavaScript dynamically through a Web Part

    Chapter 4: Developing Custom Actions

    Lecture 1: Creating a New Custom Action for SiteActions Group

    Lecture 2: Creating a New Custom Action for a specific group of Users

    Lecture 3: Creating a New Custom Action for General Settings

    Lecture 4: Creating a New Custom Action for Specific Lists

    Lecture 5: Creating a New Custom Action for EditControlBlock Group

    Chapter 5: Developing Custom Actions for Ribbon Control

    Lecture 1: Creating a New Custom Button for DocLibListForm Ribbon

    Lecture 2: Creating a New Custom Button for ListItem Actions Group

    Lecture 3: Developing a Custom Group with Custom Actions

    Chapter 6: Working with Custom Dialogs

    Lecture 1: Developing a Web Part to create Custom Dialogs

    Lecture 2: Testing the Custom Dialog Functionality

    Chapter 7: Using LINQ To SharePoint 2013

    Lecture 1: Developing a Web Part that uses LINQ to talk to SharePoint Site – Part 1

    Lecture 2: Developing a Web Part that uses LINQ to talk to SharePoint Site – Part 2

    Lecture 3: Testing the Web Part Functionality

    Chapter 8: Customizing Navigations of a SharePoint Site

    Lecture 1: Developing an Application to customize Navigational Elements of a SIte

    Chapter 9: Working with User Profile Properties

    Lecture 1: Overview of User Profile Service and Properties

    Lecture 2: Developing a Web Part to change values of User Profile Properties

    Lecture 3: Read all available User Profile Properties

    Lecture 4: Test the Web Part

    Lecture 5: Read User Profile Properties using Client Side Object Model Approach (CSOM)

    Chapter 10: Working with Site Groups and Permission Levels through Code

    Lecture 1: Get List of Site Collection Administrators

    Lecture 2: Get List of Available SharePoint Groups

    Lecture 3: Get List Of All Users of various Groups

    Lecture 4: Develop a SharePoint Feature to Create Groups and assign Role Definitions

    Chapter 11: Working with Business Connectivity Services (BCS)

    Lecture 1: Creating External Content Types using SharePoint 2013 Designer

    Lecture 2: Creating External Content Types using Visual Studio – Part 1

    Lecture 3: Creating External Content Types using Visual Studio – Part 2

    Lecture 4: Test External Content Type

    Chapter 12: Developing Timer Jobs

    Lecture 1: Overview of Timer Jobs

    Lecture 2: Implementing the Job's Functionality

    Lecture 3: Creating a New Timer Job

    Lecture 4: Debug and Test Timer Job Functionality

    Chapter 13: Creating Site Definitions

    Lecture 1: Overview of Site Definitions

    Lecture 2: Creating Custom Site Definition using Visual Studio

    Lecture 3: Working with ONET.xml NavBar Elements

    Lecture 4: Working with ONET.XML Feature Elements

    Lecture 5: Working with ONET.XML DocumentTemplate Elements

    Chapter 14: Developing Web Templates

    Lecture 1: Creating a Site Template and Importing it into Visual Studio Solution

    Lecture 2: Creating a Custom Web Template using Visual Studio

    Lecture 3: Test our Custom Web Template

    Chapter 15: Working with Sandboxed Solutions

    Lecture 1: Overview of Sandboxed Solutions

    Lecture 2: Developing a Simple Sandboxed Solution

    Lecture 3: Performing IO Operations

    Lecture 4: Running Code with Elevated Privileges

    Lecture 5: Accessing a different site collection

    Lecture 6: Developing a Sandboxed Solution – Part 1

    Lecture 7: Developing a Sandboxed Solution – Part 2

    Lecture 8: Testing a Sandboxed Solution

    Chapter 16: Working with SharePoint 2013 REST Service

    Lecture 1: Overview of REST Service

    Lecture 2: Performing OData Query Operations – Part 1

    Lecture 3: Performing OData Query Operations – Part 2

    Lecture 4: Reading Site Properties using REST Approach

    Lecture 5: Get List of Lists of a Site Using REST Approach

    Lecture 6: Read Records of a List using REST Approach

    Lecture 7: Adding Records to a List using REST Approach

    Lecture 8: Updating Records of a List using REST Approach

    Lecture 9: Deleting Records of a List using REST Approach

    Chapter 17: Working with Silverlight Client Object Model (SCOM)

    Instructors

  • Mastering SharePoint 2013 Development Using C# Part II  No.2
    Kameswara Sarma Uppuluri | 25+ Years Of Experienced Corporate Trainer
    Microsoft Certified Trainer
  • Rating Distribution

  • 1 stars: 5 votes
  • 2 stars: 9 votes
  • 3 stars: 34 votes
  • 4 stars: 107 votes
  • 5 stars: 148 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!