zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
C# Tips and Traps
magnet:?xt=urn:btih:13ccb78143cf9e6dd1d3e34773462e22a3a2fbca&dn=C# Tips and Traps
磁力链接详情
文件列表详情
13ccb78143cf9e6dd1d3e34773462e22a3a2fbca
infohash:
79
文件数量
729.23 MB
文件大小
2021-12-8 18:05
创建日期
2024-10-28 02:06
最后访问
相关分词
C#
Tips
and
Traps
01. Course Overview/01. Course Overview.mp4 2.64 MB
02. String, Character, and Formatting Tips/01. Introduction.mp4 3.86 MB
02. String, Character, and Formatting Tips/02. Simplifying String Empty and Null Checking Code.mp4 11.32 MB
02. String, Character, and Formatting Tips/03. Testing Char Unicode Validity.mp4 9.66 MB
02. String, Character, and Formatting Tips/04. String Formatting and String Interpolation.mp4 12.32 MB
02. String, Character, and Formatting Tips/05. Formatting and Aligning Values into Columns.mp4 11.46 MB
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/07. Building Strings with the StringBuilder Class.mp4 12.91 MB
02. String, Character, and Formatting Tips/08. Creating and Using Custom Numeric Format Providers.mp4 12.31 MB
02. String, Character, and Formatting Tips/09. Summary.mp4 2.07 MB
03. Tips for Working with Numbers and Dates/01. Introduction.mp4 1.89 MB
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/03. Preventing Ambiguous DateTime Parsing and Mis-parsing.mp4 7.34 MB
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/05. Representing Arbitrarily Large Integer Values.mp4 8.96 MB
03. Tips for Working with Numbers and Dates/06. Creating Random Numbers.mp4 15.53 MB
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/08. Generating Sequences of Integer Values.mp4 11.01 MB
03. Tips for Working with Numbers and Dates/09. Summary.mp4 1.63 MB
04. Data Types and Object Tips/01. Introduction.mp4 1.06 MB
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/03. Creating and Using Combinable Enums.mp4 28.53 MB
04. Data Types and Object Tips/04. Improving Struct Equality Performance.mp4 12.82 MB
04. Data Types and Object Tips/05. Forcing Reference Equality Comparisons.mp4 8.72 MB
04. Data Types and Object Tips/06. Summary.mp4 1.62 MB
05. Tips for Working with Files, Paths, and URIs/01. Introduction.mp4 1.17 MB
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/03. Other Useful Path Methods.mp4 13.78 MB
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/05. Working with Zip Files.mp4 19.57 MB
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/07. Summary.mp4 1.89 MB
06. Organizing and Structuring Classes and Code/01. Introduction.mp4 1.77 MB
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/03. Simplifying Constructor Overloads.mp4 8.19 MB
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/05. Using Indexers in Your Own Classes.mp4 8.53 MB
06. Organizing and Structuring Classes and Code/06. Partial Classes and Partial Methods.mp4 12.62 MB
06. Organizing and Structuring Classes and Code/07. Simplifying Code with Local Functions.mp4 7.69 MB
06. Organizing and Structuring Classes and Code/08. Creating Type Namespace Aliases.mp4 4.19 MB
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/10. Exiting Loops Early.mp4 1.04 MB
06. Organizing and Structuring Classes and Code/11. Summary.mp4 1.32 MB
07. Compilation Tips/01. Introduction.mp4 2.08 MB
07. Compilation Tips/02. An Overview of C# Preprocessor Directives.mp4 2.92 MB
07. Compilation Tips/03. Implementing Conditional Compilation with Preprocessor Directives.mp4 10.36 MB
07. Compilation Tips/04. Conditionally Compiling Code for Different Platforms.mp4 13.67 MB
07. Compilation Tips/05. Defining Custom C# Compilation Symbols.mp4 10.37 MB
07. Compilation Tips/06. Emitting Custom C# Compiler Warnings and Errors.mp4 6.82 MB
07. Compilation Tips/07. Conditionally Calling a Method Based on Compilation Symbols.mp4 6.81 MB
07. Compilation Tips/08. Unit Testing Internal Methods.mp4 6.15 MB
07. Compilation Tips/09. Marking Code as Obsolete.mp4 5.24 MB
07. Compilation Tips/10. Binary Compatibility and Optional Parameters.mp4 5.85 MB
07. Compilation Tips/11. Summary.mp4 1.96 MB
08. Tips for Casting and Conversions/01. Introduction.mp4 1.37 MB
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/03. Converting Base Types to Binary with BitConverter.mp4 12.18 MB
08. Tips for Casting and Conversions/04. Runtime Conversions with Convert.ChangeType.mp4 17.91 MB
08. Tips for Casting and Conversions/05. Converting Characters to Numeric Values.mp4 4.61 MB
08. Tips for Casting and Conversions/06. As or Cast-.mp4 4.96 MB
08. Tips for Casting and Conversions/07. Summary.mp4 1.73 MB
09. Runtime Execution Tips/01. Introduction.mp4 1.7 MB
09. Runtime Execution Tips/02. Consequences of Exceptions in Static Constructors.mp4 10.7 MB
09. Runtime Execution Tips/03. Getting Environment Information in C#.mp4 12.56 MB
09. Runtime Execution Tips/04. Changing the Current Thread's Culture at Runtime.mp4 7.13 MB
09. Runtime Execution Tips/05. Deferring Creation of Resource-intensive Objects until First Use.mp4 24.74 MB
09. Runtime Execution Tips/06. Exception Caching with Lazy-T-.mp4 9.61 MB
09. Runtime Execution Tips/07. Creating Delays with Tasks.mp4 9.6 MB
09. Runtime Execution Tips/08. Launching Arbitrary Programs and Processes.mp4 11.72 MB
09. Runtime Execution Tips/09. Capturing Process Output and Errors.mp4 8.46 MB
09. Runtime Execution Tips/10. Summary.mp4 2.07 MB
10. Bonus Tips/01. Introduction.mp4 1.86 MB
10. Bonus Tips/02. Merging IEnumerable Sequences Together.mp4 21.59 MB
10. Bonus Tips/03. Performing Set-based Operations on IEnumerable Sequences.mp4 13.91 MB
10. Bonus Tips/04. The Caller Information Attributes.mp4 17.45 MB
10. Bonus Tips/05. Non Short-circuiting Logical Operators in C#.mp4 14.09 MB
10. Bonus Tips/06. Preserving Your Stack Trace When Rethrowing Exceptions.mp4 16.26 MB
10. Bonus Tips/07. The Null-coalescing and Null-conditional C# Operators.mp4 15.48 MB
10. Bonus Tips/08. Summary and Further Learning.mp4 2.91 MB
其他位置