资源详情

返回首页 | 相关搜索
Working with Nulls in C#
大小 277.09 MB
文件数 101
Info Hash: 159ED044C9E945D49750BE980F605D9F32156300
收录时间 2026-02-18 02:43:38
更新时间 2026-02-18 02:43:38
文件列表 (101)
01. Course Overview/01. Course Overview.mp4
2.51 MB
01. Course Overview/01. Course Overview.srt
2.31 KB
02. Working with Nullable Value Types and Strings/01. Introduction.mp4
1.87 MB
02. Working with Nullable Value Types and Strings/01. Introduction.srt
2.09 KB
02. Working with Nullable Value Types and Strings/02. Course Outline.mp4
1.31 MB
02. Working with Nullable Value Types and Strings/02. Course Outline.srt
1.56 KB
02. Working with Nullable Value Types and Strings/03. Reference and Value Types Overview.mp4
5.11 MB
02. Working with Nullable Value Types and Strings/03. Reference and Value Types Overview.srt
6.05 KB
02. Working with Nullable Value Types and Strings/04. Using Magic Numbers for Null Value Types.mp4
22.75 MB
02. Working with Nullable Value Types and Strings/04. Using Magic Numbers for Null Value Types.srt
13.98 KB
02. Working with Nullable Value Types and Strings/05. Introduction to Nullable Value Types with Nullable-T-.mp4
1.74 MB
02. Working with Nullable Value Types and Strings/05. Introduction to Nullable Value Types with Nullable-T-.srt
2.23 KB
02. Working with Nullable Value Types and Strings/06. Refactoring to Nullable-T- and Removing Magic Numbers.mp4
7.39 MB
02. Working with Nullable Value Types and Strings/06. Refactoring to Nullable-T- and Removing Magic Numbers.srt
3.99 KB
02. Working with Nullable Value Types and Strings/07. C# Shorthand for Nullable Value Types.mp4
3.96 MB
02. Working with Nullable Value Types and Strings/07. C# Shorthand for Nullable Value Types.srt
2.31 KB
02. Working with Nullable Value Types and Strings/08. Nullable Boolean Values.mp4
7.07 MB
02. Working with Nullable Value Types and Strings/08. Nullable Boolean Values.srt
3.94 KB
02. Working with Nullable Value Types and Strings/09. Null and Empty Strings.mp4
1.8 MB
02. Working with Nullable Value Types and Strings/09. Null and Empty Strings.srt
2.39 KB
02. Working with Nullable Value Types and Strings/10. Checking for Null or Empty Strings.mp4
6.05 MB
02. Working with Nullable Value Types and Strings/10. Checking for Null or Empty Strings.srt
2.18 KB
02. Working with Nullable Value Types and Strings/11. Summary.mp4
2.61 MB
02. Working with Nullable Value Types and Strings/11. Summary.srt
3.1 KB
03. Accessing and Checking for Null Values/01. Introduction.mp4
2.43 MB
03. Accessing and Checking for Null Values/01. Introduction.srt
2.98 KB
03. Accessing and Checking for Null Values/02. More on Nullable-T-.mp4
1.58 MB
03. Accessing and Checking for Null Values/02. More on Nullable-T-.srt
2.3 KB
03. Accessing and Checking for Null Values/03. Using the HasValue and Value Properties.mp4
9.71 MB
03. Accessing and Checking for Null Values/03. Using the HasValue and Value Properties.srt
4.81 KB
03. Accessing and Checking for Null Values/04. Using the GetValueOrDefault Method.mp4
6.32 MB
03. Accessing and Checking for Null Values/04. Using the GetValueOrDefault Method.srt
3.45 KB
03. Accessing and Checking for Null Values/05. Comparing Nullable-T- Instances.mp4
878.26 KB
03. Accessing and Checking for Null Values/05. Comparing Nullable-T- Instances.srt
1.24 KB
03. Accessing and Checking for Null Values/06. Nullable-T- Implicit and Explicit Conversions.mp4
1.7 MB
03. Accessing and Checking for Null Values/06. Nullable-T- Implicit and Explicit Conversions.srt
2.34 KB
03. Accessing and Checking for Null Values/07. Overview of C# Null-checking Operators.mp4
1.74 MB
03. Accessing and Checking for Null Values/07. Overview of C# Null-checking Operators.srt
2.56 KB
03. Accessing and Checking for Null Values/08. Using the Conditional Operator to Check for Nulls.mp4
6.41 MB
03. Accessing and Checking for Null Values/08. Using the Conditional Operator to Check for Nulls.srt
3.29 KB
03. Accessing and Checking for Null Values/09. Using the Null-coalescing Operator.mp4
4.74 MB
03. Accessing and Checking for Null Values/09. Using the Null-coalescing Operator.srt
2 KB
03. Accessing and Checking for Null Values/10. Using the Null-conditional Operator.mp4
17.46 MB
03. Accessing and Checking for Null Values/10. Using the Null-conditional Operator.srt
10.09 KB
03. Accessing and Checking for Null Values/11. Using the Null-conditional Operator with Null Array Values.mp4
7.32 MB
03. Accessing and Checking for Null Values/11. Using the Null-conditional Operator with Null Array Values.srt
4.56 KB
03. Accessing and Checking for Null Values/12. Thread-safe Null Delegate Invocation.mp4
1.14 MB
03. Accessing and Checking for Null Values/12. Thread-safe Null Delegate Invocation.srt
1.53 KB
03. Accessing and Checking for Null Values/13. Summary.mp4
3.05 MB
03. Accessing and Checking for Null Values/13. Summary.srt
4.28 KB
04. Eliminating Null Reference Exceptions/01. Introduction.mp4
2.89 MB
04. Eliminating Null Reference Exceptions/01. Introduction.srt
3.26 KB
04. Eliminating Null Reference Exceptions/02. Introducing the Null Object Pattern.mp4
3.24 MB
04. Eliminating Null Reference Exceptions/02. Introducing the Null Object Pattern.srt
4.25 KB
04. Eliminating Null Reference Exceptions/03. Pattern Overview.mp4
3.26 MB
04. Eliminating Null Reference Exceptions/03. Pattern Overview.srt
4.92 KB
04. Eliminating Null Reference Exceptions/04. Example Code Without the Null Object Pattern.mp4
9.96 MB
04. Eliminating Null Reference Exceptions/04. Example Code Without the Null Object Pattern.srt
6.37 KB
04. Eliminating Null Reference Exceptions/05. Implementing the Null Object Pattern Using Interfaces.mp4
10.91 MB
04. Eliminating Null Reference Exceptions/05. Implementing the Null Object Pattern Using Interfaces.srt
5.87 KB
04. Eliminating Null Reference Exceptions/06. Refactoring to a Base Class and Single Null Instance.mp4
13.36 MB
04. Eliminating Null Reference Exceptions/06. Refactoring to a Base Class and Single Null Instance.srt
7.81 KB
04. Eliminating Null Reference Exceptions/07. Considerations.mp4
2.14 MB
04. Eliminating Null Reference Exceptions/07. Considerations.srt
2.78 KB
04. Eliminating Null Reference Exceptions/08. Summary.mp4
3.02 MB
04. Eliminating Null Reference Exceptions/08. Summary.srt
3.63 KB
05. Understanding Non-nullable Reference Types in C# 8/01. Introduction.mp4
3.12 MB
05. Understanding Non-nullable Reference Types in C# 8/01. Introduction.srt
3.2 KB
05. Understanding Non-nullable Reference Types in C# 8/02. An Overview of C# 8.0 Null Features.mp4
3.5 MB
05. Understanding Non-nullable Reference Types in C# 8/02. An Overview of C# 8.0 Null Features.srt
4.18 KB
05. Understanding Non-nullable Reference Types in C# 8/03. Creating a New .NET Core 3 Console Application.mp4
4.31 MB
05. Understanding Non-nullable Reference Types in C# 8/03. Creating a New .NET Core 3 Console Application.srt
2.4 KB
05. Understanding Non-nullable Reference Types in C# 8/04. Writing Some Simple Null Code.mp4
3.09 MB
05. Understanding Non-nullable Reference Types in C# 8/04. Writing Some Simple Null Code.srt
1.95 KB
05. Understanding Non-nullable Reference Types in C# 8/05. Enabling Non-nullable Reference Types for Specific Lines of Code.mp4
3.74 MB
05. Understanding Non-nullable Reference Types in C# 8/05. Enabling Non-nullable Reference Types for Specific Lines of Code.srt
2.4 KB
05. Understanding Non-nullable Reference Types in C# 8/06. Enabling Non-nullable Reference Types for an Entire Code File.mp4
3.47 MB
05. Understanding Non-nullable Reference Types in C# 8/06. Enabling Non-nullable Reference Types for an Entire Code File.srt
2.16 KB
05. Understanding Non-nullable Reference Types in C# 8/07. Enabling Non-nullable Reference Types for an Entire Project.mp4
3.65 MB
05. Understanding Non-nullable Reference Types in C# 8/07. Enabling Non-nullable Reference Types for an Entire Project.srt
2.47 KB
05. Understanding Non-nullable Reference Types in C# 8/08. Treating Nullable Warnings as Errors.mp4
4.67 MB
05. Understanding Non-nullable Reference Types in C# 8/08. Treating Nullable Warnings as Errors.srt
3.46 KB
05. Understanding Non-nullable Reference Types in C# 8/09. Specifying That a Reference Should Be Allowed to Be Null.mp4
3.16 MB
05. Understanding Non-nullable Reference Types in C# 8/09. Specifying That a Reference Should Be Allowed to Be Null.srt
2.46 KB
05. Understanding Non-nullable Reference Types in C# 8/10. Working with Nullable and Non-nullable Properties.mp4
11.77 MB
05. Understanding Non-nullable Reference Types in C# 8/10. Working with Nullable and Non-nullable Properties.srt
6.93 KB
05. Understanding Non-nullable Reference Types in C# 8/11. Working with Nullable and Non-nullable Method Return Values.mp4
4.3 MB
05. Understanding Non-nullable Reference Types in C# 8/11. Working with Nullable and Non-nullable Method Return Values.srt
2.53 KB
05. Understanding Non-nullable Reference Types in C# 8/12. Using the Null-coalescing and Null-conditional Operators.mp4
5.51 MB
05. Understanding Non-nullable Reference Types in C# 8/12. Using the Null-coalescing and Null-conditional Operators.srt
3.43 KB
05. Understanding Non-nullable Reference Types in C# 8/13. Using the Null-forgiving Operator to Override the Compiler.mp4
13.96 MB
05. Understanding Non-nullable Reference Types in C# 8/13. Using the Null-forgiving Operator to Override the Compiler.srt
7.92 KB
05. Understanding Non-nullable Reference Types in C# 8/14. Refactoring Existing Code to C# 8.mp4
20.66 MB
05. Understanding Non-nullable Reference Types in C# 8/14. Refactoring Existing Code to C# 8.srt
14.18 KB
05. Understanding Non-nullable Reference Types in C# 8/15. Nullable and Non-nullable Generics.mp4
2.97 MB
05. Understanding Non-nullable Reference Types in C# 8/15. Nullable and Non-nullable Generics.srt
3.44 KB
05. Understanding Non-nullable Reference Types in C# 8/16. Considerations.mp4
2.29 MB
05. Understanding Non-nullable Reference Types in C# 8/16. Considerations.srt
2.61 KB
05. Understanding Non-nullable Reference Types in C# 8/17. Summary.mp4
3.11 MB
05. Understanding Non-nullable Reference Types in C# 8/17. Summary.srt
3.27 KB
working-with-nulls-csharp.zip
2.19 MB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。