Udemy – SharePoint 2013 Development Using CSharp – Part II

Udemy – SharePoint 2013 Development Using CSharp – Part II
http://bit.ly/1q4k2dH


Udemy – SharePoint 2013 Development Using CSharp – Part II


image


Udemy – SharePoint 2013 Development Using CSharp – Part II

Udemy – SharePoint 2013 Development Using CSharp – Part II

SharePoint 2013 Development Using C# – Part II
Master SharePoint 2013 Development

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

Working with CSOM
Working with JSOM
Working with SCOM
Working with REST & OData
Custom Actions
Custom Groups….
What are the requirements?

Download SharePoint 2013,Visual Studio 2012 / 2013 / 2015 Community Edition.
What am I going to get from this course?

Over 88 lectures and 11 hours of content!
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
What is the target audience?

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 http://bit.ly/238YBKs


Udemy – SharePoint 2013 Development Using CSharp – Part II Free Download Links


Uploaded Download Links

Get Premium Uploaded Account: Max Speed & Resumable Support Download :

Uploaded Premium

usps2013ducsp2.part1.rar
usps2013ducsp2.part2.rar
usps2013ducsp2.part3.rar


FileFactory Download Links

For Full Speed Download Buy FileFactory Premium Account:

Join FileFactory!

FileFactory Links Not Yet Found


Curriculum

Section 1: SharePoint 2013 Development – The Big Picture

Lecture 1

Course Introduction

Preview

04:08

Lecture 2

SharePoint 2013 Different Programming Models

Preview

02:45

Lecture 3

Prerequisites For This Course

00:37

Lecture 4

COMPLETE COURSE EXERCISE FILES

00:18

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

Lecture 5

Overview of Managed CSOM

07:39

Lecture 6

Read Properties of a Web Site through Code

Preview

16:56

Lecture 7

Get List of Lists of a Web site through Code

09:48

Lecture 8

Using LoadQuery Method

05:24

Lecture 9

Read Records of a List through Code

07:29

Lecture 10

Deleting Records Of a List through Code

06:56

Lecture 11

Loading Selective Properties

03:40

Lecture 12

Implementing Paging Mechanism to retrieve records of a List

15:08

Lecture 13

Updating Properties and Writing back to SharePoint Server

04:15

Lecture 14

Creating a New Web Site using CSOM Approach

07:11

Lecture 15

Creating a New List Using CSOM Approach

07:27

Lecture 16

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

06:27

Lecture 17

Get Fields of a List using CSOM Approach

06:39

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

Lecture 18

Overview of Java Script Client Object Model (JSOM)

04:23

Lecture 19

Read Properties of a Web Site through Code

14:08

Lecture 20

Updating Properties and Writing back to SharePoint Server

06:54

Lecture 21

Get List of Lists of a Web site through JSOM

08:08

Lecture 22

Creating a New Site Using JSOM Approach

06:48

Lecture 23

Creating a New List Using JSOM Approach

05:02

Lecture 24

Adding Records to a List using JSOM Approach

05:19

Lecture 25

Get Fields of a List using JSOM Approach

05:22

Lecture 26

Read Records of a List using JSOM Approach

06:54

Lecture 27

Loading JavaScript dynamically through a Web Part

11:29

Section 4: Developing Custom Actions

Lecture 28

Creating a New Custom Action for SiteActions Group

04:50

Lecture 29

Creating a New Custom Action for a specific group of Users

04:53

Lecture 30

Creating a New Custom Action for General Settings

07:24

Lecture 31

Creating a New Custom Action for Specific Lists

03:10

Lecture 32

Creating a New Custom Action for EditControlBlock Group

02:05

Section 5: Developing Custom Actions for Ribbon Control

Lecture 33

Creating a New Custom Button for DocLibListForm Ribbon

17:44

Lecture 34

Creating a New Custom Button for ListItem Actions Group

11:50

Lecture 35

Developing a Custom Group with Custom Actions

05:02

Section 6: Working with Custom Dialogs

Lecture 36

Developing a Web Part to create Custom Dialogs

11:45

Lecture 37

Testing the Custom Dialog Functionality

01:44

Section 7: Using LINQ To SharePoint 2013

Lecture 38

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

09:57

Lecture 39

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

04:50

Lecture 40

Testing the Web Part Functionality

04:47

Section 8: Customizing Navigations of a SharePoint Site

Lecture 41

Developing an Application to customize Navigational Elements of a SIte

14:39

Section 9: Working with User Profile Properties

Lecture 42

Overview of User Profile Service and Properties

04:06

Lecture 43

Developing a Web Part to change values of User Profile Properties

06:23

Lecture 44

Read all available User Profile Properties

04:07

Lecture 45

Test the Web Part

03:11

Lecture 46

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

06:18

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

Lecture 47

Get List of Site Collection Administrators

04:25

Lecture 48

Get List of Available SharePoint Groups

02:15

Lecture 49

Get List Of All Users of various Groups

04:36

Lecture 50

Develop a SharePoint Feature to Create Groups and assign Role Definitions

14:35

Section 11: Working with Business Connectivity Services (BCS)

Lecture 51

Creating External Content Types using SharePoint 2013 Designer

19:41

Lecture 52

Creating External Content Types using Visual Studio – Part 1

13:23

Lecture 53

Creating External Content Types using Visual Studio – Part 2

06:55

Lecture 54

Test External Content Type

11:55

Section 12: Developing Timer Jobs

Lecture 55

Overview of Timer Jobs

04:31

Lecture 56

Implementing the Job's Functionality

09:20

Lecture 57

Creating a New Timer Job

10:58

Lecture 58

Debug and Test Timer Job Functionality

06:55

Section 13: Creating Site Definitions

Lecture 59

Overview of Site Definitions

06:25

Lecture 60

Creating Custom Site Definition using Visual Studio

10:00

Lecture 61

Working with ONET.xml NavBar Elements

06:55

Lecture 62

Working with ONET.XML Feature Elements

05:20

Lecture 63

Working with ONET.XML DocumentTemplate Elements

05:49

Section 14: Developing Web Templates

Lecture 64

Creating a Site Template and Importing it into Visual Studio Solution

15:05

Lecture 65

Creating a Custom Web Template using Visual Studio

07:04

Lecture 66

Test our Custom Web Template

03:30

Section 15: Working with Sandboxed Solutions

Lecture 67

Overview of Sandboxed Solutions

06:47

Lecture 68

Developing a Simple Sandboxed Solution

11:55

Lecture 69

Performing IO Operations

09:23

Lecture 70

Running Code with Elevated Privileges

08:31

Lecture 71

Accessing a different site collection

04:55

Lecture 72

Developing a Sandboxed Solution – Part 1

05:36

Lecture 73

Developing a Sandboxed Solution – Part 2

20:39

Lecture 74

Testing a Sandboxed Solution

02:01

Section 16: Working with SharePoint 2013 REST Service

Lecture 75

Overview of REST Service

05:43

Lecture 76

Performing OData Query Operations – Part 1

14:11

Lecture 77

Performing OData Query Operations – Part 2

06:32

Lecture 78

Reading Site Properties using REST Approach

08:07

Lecture 79

Get List of Lists of a Site Using REST Approach

05:48

Lecture 80

Read Records of a List using REST Approach

05:41

Lecture 81

Adding Records to a List using REST Approach

09:43

Lecture 82

Updating Records of a List using REST Approach

08:12

Lecture 83

Deleting Records of a List using REST Approach

02:59

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

Lecture 84

Overview of Silverlight Client Object Model

04:14

Lecture 85

Developing a Silverlight Application

14:00

Lecture 86

Testing Silverlight Control inside a SharePoint Site

02:29

Lecture 87

Developing a Silverlight Web Part using Visual Studio

04:33

Lecture 88

Testing Silverlight Web Part inside a SharePoint Site

06:20


If this post was usefull for you, let us know in comments…

The post Udemy – SharePoint 2013 Development Using CSharp – Part II appeared first on Download all for Free.

0 comments:

Enregistrer un commentaire

Trending on the Web

Related Posts Plugin for WordPress, Blogger...