Сообщения без ответов | Активные темы Текущее время: 2024-11-24 05:05



Ответить на тему  [ 1 сообщение ] 
[Udemy] SharePoint 2013 Development Using C# - Part II [2016, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
SharePoint 2013 Development Using C# - Part II

#777
Год выпуска: 2016
Производитель: Udemy
Сайт производителя: http://www.udemy.com
Продолжительность: 10:54:32
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание: Master SharePoint 2013 развития


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.

Содержание
├── 01 SharePoint 2013 Development - The Big Picture
│ ├── 001 Course Introduction
│ ├── 002 SharePoint 2013 Different Programming Models
│ ├── 003 Prerequisites For This Course
│ └── 004 COMPLETE COURSE EXERCISE FILES
├── 02 Working with Managed Client Side Object Model CSOM
│ ├── 001 Overview of Managed CSOM
│ ├── 002 Read Properties of a Web Site through Code
│ ├── 002 Read Properties of a Web Site through Code 2.jpg
│ ├── 003 Get List of Lists of a Web site through Code
│ ├── 004 Using LoadQuery Method
│ ├── 005 Read Records of a List through Code
│ ├── 006 Deleting Records Of a List through Code
│ ├── 007 Loading Selective Properties
│ ├── 008 Implementing Paging Mechanism to retrieve records of a List
│ ├── 009 Updating Properties and Writing back to SharePoint Server
│ ├── 010 Creating a New Web Site using CSOM Approach
│ ├── 011 Creating a New List Using CSOM Approach
│ ├── 012 Get List of Sub Sites in a specific Site Collection using CSOM
│ └── 013 Get Fields of a List using CSOM Approach
├── 03 Working with JavaScript Client Side Object Model JSOM
│ ├── 001 Overview of Java Script Client Object Model JSOM
│ ├── 002 Read Properties of a Web Site through Code
│ ├── 003 Updating Properties and Writing back to SharePoint Server
│ ├── 004 Get List of Lists of a Web site through JSOM
│ ├── 005 Creating a New Site Using JSOM Approach
│ ├── 006 Creating a New List Using JSOM Approach
│ ├── 007 Adding Records to a List using JSOM Approach
│ ├── 008 Get Fields of a List using JSOM Approach
│ ├── 009 Read Records of a List using JSOM Approach
│ └── 010 Loading JavaScript dynamically through a Web Part
├── 04 Developing Custom Actions
│ ├── 001 Creating a New Custom Action for SiteActions Group
│ ├── 002 Creating a New Custom Action for a specific group of Users
│ ├── 003 Creating a New Custom Action for General Settings
│ ├── 004 Creating a New Custom Action for Specific Lists
│ └── 005 Creating a New Custom Action for EditControlBlock Group
├── 05 Developing Custom Actions for Ribbon Control
│ ├── 001 Creating a New Custom Button for DocLibListForm Ribbon
│ ├── 002 Creating a New Custom Button for ListItem Actions Group
│ └── 003 Developing a Custom Group with Custom Actions
├── 06 Working with Custom Dialogs
│ ├── 001 Developing a Web Part to create Custom Dialogs
│ └── 002 Testing the Custom Dialog Functionality
├── 07 Using LINQ To SharePoint 2013
│ ├── 001 Developing a Web Part that uses LINQ to talk to SharePoint Site - Part 1
│ ├── 002 Developing a Web Part that uses LINQ to talk to SharePoint Site - Part 2
│ └── 003 Testing the Web Part Functionality
├── 08 Customizing Navigations of a SharePoint Site
│ └── 001 Developing an Application to customize Navigational Elements of a SIte
├── 09 Working with User Profile Properties
│ ├── 001 Overview of User Profile Service and Properties
│ ├── 002 Developing a Web Part to change values of User Profile Properties
│ ├── 003 Read all available User Profile Properties
│ ├── 004 Test the Web Part
│ └── 005 Read User Profile Properties using Client Side Object Model Approach CSOM
├── 10 Working with Site Groups and Permission Levels through Code
│ ├── 001 Get List of Site Collection Administrators
│ ├── 002 Get List of Available SharePoint Groups
│ ├── 003 Get List Of All Users of various Groups
│ └── 004 Develop a SharePoint Feature to Create Groups and assign Role Definitions
├── 11 Working with Business Connectivity Services BCS
│ ├── 001 Creating External Content Types using SharePoint 2013 Designer
│ ├── 002 Creating External Content Types using Visual Studio - Part 1
│ ├── 003 Creating External Content Types using Visual Studio - Part 2
│ └── 004 Test External Content Type
├── 12 Developing Timer Jobs
│ ├── 001 Overview of Timer Jobs
│ ├── 002 Implementing the Jobs Functionality
│ ├── 003 Creating a New Timer Job
│ └── 004 Debug and Test Timer Job Functionality
├── 13 Creating Site Definitions
│ ├── 001 Overview of Site Definitions
│ ├── 002 Creating Custom Site Definition using Visual Studio
│ ├── 003 Working with ONET.xml NavBar Elements
│ ├── 004 Working with ONET.XML Feature Elements
│ └── 005 Working with ONET.XML DocumentTemplate Elements
├── 14 Developing Web Templates
│ ├── 001 Creating a Site Template and Importing it into Visual Studio Solution
│ ├── 002 Creating a Custom Web Template using Visual Studio
│ └── 003 Test our Custom Web Template
├── 15 Working with Sandboxed Solutions
│ ├── 001 Overview of Sandboxed Solutions
│ ├── 002 Developing a Simple Sandboxed Solution
│ ├── 003 Performing IO Operations
│ ├── 004 Running Code with Elevated Privileges
│ ├── 005 Accessing a different site collection
│ ├── 006 Developing a Sandboxed Solution - Part 1
│ ├── 007 Developing a Sandboxed Solution - Part 2
│ └── 008 Testing a Sandboxed Solution
├── 16 Working with SharePoint 2013 REST Service
│ ├── 001 Overview of REST Service
│ ├── 002 Performing OData Query Operations - Part 1
│ ├── 003 Performing OData Query Operations - Part 2
│ ├── 004 Reading Site Properties using REST Approach
│ ├── 005 Get List of Lists of a Site Using REST Approach
│ ├── 006 Read Records of a List using REST Approach
│ ├── 007 Adding Records to a List using REST Approach
│ ├── 008 Updating Records of a List using REST Approach
│ └── 009 Deleting Records of a List using REST Approach
└── 17 Working with Silverlight Client Object Model SCOM
├── 001 Overview of Silverlight Client Object Model
├── 002 Developing a Silverlight Application
├── 003 Testing Silverlight Control inside a SharePoint Site
├── 004 Developing a Silverlight Web Part using Visual Studio
└── 005 Testing Silverlight Web Part inside a SharePoint Site

Файлы примеров: отсутствуют
Формат видео: MP4
Видео : AVC, 1280x720 (16:9), 30.000 fps, ~617 Kbps avg, 0.022 bit/pixel
Аудио: 44.1 KHz, AAC LC, 2 ch, ~66.0 Kbps

Скриншоты























2016-03-11 03:04
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-03-11 03:01 Приватный: Нет (DHT включён)
Статус:
---
Размер: 2.96 ГБ (3 183 315 250 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.146s | 16 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика