本站已收录 番号和无损神作磁力链接/BT种子 

C# Tips and Traps

种子简介

种子名称: C# Tips and Traps
文件类型: 视频
文件数目: 79个文件
文件大小: 729.23 MB
收录时间: 2021-12-8 18:05
已经下载: 3
资源热度: 114
最近下载: 2024-5-28 01:16

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:13ccb78143cf9e6dd1d3e34773462e22a3a2fbca&dn=C# Tips and Traps 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

C# Tips and Traps.torrent
  • 01. Course Overview/01. Course Overview.mp42.64MB
  • 02. String, Character, and Formatting Tips/01. Introduction.mp43.86MB
  • 02. String, Character, and Formatting Tips/02. Simplifying String Empty and Null Checking Code.mp411.32MB
  • 02. String, Character, and Formatting Tips/03. Testing Char Unicode Validity.mp49.66MB
  • 02. String, Character, and Formatting Tips/04. String Formatting and String Interpolation.mp412.32MB
  • 02. String, Character, and Formatting Tips/05. Formatting and Aligning Values into Columns.mp411.46MB
  • 02. String, Character, and Formatting Tips/06. Conditional Formatting for Positive, Negative, and Zero Numbers.mp412.74MB
  • 02. String, Character, and Formatting Tips/07. Building Strings with the StringBuilder Class.mp412.91MB
  • 02. String, Character, and Formatting Tips/08. Creating and Using Custom Numeric Format Providers.mp412.31MB
  • 02. String, Character, and Formatting Tips/09. Summary.mp42.07MB
  • 03. Tips for Working with Numbers and Dates/01. Introduction.mp41.89MB
  • 03. Tips for Working with Numbers and Dates/02. Parsing Strings into Numbers with the NumberStyles Enumeration.mp417.67MB
  • 03. Tips for Working with Numbers and Dates/03. Preventing Ambiguous DateTime Parsing and Mis-parsing.mp47.34MB
  • 03. Tips for Working with Numbers and Dates/04. Parsing DateTimes with the DateTimeStyles Enumeration.mp411.38MB
  • 03. Tips for Working with Numbers and Dates/05. Representing Arbitrarily Large Integer Values.mp48.96MB
  • 03. Tips for Working with Numbers and Dates/06. Creating Random Numbers.mp415.53MB
  • 03. Tips for Working with Numbers and Dates/07. Creating Cryptographically Secure Random Numbers.mp45.92MB
  • 03. Tips for Working with Numbers and Dates/08. Generating Sequences of Integer Values.mp411.01MB
  • 03. Tips for Working with Numbers and Dates/09. Summary.mp41.63MB
  • 04. Data Types and Object Tips/01. Introduction.mp41.06MB
  • 04. Data Types and Object Tips/02. Using Tuples to Reduce the Amount of Code.mp413.17MB
  • 04. Data Types and Object Tips/03. Creating and Using Combinable Enums.mp428.53MB
  • 04. Data Types and Object Tips/04. Improving Struct Equality Performance.mp412.82MB
  • 04. Data Types and Object Tips/05. Forcing Reference Equality Comparisons.mp48.72MB
  • 04. Data Types and Object Tips/06. Summary.mp41.62MB
  • 05. Tips for Working with Files, Paths, and URIs/01. Introduction.mp41.17MB
  • 05. Tips for Working with Files, Paths, and URIs/02. Simplifying Path Creation Code.mp49.03MB
  • 05. Tips for Working with Files, Paths, and URIs/03. Other Useful Path Methods.mp413.78MB
  • 05. Tips for Working with Files, Paths, and URIs/04. Working with URIs.mp426.33MB
  • 05. Tips for Working with Files, Paths, and URIs/05. Working with Zip Files.mp419.57MB
  • 05. Tips for Working with Files, Paths, and URIs/06. Compressing and Decompressing In-memory Streams.mp412.96MB
  • 05. Tips for Working with Files, Paths, and URIs/07. Summary.mp41.89MB
  • 06. Organizing and Structuring Classes and Code/01. Introduction.mp41.77MB
  • 06. Organizing and Structuring Classes and Code/02. The Danger of Virtual Method Calls from Constructors.mp48.35MB
  • 06. Organizing and Structuring Classes and Code/03. Simplifying Constructor Overloads.mp48.19MB
  • 06. Organizing and Structuring Classes and Code/04. Creating Methods That Take an Arbitrary Number of Arguments.mp412.01MB
  • 06. Organizing and Structuring Classes and Code/05. Using Indexers in Your Own Classes.mp48.53MB
  • 06. Organizing and Structuring Classes and Code/06. Partial Classes and Partial Methods.mp412.62MB
  • 06. Organizing and Structuring Classes and Code/07. Simplifying Code with Local Functions.mp47.69MB
  • 06. Organizing and Structuring Classes and Code/08. Creating Type Namespace Aliases.mp44.19MB
  • 06. Organizing and Structuring Classes and Code/09. Using Keywords for Variable Names and Parameters.mp42.56MB
  • 06. Organizing and Structuring Classes and Code/10. Exiting Loops Early.mp41.04MB
  • 06. Organizing and Structuring Classes and Code/11. Summary.mp41.32MB
  • 07. Compilation Tips/01. Introduction.mp42.08MB
  • 07. Compilation Tips/02. An Overview of C# Preprocessor Directives.mp42.92MB
  • 07. Compilation Tips/03. Implementing Conditional Compilation with Preprocessor Directives.mp410.36MB
  • 07. Compilation Tips/04. Conditionally Compiling Code for Different Platforms.mp413.67MB
  • 07. Compilation Tips/05. Defining Custom C# Compilation Symbols.mp410.37MB
  • 07. Compilation Tips/06. Emitting Custom C# Compiler Warnings and Errors.mp46.82MB
  • 07. Compilation Tips/07. Conditionally Calling a Method Based on Compilation Symbols.mp46.81MB
  • 07. Compilation Tips/08. Unit Testing Internal Methods.mp46.15MB
  • 07. Compilation Tips/09. Marking Code as Obsolete.mp45.24MB
  • 07. Compilation Tips/10. Binary Compatibility and Optional Parameters.mp45.85MB
  • 07. Compilation Tips/11. Summary.mp41.96MB
  • 08. Tips for Casting and Conversions/01. Introduction.mp41.37MB
  • 08. Tips for Casting and Conversions/02. Converting Binary Data to ASCII with Base64 Encoding.mp420.85MB
  • 08. Tips for Casting and Conversions/03. Converting Base Types to Binary with BitConverter.mp412.18MB
  • 08. Tips for Casting and Conversions/04. Runtime Conversions with Convert.ChangeType.mp417.91MB
  • 08. Tips for Casting and Conversions/05. Converting Characters to Numeric Values.mp44.61MB
  • 08. Tips for Casting and Conversions/06. As or Cast-.mp44.96MB
  • 08. Tips for Casting and Conversions/07. Summary.mp41.73MB
  • 09. Runtime Execution Tips/01. Introduction.mp41.7MB
  • 09. Runtime Execution Tips/02. Consequences of Exceptions in Static Constructors.mp410.7MB
  • 09. Runtime Execution Tips/03. Getting Environment Information in C#.mp412.56MB
  • 09. Runtime Execution Tips/04. Changing the Current Thread's Culture at Runtime.mp47.13MB
  • 09. Runtime Execution Tips/05. Deferring Creation of Resource-intensive Objects until First Use.mp424.74MB
  • 09. Runtime Execution Tips/06. Exception Caching with Lazy-T-.mp49.61MB
  • 09. Runtime Execution Tips/07. Creating Delays with Tasks.mp49.6MB
  • 09. Runtime Execution Tips/08. Launching Arbitrary Programs and Processes.mp411.72MB
  • 09. Runtime Execution Tips/09. Capturing Process Output and Errors.mp48.46MB
  • 09. Runtime Execution Tips/10. Summary.mp42.07MB
  • 10. Bonus Tips/01. Introduction.mp41.86MB
  • 10. Bonus Tips/02. Merging IEnumerable Sequences Together.mp421.59MB
  • 10. Bonus Tips/03. Performing Set-based Operations on IEnumerable Sequences.mp413.91MB
  • 10. Bonus Tips/04. The Caller Information Attributes.mp417.45MB
  • 10. Bonus Tips/05. Non Short-circuiting Logical Operators in C#.mp414.09MB
  • 10. Bonus Tips/06. Preserving Your Stack Trace When Rethrowing Exceptions.mp416.26MB
  • 10. Bonus Tips/07. The Null-coalescing and Null-conditional C# Operators.mp415.48MB
  • 10. Bonus Tips/08. Summary and Further Learning.mp42.91MB