Companies Home Search Profile

Mastering SharePoint 2013 Development Using C# - Part II

Focused View

Kameswara Sarma Uppuluri

10:53:55

25 View
  • 001 Course Introduction.mp4
    04:08
  • 002 SharePoint 2013 Different Programming Models.mp4
    02:45
  • 003 Prerequisites For This Course.mp4
    00:37
  • 004 COMPLETE COURSE EXERCISE FILES.mp4
    00:18
  • 004 SPS2013P-II.zip
  • 001 Overview of Managed CSOM.mp4
    07:39
  • 002 Read Properties of a Web Site through Code.mp4
    16:56
  • 003 Get List of Lists of a Web site through Code.mp4
    09:48
  • 004 Using LoadQuery Method.mp4
    05:24
  • 005 Read Records of a List through Code.mp4
    07:29
  • 006 Deleting Records Of a List through Code.mp4
    06:56
  • 007 Loading Selective Properties.mp4
    03:40
  • 008 Implementing Paging Mechanism to retrieve records of a List.mp4
    15:08
  • 009 Updating Properties and Writing back to SharePoint Server.mp4
    04:15
  • 010 Creating a New Web Site using CSOM Approach.mp4
    07:11
  • 011 Creating a New List Using CSOM Approach.mp4
    07:27
  • 012 Get List of Sub Sites in a specific Site Collection using CSOM.mp4
    06:27
  • 013 Get Fields of a List using CSOM Approach.mp4
    06:39
  • 001 Overview of Java Script Client Object Model (JSOM).mp4
    04:23
  • 002 Read Properties of a Web Site through Code.mp4
    14:08
  • 003 Updating Properties and Writing back to SharePoint Server.mp4
    06:54
  • 004 Get List of Lists of a Web site through JSOM.mp4
    08:08
  • 005 Creating a New Site Using JSOM Approach.mp4
    06:48
  • 006 Creating a New List Using JSOM Approach.mp4
    05:02
  • 007 Adding Records to a List using JSOM Approach.mp4
    05:19
  • 008 Get Fields of a List using JSOM Approach.mp4
    05:22
  • 009 Read Records of a List using JSOM Approach.mp4
    06:54
  • 010 Loading JavaScript dynamically through a Web Part.mp4
    11:29
  • 001 Creating a New Custom Action for SiteActions Group.mp4
    04:50
  • 002 Creating a New Custom Action for a specific group of Users.mp4
    04:53
  • 003 Creating a New Custom Action for General Settings.mp4
    07:24
  • 004 Creating a New Custom Action for Specific Lists.mp4
    03:10
  • 005 Creating a New Custom Action for EditControlBlock Group.mp4
    02:05
  • 001 Creating a New Custom Button for DocLibListForm Ribbon.mp4
    17:44
  • 002 Creating a New Custom Button for ListItem Actions Group.mp4
    11:50
  • 003 Developing a Custom Group with Custom Actions.mp4
    05:02
  • 001 Developing a Web Part to create Custom Dialogs.mp4
    11:45
  • 002 Testing the Custom Dialog Functionality.mp4
    01:44
  • 001 Developing a Web Part that uses LINQ to talk to SharePoint Site - Part 1.mp4
    09:57
  • 002 Developing a Web Part that uses LINQ to talk to SharePoint Site - Part 2.mp4
    04:50
  • 003 Testing the Web Part Functionality.mp4
    04:47
  • 001 Developing an Application to customize Navigational Elements of a SIte.mp4
    14:39
  • 001 Overview of User Profile Service and Properties.mp4
    04:06
  • 002 Developing a Web Part to change values of User Profile Properties.mp4
    06:23
  • 003 Read all available User Profile Properties.mp4
    04:07
  • 004 Test the Web Part.mp4
    03:11
  • 005 Read User Profile Properties using Client Side Object Model Approach (CSOM).mp4
    06:18
  • 001 Get List of Site Collection Administrators.mp4
    04:25
  • 002 Get List of Available SharePoint Groups.mp4
    02:15
  • 003 Get List Of All Users of various Groups.mp4
    04:36
  • 004 Develop a SharePoint Feature to Create Groups and assign Role Definitions.mp4
    14:35
  • 001 Creating External Content Types using SharePoint 2013 Designer.mp4
    19:41
  • 002 Creating External Content Types using Visual Studio - Part 1.mp4
    13:23
  • 003 Creating External Content Types using Visual Studio - Part 2.mp4
    06:55
  • 004 Test External Content Type.mp4
    11:55
  • 001 Overview of Timer Jobs.mp4
    04:31
  • 002 Implementing the Jobs Functionality.mp4
    09:20
  • 003 Creating a New Timer Job.mp4
    10:58
  • 004 Debug and Test Timer Job Functionality.mp4
    06:55
  • 001 Overview of Site Definitions.mp4
    06:25
  • 002 Creating Custom Site Definition using Visual Studio.mp4
    10:00
  • 003 Working with ONET.xml NavBar Elements.mp4
    06:55
  • 004 Working with ONET.XML Feature Elements.mp4
    05:20
  • 005 Working with ONET.XML DocumentTemplate Elements.mp4
    05:49
  • 001 Creating a Site Template and Importing it into Visual Studio Solution.mp4
    15:05
  • 002 Creating a Custom Web Template using Visual Studio.mp4
    07:04
  • 003 Test our Custom Web Template.mp4
    03:30
  • 001 Overview of Sandboxed Solutions.mp4
    06:47
  • 002 Developing a Simple Sandboxed Solution.mp4
    11:55
  • 003 Performing IO Operations.mp4
    09:23
  • 004 Running Code with Elevated Privileges.mp4
    08:31
  • 005 Accessing a different site collection.mp4
    04:55
  • 006 Developing a Sandboxed Solution - Part 1.mp4
    05:36
  • 007 Developing a Sandboxed Solution - Part 2.mp4
    20:39
  • 008 Testing a Sandboxed Solution.mp4
    02:01
  • 001 Overview of REST Service.mp4
    05:43
  • 002 Performing OData Query Operations - Part 1.mp4
    14:11
  • 003 Performing OData Query Operations - Part 2.mp4
    06:32
  • 004 Reading Site Properties using REST Approach.mp4
    08:07
  • 005 Get List of Lists of a Site Using REST Approach.mp4
    05:48
  • 006 Read Records of a List using REST Approach.mp4
    05:41
  • 007 Adding Records to a List using REST Approach.mp4
    09:43
  • 008 Updating Records of a List using REST Approach.mp4
    08:12
  • 009 Deleting Records of a List using REST Approach.mp4
    02:59
  • 001 Overview of Silverlight Client Object Model.mp4
    04:14
  • 002 Developing a Silverlight Application.mp4
    14:00
  • 003 Testing Silverlight Control inside a SharePoint Site.mp4
    02:29
  • 004 Developing a Silverlight Web Part using Visual Studio.mp4
    04:33
  • 005 Testing Silverlight Web Part inside a SharePoint Site.mp4
    06:20
  • Description


    Learn How to build Advanced Applications for SharePoint in easy steps

    What You'll 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 is this for?


  • 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/.
  • What You Need to Know?


  • Download SharePoint 2013,Visual Studio 2012 / 2013 / 2015 Community Edition.
  • More details


    Description

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

    Who this course is for:

    • 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/.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Kameswara Sarma Uppuluri
    Kameswara Sarma Uppuluri
    Instructor's Courses
    Kameswara Sarma Uppuluri founded ITAcademy which provides consulting and LIVE online training and class room training services on Web technologies such as SharePoint 2013,SharePoint 2010,ASP.NETMVC,SSIS, SSRS, SSAS, DotNet, SQLServer. He is a Microsoft Certified Trainer since 2004 and a Microsoft Certified Professional since 1998. With over 16+ years of experience in Training and Development Industry, he delivers corporate trainings for top MNC's in India and also delivers LIVE online trainings to people across world.              He currently hold below Microsoft Certifications.    Certifications:              ·Microsoft Certified Trainer (MCT)              ·Microsoft Certified Technology Specialist (MCTS)              ·Microsoft Certified Solution Developer (MCSD)              ·Microsoft Certified Database Administrator (MCDBA)
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 88
    • duration 10:53:55
    • English subtitles has
    • Release Date 2023/12/30