overlord s4 10     naruto shippuuden 385     1977     airheads ita     out-1     Trees      dp thai     Compiler Design     Drive 2160p     Black Rob Life story      basic training     Outer     hd2d     Godzilla 2160p     CATALYST     native-america-2018     lizzie borden     1977     inu yasha 33     BATTLES    

Core Data Fundamentals [2013, ENG]

seeders: 6
leechers: 0
Added 12 years ago by FuriousAngel in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Core Data Fundamentals [2013, ENG] (Size: 575.79 MB)
  01. Introduction and Overview of Core Data
  01. Course Introduction.wmv 1.9 MB
  02. What is Core Data .wmv 11.28 MB
  03. Core Data Stack and Demo App.wmv 8.15 MB
  02. Creating a Model
  01. Introduction.wmv 4.24 MB
  02. Entities.wmv 15.78 MB
  03. Attributes.wmv 3.59 MB
  04. Relationships.wmv 14.1 MB
  05. Advanced Model Options.wmv 4.51 MB
  06. Demo Creating a Model.wmv 34.95 MB
  07. Summary.wmv 1.97 MB
  03. Basic Reading and Writing
  01. Introduction.wmv 2.99 MB
  02. Core Data Stack.wmv 5.22 MB
  03. Demo Configuring The Core Data Stack.wmv 43.63 MB
  04. Writing Data.wmv 10.74 MB
  05. Reading Data.wmv 5.79 MB
  06. Demo Reading and Writing Data.wmv 22.02 MB
  07. Summary.wmv 2.08 MB
  04. Beyond the Basics More Reading and Writing
  01. Introduction.wmv 3.72 MB
  02. Creating Custom Subclasses.wmv 6.96 MB
  03. Code for Custom Subclasses.wmv 5.09 MB
  04. Custom Behavior DOs and DON'Ts.wmv 3.74 MB
  05. Demo Creating Custom NSManagedObject Subclasses.wmv 22.29 MB
  06. Managing Entity Relationships.wmv 9.18 MB
  07. Demo Managing Entity Relationships.wmv 33.73 MB
  08. Filtering and Sorting.wmv 10.63 MB
  09. Fetch Request Templates.wmv 3.12 MB
  10. Demo Working with NSFetchRequests.wmv 22.41 MB
  11. Summary.wmv 1.81 MB
  05. Using NSFetchedResultsController
  01. Introduction.wmv 6.22 MB
  02. Using an NSFetchedResultsController.wmv 2.63 MB
  03. Presenting Data in Sections.wmv 7.86 MB
  04. Demo Displaying Data with an NSFetchedResultsController.wmv 33.04 MB
  05. Listening for Data Changes.wmv 4.44 MB
  06. Demo Using NSFetchedResultsControllerDelegate.wmv 57.34 MB
  07. Summary.wmv 3.28 MB
  06. Versioning a Model
  01. Introduction.wmv 8.17 MB
  02. Data Migration.wmv 3.27 MB
  03. Lighweight Migration.wmv 8.43 MB
  04. Demo Versioning a Core Data Model.wmv 48.22 MB
  05. Summary.wmv 2.48 MB
  07. Performance Tips and Tricks
  01. Introduction.wmv 5.33 MB
  02. Tuning the Model.wmv 13.82 MB
  03. Efficient Queries.wmv 23.4 MB
  04. Concurrency.wmv 9.31 MB
  05. Demo SQL Logging and Instruments.wmv 16.61 MB
  06. Summary.wmv 3.95 MB
  core-data-fundamentals.zip 2.34 MB

Description


Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)

Core Data Fundamentals

Год выпуска: 2013
Производитель: Pluralsight
Сайт производителя: http://pluralsight.com/
Автор: Brice Wilson
Продолжительность: 2h 33m
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: This course demonstrates the fundamental techniques needed to effectively use Core Data to store and manage data in your apps. You'll learn the role of each class in the Core Data stack. You'll see how you can quickly and easily define a data model using the tools available in Xcode. Reading and writing data to the model will be covered along with a discussion about how to build sophisticated queries. The NSFetchedResultsController pairs nicely with the UITableView to present data from a Core Data model and you'll see how to use it in your apps. You'll also learn how to version a Core Data model so that data migrations for subsequent versions of your app are simple to implement. The last module will focus on performance tips and tricks and how you can make sure your app works with your data model as efficiently as possible.

Этот курс демонстрирует основные методы, необходимые для эффективного использования основных данных для хранения и управления данными в ваших программах. Вы узнаете о роли каждого класса в стеке основных данных. Вы увидите, как можно быстро и легко определить модель данных, используя инструменты, доступные в Xcode. Чтение и запись данных в модели будут покрыты наряду с обсуждением о том, как создавать сложные запросы. Пары NSFetchedResultsController приятно с UITableView представить данные из модели основных данных, и вы увидите, как использовать его в своих приложениях. Вы также узнаете, как версия модели основных данных так, что миграция данных для последующих версиях вашего приложения просты в реализации. Последний модуль будет сосредоточена на советы и хитрости производительности и, как вы можете убедиться, что ваше приложение работает с вашей модели данных как можно более эффективно.
[spoiler="Содержание"]
Код: │ core-data-fundamentals.zip

├───01. Introduction and Overview of Core Data
│ 01. Course Introduction.wmv
│ 02. What is Core Data .wmv
│ 03. Core Data Stack and Demo App.wmv

├───02. Creating a Model
│ 01. Introduction.wmv
│ 02. Entities.wmv
│ 03. Attributes.wmv
│ 04. Relationships.wmv
│ 05. Advanced Model Options.wmv
│ 06. Demo Creating a Model.wmv
│ 07. Summary.wmv

├───03. Basic Reading and Writing
│ 01. Introduction.wmv
│ 02. Core Data Stack.wmv
│ 03. Demo Configuring The Core Data Stack.wmv
│ 04. Writing Data.wmv
│ 05. Reading Data.wmv
│ 06. Demo Reading and Writing Data.wmv
│ 07. Summary.wmv

├───04. Beyond the Basics More Reading and Writing
│ 01. Introduction.wmv
│ 02. Creating Custom Subclasses.wmv
│ 03. Code for Custom Subclasses.wmv
│ 04. Custom Behavior DOs and DON'Ts.wmv
│ 05. Demo Creating Custom NSManagedObject Subclasses.wmv
│ 06. Managing Entity Relationships.wmv
│ 07. Demo Managing Entity Relationships.wmv
│ 08. Filtering and Sorting.wmv
│ 09. Fetch Request Templates.wmv
│ 10. Demo Working with NSFetchRequests.wmv
│ 11. Summary.wmv

├───05. Using NSFetchedResultsController
│ 01. Introduction.wmv
│ 02. Using an NSFetchedResultsController.wmv
│ 03. Presenting Data in Sections.wmv
│ 04. Demo Displaying Data with an NSFetchedResultsController.wmv
│ 05. Listening for Data Changes.wmv
│ 06. Demo Using NSFetchedResultsControllerDelegate.wmv
│ 07. Summary.wmv

├───06. Versioning a Model
│ 01. Introduction.wmv
│ 02. Data Migration.wmv
│ 03. Lighweight Migration.wmv
│ 04. Demo Versioning a Core Data Model.wmv
│ 05. Summary.wmv

└───07. Performance Tips and Tricks
01. Introduction.wmv
02. Tuning the Model.wmv
03. Efficient Queries.wmv
04. Concurrency.wmv
05. Demo SQL Logging and Instruments.wmv
06. Summary.wmv
[/spoiler]
Файлы примеров: присутствуют
Формат видео: WMV
[spoiler="audio\video"]
General
Complete name : C:\02. What is Core Data .wmv
Format : Windows Media
File size : 11.3 MiB
Duration : 3mn 38s
Overall bit rate mode : Constant
Overall bit rate : 433 Kbps
Maximum Overall bit rate : 583 Kbps
Encoded date : UTC 2013-12-11 04:25:54.554

Video
ID : 2
Format : VC-1
Format profile : Advanced@L2
Codec ID : WVC1
Codec ID/Hint : Microsoft
Description of the codec : VC-1 - VC-1 Advanced Profile
Duration : 3mn 38s
Bit rate mode : Constant
Bit rate : 384 Kbps
Width : 1 024 pixels
Height : 768 pixels
Display aspect ratio : 4:3
Frame rate : 15.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.033
Stream size : 10.0 MiB (89%)
Language : English (US)

Audio
ID : 1
Format : WMA
Format version : Version 2
Codec ID : 161
Codec ID/Info : Windows Media Audio
Description of the codec : Windows Media Audio 9.2 - 192 kbps, 48 kHz, stereo 1-pass CBR
Duration : 3mn 38s
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Stream size : 5.00 MiB (44%)
Language : English (US)
[/spoiler]
[spoiler="Скриншоты"]

[/spoiler]

Related Torrents

torrent name size uploader age seed leech
0
5
7
9
0