资源详情

返回首页 | 相关搜索
C# Tips and Traps
大小 731 MB
文件数 159
Info Hash: 13CCB78143CF9E6DD1D3E34773462E22A3A2FBCA
收录时间 2026-01-06 06:39:10
更新时间 2026-01-06 06:39:10
文件列表 (159)
01. Course Overview/01. Course Overview.mp4
2.64 MB
01. Course Overview/01. Course Overview.srt
1.83 KB
02. String, Character, and Formatting Tips/01. Introduction.mp4
3.86 MB
02. String, Character, and Formatting Tips/01. Introduction.srt
3.77 KB
02. String, Character, and Formatting Tips/02. Simplifying String Empty and Null Checking Code.mp4
11.32 MB
02. String, Character, and Formatting Tips/02. Simplifying String Empty and Null Checking Code.srt
8.34 KB
02. String, Character, and Formatting Tips/03. Testing Char Unicode Validity.mp4
9.66 MB
02. String, Character, and Formatting Tips/03. Testing Char Unicode Validity.srt
5.48 KB
02. String, Character, and Formatting Tips/04. String Formatting and String Interpolation.mp4
12.32 MB
02. String, Character, and Formatting Tips/04. String Formatting and String Interpolation.srt
7.05 KB
02. String, Character, and Formatting Tips/05. Formatting and Aligning Values into Columns.mp4
11.46 MB
02. String, Character, and Formatting Tips/05. Formatting and Aligning Values into Columns.srt
5.55 KB
02. String, Character, and Formatting Tips/06. Conditional Formatting for Positive, Negative, and Zero Numbers.mp4
12.74 MB
02. String, Character, and Formatting Tips/06. Conditional Formatting for Positive, Negative, and Zero Numbers.srt
6.6 KB
02. String, Character, and Formatting Tips/07. Building Strings with the StringBuilder Class.mp4
12.91 MB
02. String, Character, and Formatting Tips/07. Building Strings with the StringBuilder Class.srt
7.99 KB
02. String, Character, and Formatting Tips/08. Creating and Using Custom Numeric Format Providers.mp4
12.31 MB
02. String, Character, and Formatting Tips/08. Creating and Using Custom Numeric Format Providers.srt
7.99 KB
02. String, Character, and Formatting Tips/09. Summary.mp4
2.07 MB
02. String, Character, and Formatting Tips/09. Summary.srt
2.48 KB
03. Tips for Working with Numbers and Dates/01. Introduction.mp4
1.89 MB
03. Tips for Working with Numbers and Dates/01. Introduction.srt
2.04 KB
03. Tips for Working with Numbers and Dates/02. Parsing Strings into Numbers with the NumberStyles Enumeration.mp4
17.67 MB
03. Tips for Working with Numbers and Dates/02. Parsing Strings into Numbers with the NumberStyles Enumeration.srt
10.05 KB
03. Tips for Working with Numbers and Dates/03. Preventing Ambiguous DateTime Parsing and Mis-parsing.mp4
7.34 MB
03. Tips for Working with Numbers and Dates/03. Preventing Ambiguous DateTime Parsing and Mis-parsing.srt
4.99 KB
03. Tips for Working with Numbers and Dates/04. Parsing DateTimes with the DateTimeStyles Enumeration.mp4
11.38 MB
03. Tips for Working with Numbers and Dates/04. Parsing DateTimes with the DateTimeStyles Enumeration.srt
7.05 KB
03. Tips for Working with Numbers and Dates/05. Representing Arbitrarily Large Integer Values.mp4
8.96 MB
03. Tips for Working with Numbers and Dates/05. Representing Arbitrarily Large Integer Values.srt
5.58 KB
03. Tips for Working with Numbers and Dates/06. Creating Random Numbers.mp4
15.53 MB
03. Tips for Working with Numbers and Dates/06. Creating Random Numbers.srt
13.28 KB
03. Tips for Working with Numbers and Dates/07. Creating Cryptographically Secure Random Numbers.mp4
5.92 MB
03. Tips for Working with Numbers and Dates/07. Creating Cryptographically Secure Random Numbers.srt
3.59 KB
03. Tips for Working with Numbers and Dates/08. Generating Sequences of Integer Values.mp4
11.01 MB
03. Tips for Working with Numbers and Dates/08. Generating Sequences of Integer Values.srt
5.97 KB
03. Tips for Working with Numbers and Dates/09. Summary.mp4
1.63 MB
03. Tips for Working with Numbers and Dates/09. Summary.srt
2.23 KB
04. Data Types and Object Tips/01. Introduction.mp4
1.06 MB
04. Data Types and Object Tips/01. Introduction.srt
1.38 KB
04. Data Types and Object Tips/02. Using Tuples to Reduce the Amount of Code.mp4
13.17 MB
04. Data Types and Object Tips/02. Using Tuples to Reduce the Amount of Code.srt
7.94 KB
04. Data Types and Object Tips/03. Creating and Using Combinable Enums.mp4
28.53 MB
04. Data Types and Object Tips/03. Creating and Using Combinable Enums.srt
17.51 KB
04. Data Types and Object Tips/04. Improving Struct Equality Performance.mp4
12.82 MB
04. Data Types and Object Tips/04. Improving Struct Equality Performance.srt
6.42 KB
04. Data Types and Object Tips/05. Forcing Reference Equality Comparisons.mp4
8.72 MB
04. Data Types and Object Tips/05. Forcing Reference Equality Comparisons.srt
5.27 KB
04. Data Types and Object Tips/06. Summary.mp4
1.62 MB
04. Data Types and Object Tips/06. Summary.srt
1.9 KB
05. Tips for Working with Files, Paths, and URIs/01. Introduction.mp4
1.17 MB
05. Tips for Working with Files, Paths, and URIs/01. Introduction.srt
1.48 KB
05. Tips for Working with Files, Paths, and URIs/02. Simplifying Path Creation Code.mp4
9.03 MB
05. Tips for Working with Files, Paths, and URIs/02. Simplifying Path Creation Code.srt
6.81 KB
05. Tips for Working with Files, Paths, and URIs/03. Other Useful Path Methods.mp4
13.78 MB
05. Tips for Working with Files, Paths, and URIs/03. Other Useful Path Methods.srt
9.09 KB
05. Tips for Working with Files, Paths, and URIs/04. Working with URIs.mp4
26.33 MB
05. Tips for Working with Files, Paths, and URIs/04. Working with URIs.srt
14.9 KB
05. Tips for Working with Files, Paths, and URIs/05. Working with Zip Files.mp4
19.57 MB
05. Tips for Working with Files, Paths, and URIs/05. Working with Zip Files.srt
11.65 KB
05. Tips for Working with Files, Paths, and URIs/06. Compressing and Decompressing In-memory Streams.mp4
12.96 MB
05. Tips for Working with Files, Paths, and URIs/06. Compressing and Decompressing In-memory Streams.srt
7.15 KB
05. Tips for Working with Files, Paths, and URIs/07. Summary.mp4
1.89 MB
05. Tips for Working with Files, Paths, and URIs/07. Summary.srt
2.28 KB
06. Organizing and Structuring Classes and Code/01. Introduction.mp4
1.77 MB
06. Organizing and Structuring Classes and Code/01. Introduction.srt
1.85 KB
06. Organizing and Structuring Classes and Code/02. The Danger of Virtual Method Calls from Constructors.mp4
8.35 MB
06. Organizing and Structuring Classes and Code/02. The Danger of Virtual Method Calls from Constructors.srt
5.27 KB
06. Organizing and Structuring Classes and Code/03. Simplifying Constructor Overloads.mp4
8.19 MB
06. Organizing and Structuring Classes and Code/03. Simplifying Constructor Overloads.srt
5.21 KB
06. Organizing and Structuring Classes and Code/04. Creating Methods That Take an Arbitrary Number of Arguments.mp4
12.01 MB
06. Organizing and Structuring Classes and Code/04. Creating Methods That Take an Arbitrary Number of Arguments.srt
6.74 KB
06. Organizing and Structuring Classes and Code/05. Using Indexers in Your Own Classes.mp4
8.53 MB
06. Organizing and Structuring Classes and Code/05. Using Indexers in Your Own Classes.srt
5.3 KB
06. Organizing and Structuring Classes and Code/06. Partial Classes and Partial Methods.mp4
12.62 MB
06. Organizing and Structuring Classes and Code/06. Partial Classes and Partial Methods.srt
8.36 KB
06. Organizing and Structuring Classes and Code/07. Simplifying Code with Local Functions.mp4
7.69 MB
06. Organizing and Structuring Classes and Code/07. Simplifying Code with Local Functions.srt
4.3 KB
06. Organizing and Structuring Classes and Code/08. Creating Type Namespace Aliases.mp4
4.19 MB
06. Organizing and Structuring Classes and Code/08. Creating Type Namespace Aliases.srt
2.67 KB
06. Organizing and Structuring Classes and Code/09. Using Keywords for Variable Names and Parameters.mp4
2.56 MB
06. Organizing and Structuring Classes and Code/09. Using Keywords for Variable Names and Parameters.srt
1.7 KB
06. Organizing and Structuring Classes and Code/10. Exiting Loops Early.mp4
1.04 MB
06. Organizing and Structuring Classes and Code/10. Exiting Loops Early.srt
1.09 KB
06. Organizing and Structuring Classes and Code/11. Summary.mp4
1.32 MB
06. Organizing and Structuring Classes and Code/11. Summary.srt
1.68 KB
07. Compilation Tips/01. Introduction.mp4
2.08 MB
07. Compilation Tips/01. Introduction.srt
2.22 KB
07. Compilation Tips/02. An Overview of C# Preprocessor Directives.mp4
2.92 MB
07. Compilation Tips/02. An Overview of C# Preprocessor Directives.srt
3.67 KB
07. Compilation Tips/03. Implementing Conditional Compilation with Preprocessor Directives.mp4
10.36 MB
07. Compilation Tips/03. Implementing Conditional Compilation with Preprocessor Directives.srt
7.2 KB
07. Compilation Tips/04. Conditionally Compiling Code for Different Platforms.mp4
13.67 MB
07. Compilation Tips/04. Conditionally Compiling Code for Different Platforms.srt
9.67 KB
07. Compilation Tips/05. Defining Custom C# Compilation Symbols.mp4
10.37 MB
07. Compilation Tips/05. Defining Custom C# Compilation Symbols.srt
5.52 KB
07. Compilation Tips/06. Emitting Custom C# Compiler Warnings and Errors.mp4
6.82 MB
07. Compilation Tips/06. Emitting Custom C# Compiler Warnings and Errors.srt
4.57 KB
07. Compilation Tips/07. Conditionally Calling a Method Based on Compilation Symbols.mp4
6.81 MB
07. Compilation Tips/07. Conditionally Calling a Method Based on Compilation Symbols.srt
4.34 KB
07. Compilation Tips/08. Unit Testing Internal Methods.mp4
6.15 MB
07. Compilation Tips/08. Unit Testing Internal Methods.srt
3.68 KB
07. Compilation Tips/09. Marking Code as Obsolete.mp4
5.24 MB
07. Compilation Tips/09. Marking Code as Obsolete.srt
3.16 KB
07. Compilation Tips/10. Binary Compatibility and Optional Parameters.mp4
5.85 MB
07. Compilation Tips/10. Binary Compatibility and Optional Parameters.srt
3.9 KB
07. Compilation Tips/11. Summary.mp4
1.96 MB
07. Compilation Tips/11. Summary.srt
2.42 KB
08. Tips for Casting and Conversions/01. Introduction.mp4
1.37 MB
08. Tips for Casting and Conversions/01. Introduction.srt
1.4 KB
08. Tips for Casting and Conversions/02. Converting Binary Data to ASCII with Base64 Encoding.mp4
20.85 MB
08. Tips for Casting and Conversions/02. Converting Binary Data to ASCII with Base64 Encoding.srt
9.1 KB
08. Tips for Casting and Conversions/03. Converting Base Types to Binary with BitConverter.mp4
12.18 MB
08. Tips for Casting and Conversions/03. Converting Base Types to Binary with BitConverter.srt
8.23 KB
08. Tips for Casting and Conversions/04. Runtime Conversions with Convert.ChangeType.mp4
17.91 MB
08. Tips for Casting and Conversions/04. Runtime Conversions with Convert.ChangeType.srt
9.57 KB
08. Tips for Casting and Conversions/05. Converting Characters to Numeric Values.mp4
4.61 MB
08. Tips for Casting and Conversions/05. Converting Characters to Numeric Values.srt
3.07 KB
08. Tips for Casting and Conversions/06. As or Cast-.mp4
4.96 MB
08. Tips for Casting and Conversions/06. As or Cast-.srt
2.28 KB
08. Tips for Casting and Conversions/07. Summary.mp4
1.73 MB
08. Tips for Casting and Conversions/07. Summary.srt
1.89 KB
09. Runtime Execution Tips/01. Introduction.mp4
1.7 MB
09. Runtime Execution Tips/01. Introduction.srt
1.98 KB
09. Runtime Execution Tips/02. Consequences of Exceptions in Static Constructors.mp4
10.7 MB
09. Runtime Execution Tips/02. Consequences of Exceptions in Static Constructors.srt
6.41 KB
09. Runtime Execution Tips/03. Getting Environment Information in C#.mp4
12.56 MB
09. Runtime Execution Tips/03. Getting Environment Information in C#.srt
5.91 KB
09. Runtime Execution Tips/04. Changing the Current Thread's Culture at Runtime.mp4
7.13 MB
09. Runtime Execution Tips/04. Changing the Current Thread's Culture at Runtime.srt
3.5 KB
09. Runtime Execution Tips/05. Deferring Creation of Resource-intensive Objects until First Use.mp4
24.74 MB
09. Runtime Execution Tips/05. Deferring Creation of Resource-intensive Objects until First Use.srt
10.64 KB
09. Runtime Execution Tips/06. Exception Caching with Lazy-T-.mp4
9.61 MB
09. Runtime Execution Tips/06. Exception Caching with Lazy-T-.srt
3.98 KB
09. Runtime Execution Tips/07. Creating Delays with Tasks.mp4
9.6 MB
09. Runtime Execution Tips/07. Creating Delays with Tasks.srt
3.36 KB
09. Runtime Execution Tips/08. Launching Arbitrary Programs and Processes.mp4
11.72 MB
09. Runtime Execution Tips/08. Launching Arbitrary Programs and Processes.srt
6.53 KB
09. Runtime Execution Tips/09. Capturing Process Output and Errors.mp4
8.46 MB
09. Runtime Execution Tips/09. Capturing Process Output and Errors.srt
4.57 KB
09. Runtime Execution Tips/10. Summary.mp4
2.07 MB
09. Runtime Execution Tips/10. Summary.srt
2.39 KB
10. Bonus Tips/01. Introduction.mp4
1.86 MB
10. Bonus Tips/01. Introduction.srt
2.3 KB
10. Bonus Tips/02. Merging IEnumerable Sequences Together.mp4
21.59 MB
10. Bonus Tips/02. Merging IEnumerable Sequences Together.srt
13.59 KB
10. Bonus Tips/03. Performing Set-based Operations on IEnumerable Sequences.mp4
13.91 MB
10. Bonus Tips/03. Performing Set-based Operations on IEnumerable Sequences.srt
7.98 KB
10. Bonus Tips/04. The Caller Information Attributes.mp4
17.45 MB
10. Bonus Tips/04. The Caller Information Attributes.srt
10.8 KB
10. Bonus Tips/05. Non Short-circuiting Logical Operators in C#.mp4
14.09 MB
10. Bonus Tips/05. Non Short-circuiting Logical Operators in C#.srt
7.88 KB
10. Bonus Tips/06. Preserving Your Stack Trace When Rethrowing Exceptions.mp4
16.26 MB
10. Bonus Tips/06. Preserving Your Stack Trace When Rethrowing Exceptions.srt
6.93 KB
10. Bonus Tips/07. The Null-coalescing and Null-conditional C# Operators.mp4
15.48 MB
10. Bonus Tips/07. The Null-coalescing and Null-conditional C# Operators.srt
9.5 KB
10. Bonus Tips/08. Summary and Further Learning.mp4
2.91 MB
10. Bonus Tips/08. Summary and Further Learning.srt
3.91 KB
c-sharp-tips-traps.zip
1.34 MB

免责声明

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