Общая информация
Название Working with Nulls in C#
Тип
Размер 277.09Мб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
01. Course Overview.mp4 2.51Мб
01. Course Overview.srt 2.31Кб
01. Introduction.mp4 1.87Мб
01. Introduction.mp4 2.43Мб
01. Introduction.mp4 2.89Мб
01. Introduction.mp4 3.12Мб
01. Introduction.srt 2.09Кб
01. Introduction.srt 2.98Кб
01. Introduction.srt 3.26Кб
01. Introduction.srt 3.20Кб
02. An Overview of C# 8.0 Null Features.mp4 3.50Мб
02. An Overview of C# 8.0 Null Features.srt 4.18Кб
02. Course Outline.mp4 1.31Мб
02. Course Outline.srt 1.56Кб
02. Introducing the Null Object Pattern.mp4 3.24Мб
02. Introducing the Null Object Pattern.srt 4.25Кб
02. More on Nullable-T-.mp4 1.58Мб
02. More on Nullable-T-.srt 2.30Кб
03. Creating a New .NET Core 3 Console Application.mp4 4.31Мб
03. Creating a New .NET Core 3 Console Application.srt 2.40Кб
03. Pattern Overview.mp4 3.26Мб
03. Pattern Overview.srt 4.92Кб
03. Reference and Value Types Overview.mp4 5.11Мб
03. Reference and Value Types Overview.srt 6.05Кб
03. Using the HasValue and Value Properties.mp4 9.71Мб
03. Using the HasValue and Value Properties.srt 4.81Кб
04. Example Code Without the Null Object Pattern.mp4 9.96Мб
04. Example Code Without the Null Object Pattern.srt 6.37Кб
04. Using Magic Numbers for Null Value Types.mp4 22.75Мб
04. Using Magic Numbers for Null Value Types.srt 13.98Кб
04. Using the GetValueOrDefault Method.mp4 6.32Мб
04. Using the GetValueOrDefault Method.srt 3.45Кб
04. Writing Some Simple Null Code.mp4 3.09Мб
04. Writing Some Simple Null Code.srt 1.95Кб
05. Comparing Nullable-T- Instances.mp4 878.26Кб
05. Comparing Nullable-T- Instances.srt 1.24Кб
05. Enabling Non-nullable Reference Types for Specific Lines of Code.mp4 3.74Мб
05. Enabling Non-nullable Reference Types for Specific Lines of Code.srt 2.40Кб
05. Implementing the Null Object Pattern Using Interfaces.mp4 10.91Мб
05. Implementing the Null Object Pattern Using Interfaces.srt 5.87Кб
05. Introduction to Nullable Value Types with Nullable-T-.mp4 1.74Мб
05. Introduction to Nullable Value Types with Nullable-T-.srt 2.23Кб
06. Enabling Non-nullable Reference Types for an Entire Code File.mp4 3.47Мб
06. Enabling Non-nullable Reference Types for an Entire Code File.srt 2.16Кб
06. Nullable-T- Implicit and Explicit Conversions.mp4 1.70Мб
06. Nullable-T- Implicit and Explicit Conversions.srt 2.34Кб
06. Refactoring to a Base Class and Single Null Instance.mp4 13.36Мб
06. Refactoring to a Base Class and Single Null Instance.srt 7.81Кб
06. Refactoring to Nullable-T- and Removing Magic Numbers.mp4 7.39Мб
06. Refactoring to Nullable-T- and Removing Magic Numbers.srt 3.99Кб
07. C# Shorthand for Nullable Value Types.mp4 3.96Мб
07. C# Shorthand for Nullable Value Types.srt 2.31Кб
07. Considerations.mp4 2.14Мб
07. Considerations.srt 2.78Кб
07. Enabling Non-nullable Reference Types for an Entire Project.mp4 3.65Мб
07. Enabling Non-nullable Reference Types for an Entire Project.srt 2.47Кб
07. Overview of C# Null-checking Operators.mp4 1.74Мб
07. Overview of C# Null-checking Operators.srt 2.56Кб
08. Nullable Boolean Values.mp4 7.07Мб
08. Nullable Boolean Values.srt 3.94Кб
08. Summary.mp4 3.02Мб
08. Summary.srt 3.63Кб
08. Treating Nullable Warnings as Errors.mp4 4.67Мб
08. Treating Nullable Warnings as Errors.srt 3.46Кб
08. Using the Conditional Operator to Check for Nulls.mp4 6.41Мб
08. Using the Conditional Operator to Check for Nulls.srt 3.29Кб
09. Null and Empty Strings.mp4 1.80Мб
09. Null and Empty Strings.srt 2.39Кб
09. Specifying That a Reference Should Be Allowed to Be Null.mp4 3.16Мб
09. Specifying That a Reference Should Be Allowed to Be Null.srt 2.46Кб
09. Using the Null-coalescing Operator.mp4 4.74Мб
09. Using the Null-coalescing Operator.srt 2.00Кб
10. Checking for Null or Empty Strings.mp4 6.05Мб
10. Checking for Null or Empty Strings.srt 2.18Кб
10. Using the Null-conditional Operator.mp4 17.46Мб
10. Using the Null-conditional Operator.srt 10.09Кб
10. Working with Nullable and Non-nullable Properties.mp4 11.77Мб
10. Working with Nullable and Non-nullable Properties.srt 6.93Кб
11. Summary.mp4 2.61Мб
11. Summary.srt 3.10Кб
11. Using the Null-conditional Operator with Null Array Values.mp4 7.32Мб
11. Using the Null-conditional Operator with Null Array Values.srt 4.56Кб
11. Working with Nullable and Non-nullable Method Return Values.mp4 4.30Мб
11. Working with Nullable and Non-nullable Method Return Values.srt 2.53Кб
12. Thread-safe Null Delegate Invocation.mp4 1.14Мб
12. Thread-safe Null Delegate Invocation.srt 1.53Кб
12. Using the Null-coalescing and Null-conditional Operators.mp4 5.51Мб
12. Using the Null-coalescing and Null-conditional Operators.srt 3.43Кб
13. Summary.mp4 3.05Мб
13. Summary.srt 4.28Кб
13. Using the Null-forgiving Operator to Override the Compiler.mp4 13.96Мб
13. Using the Null-forgiving Operator to Override the Compiler.srt 7.92Кб
14. Refactoring Existing Code to C# 8.mp4 20.66Мб
14. Refactoring Existing Code to C# 8.srt 14.18Кб
15. Nullable and Non-nullable Generics.mp4 2.97Мб
15. Nullable and Non-nullable Generics.srt 3.44Кб
16. Considerations.mp4 2.29Мб
16. Considerations.srt 2.61Кб
17. Summary.mp4 3.11Мб
17. Summary.srt 3.27Кб
working-with-nulls-csharp.zip 2.19Мб
Статистика распространения по странам
Россия (RU) 5
США (US) 2
Черногория (ME) 2
Китай (CN) 1
Всего 10
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент