589689.xyz

Pluralsight (Gill Cleeren, 2021) Introduction to the C# Type System

  • 收录时间:2022-05-07 13:39:42
  • 文件大小:677MB
  • 下载次数:1
  • 最近下载:2022-05-07 13:39:42
  • 磁力链接:

文件列表

  1. 09. Applying Inheritance to C# Types/04. Demo - Creating a Base and a Derived Type.mp4 30MB
  2. 09. Applying Inheritance to C# Types/08. Demo - Using the virtual and override Keywords.mp4 22MB
  3. 07. Creating Your First Class and Objects/06. Demo - Creating Objects.mp4 20MB
  4. 03. Using Built-in C# Data Types/10. Demo - Working with DateTime.mp4 19MB
  5. 09. Applying Inheritance to C# Types/11. Demo - Working with Abstract Classes.mp4 19MB
  6. 07. Creating Your First Class and Objects/10. Demo - Adding Properties.mp4 18MB
  7. 08. Doing More with Custom Types/05. Demo - Working with Static Data and Methods.mp4 17MB
  8. 07. Creating Your First Class and Objects/11. Demo - Building the Employee Registration Application.mp4 15MB
  9. 04. Creating and Using Strings/05. Demo - Working with Strings.mp4 15MB
  10. 05. Working with Methods/07. Demo - Passing Parameters by Value and by Reference.mp4 15MB
  11. 07. Creating Your First Class and Objects/04. Demo - Creating the Employee Class.mp4 14MB
  12. 05. Working with Methods/03. Demo - Creating Methods.mp4 14MB
  13. 06. Understanding Value Types and Reference Types/4. Demo - Browsing for Custom Types.mp4 14MB
  14. 04. Creating and Using Strings/11. Demo - Strings are Immutable.mp4 14MB
  15. 10. Using Interfaces/5. Demo - Using IComparable.mp4 13MB
  16. 06. Understanding Value Types and Reference Types/6. Demo - Creating Enumerations.mp4 13MB
  17. 10. Using Interfaces/3. Demo - Creating a Custom Interface.mp4 12MB
  18. 08. Doing More with Custom Types/03. Demo - Working with Custom Namespaces.mp4 12MB
  19. 08. Doing More with Custom Types/08. Demo - Working with null.mp4 12MB
  20. 03. Using Built-in C# Data Types/06. Demo - Operators and Default Values.mp4 12MB
  21. 07. Creating Your First Class and Objects/05. Using the Class.mp4 11MB
  22. 03. Using Built-in C# Data Types/04. Demo - Working with Primitive Types.mp4 10MB
  23. 08. Doing More with Custom Types/10. Demo - Understanding Garbage Collection.mp4 10MB
  24. 03. Using Built-in C# Data Types/08. Demo - Working with Members of int and char.mp4 9MB
  25. 05. Working with Methods/05. Demo - Method Overloading.mp4 9MB
  26. 09. Applying Inheritance to C# Types/07. Using Polymorphism.mp4 9MB
  27. 06. Understanding Value Types and Reference Types/8. Demo - Working with Structs.mp4 9MB
  28. 03. Using Built-in C# Data Types/02. Understanding Types in C#.mp4 8MB
  29. 05. Working with Methods/08. Demo - Using the out Keyword.mp4 8MB
  30. 05. Working with Methods/12. Demo - Optional Parameters and Named Arguments.mp4 8MB
  31. 03. Using Built-in C# Data Types/12. Demo - Converting between Types.mp4 8MB
  32. 06. Understanding Value Types and Reference Types/2. The Common Type System.mp4 7MB
  33. 09. Applying Inheritance to C# Types/13. Demo - Inheriting from System.Object.mp4 7MB
  34. 05. Working with Methods/02. Understanding Methods.mp4 7MB
  35. exercise.7z 7MB
  36. 04. Creating and Using Strings/13. Demo - Parsing Strings.mp4 7MB
  37. 09. Applying Inheritance to C# Types/06. Demo - The Is-A Relation.mp4 7MB
  38. 07. Creating Your First Class and Objects/08. Demo - Classes Are Reference Types.mp4 7MB
  39. 04. Creating and Using Strings/07. Demo - Escaping Text.mp4 7MB
  40. 10. Using Interfaces/2. Understanding Interfaces.mp4 6MB
  41. 04. Creating and Using Strings/04. Working with Strings.mp4 6MB
  42. 04. Creating and Using Strings/10. The Immutability of Strings.mp4 6MB
  43. 07. Creating Your First Class and Objects/07. Demo - Working with Several Objects.mp4 6MB
  44. 06. Understanding Value Types and Reference Types/3. Understanding Custom Types.mp4 6MB
  45. 10. Using Interfaces/7. Demo - Using Polymorphism with Interfaces.mp4 5MB
  46. 04. Creating and Using Strings/03. Demo - Creating Strings.mp4 5MB
  47. 05. Working with Methods/10. Demo - Using params.mp4 5MB
  48. 03. Using Built-in C# Data Types/14. Demo - Implicit Typing.mp4 5MB
  49. 02. Course Introduction/3. What Will You Learn from This Course.mp4 5MB
  50. 09. Applying Inheritance to C# Types/03. Creating a Base and a Derived Type.mp4 5MB
  51. 08. Doing More with Custom Types/07. Working with null.mp4 5MB
  52. 08. Doing More with Custom Types/04. Introducing Static Data.mp4 5MB
  53. 04. Creating and Using Strings/09. Demo - Comparing Strings.mp4 5MB
  54. 07. Creating Your First Class and Objects/02. Understanding Classes.mp4 5MB
  55. 07. Creating Your First Class and Objects/03. Creating the Employee Class.mp4 5MB
  56. 09. Applying Inheritance to C# Types/10. Abstract Classes.mp4 5MB
  57. 05. Working with Methods/13. Demo - Using Expression-bodied syntax.mp4 5MB
  58. 07. Creating Your First Class and Objects/09. Adding Properties.mp4 4MB
  59. 09. Applying Inheritance to C# Types/02. Understanding Inheritance.mp4 4MB
  60. 08. Doing More with Custom Types/06. Demo - Working with Constant Data.mp4 4MB
  61. 05. Working with Methods/06. Passing Parameters by Value and by Reference.mp4 4MB
  62. 01. Course Overview/1. Course Overview.mp4 4MB
  63. 08. Doing More with Custom Types/09. Understanding Garbage Collection.mp4 4MB
  64. 06. Understanding Value Types and Reference Types/7. Working with Structs.mp4 4MB
  65. 04. Creating and Using Strings/02. Understanding Strings in C#.mp4 4MB
  66. 09. Applying Inheritance to C# Types/09. Demo - Working with Sealed Classes.mp4 3MB
  67. 03. Using Built-in C# Data Types/13. Implicit Typing.mp4 3MB
  68. 05. Working with Methods/04. Finding the Correct Method.mp4 3MB
  69. 03. Using Built-in C# Data Types/11. Converting between Types.mp4 3MB
  70. 05. Working with Methods/11. Optional Parameters and Named Arguments.mp4 3MB
  71. 09. Applying Inheritance to C# Types/12. Inheriting from System.Object.mp4 3MB
  72. 03. Using Built-in C# Data Types/09. Working with DateTime.mp4 3MB
  73. 08. Doing More with Custom Types/02. Grouping Classes in Namespaces.mp4 3MB
  74. 04. Creating and Using Strings/06. Escaping Text.mp4 3MB
  75. 03. Using Built-in C# Data Types/05. Expressions in C#.mp4 3MB
  76. 03. Using Built-in C# Data Types/07. Members on Primitive Types.mp4 3MB
  77. 06. Understanding Value Types and Reference Types/5. Creating Enumerations.mp4 3MB
  78. 05. Working with Methods/09. Using params.mp4 3MB
  79. 03. Using Built-in C# Data Types/03. Using Built-in Data Types.mp4 2MB
  80. 04. Creating and Using Strings/12. Parsing from Strings to Other Types.mp4 2MB
  81. 08. Doing More with Custom Types/01. Module Introduction.mp4 2MB
  82. 10. Using Interfaces/4. Exploring and Using Built-in Interfaces.mp4 2MB
  83. 09. Applying Inheritance to C# Types/01. Module Introduction.mp4 2MB
  84. 04. Creating and Using Strings/01. Module Introduction.mp4 2MB
  85. 04. Creating and Using Strings/08. Testing Strings for Equality.mp4 2MB
  86. 07. Creating Your First Class and Objects/01. Module Introduction.mp4 2MB
  87. 03. Using Built-in C# Data Types/01. Module Introduction.mp4 2MB
  88. 10. Using Interfaces/8. Summary and Course Closing.mp4 2MB
  89. 06. Understanding Value Types and Reference Types/1. Module Introduction.mp4 2MB
  90. 09. Applying Inheritance to C# Types/05. The Is-A Relation.mp4 2MB
  91. 05. Working with Methods/01. Module Introduction.mp4 1MB
  92. 09. Applying Inheritance to C# Types/14. Summary.mp4 1MB
  93. 02. Course Introduction/4. Required Tools.mp4 1MB
  94. 03. Using Built-in C# Data Types/15. Summary.mp4 1MB
  95. 08. Doing More with Custom Types/11. Summary.mp4 1MB
  96. 02. Course Introduction/2. Module Introduction.mp4 1MB
  97. 07. Creating Your First Class and Objects/12. Summary.mp4 1MB
  98. 06. Understanding Value Types and Reference Types/9. Summary.mp4 980KB
  99. 10. Using Interfaces/6. Using Polymorphism with Interfaces.mp4 958KB
  100. 10. Using Interfaces/1. Module Introduction.mp4 945KB
  101. 04. Creating and Using Strings/14. Summary.mp4 818KB
  102. 05. Working with Methods/14. Summary.mp4 676KB
  103. 02. Course Introduction/1. Version Check.mp4 614KB
  104. 09. Applying Inheritance to C# Types/04. Demo - Creating a Base and a Derived Type.vtt 15KB
  105. 07. Creating Your First Class and Objects/05. Using the Class.vtt 13KB
  106. 07. Creating Your First Class and Objects/06. Demo - Creating Objects.vtt 11KB
  107. 05. Working with Methods/03. Demo - Creating Methods.vtt 10KB
  108. 07. Creating Your First Class and Objects/10. Demo - Adding Properties.vtt 10KB
  109. 07. Creating Your First Class and Objects/11. Demo - Building the Employee Registration Application.vtt 10KB
  110. 09. Applying Inheritance to C# Types/08. Demo - Using the virtual and override Keywords.vtt 9KB
  111. 06. Understanding Value Types and Reference Types/4. Demo - Browsing for Custom Types.vtt 9KB
  112. 07. Creating Your First Class and Objects/04. Demo - Creating the Employee Class.vtt 9KB
  113. 06. Understanding Value Types and Reference Types/6. Demo - Creating Enumerations.vtt 9KB
  114. 09. Applying Inheritance to C# Types/11. Demo - Working with Abstract Classes.vtt 9KB
  115. 05. Working with Methods/02. Understanding Methods.vtt 9KB
  116. 06. Understanding Value Types and Reference Types/2. The Common Type System.vtt 9KB
  117. 04. Creating and Using Strings/05. Demo - Working with Strings.vtt 8KB
  118. 03. Using Built-in C# Data Types/02. Understanding Types in C#.vtt 8KB
  119. 04. Creating and Using Strings/11. Demo - Strings are Immutable.vtt 8KB
  120. 09. Applying Inheritance to C# Types/07. Using Polymorphism.vtt 8KB
  121. 10. Using Interfaces/2. Understanding Interfaces.vtt 8KB
  122. 08. Doing More with Custom Types/05. Demo - Working with Static Data and Methods.vtt 8KB
  123. 03. Using Built-in C# Data Types/10. Demo - Working with DateTime.vtt 8KB
  124. 03. Using Built-in C# Data Types/04. Demo - Working with Primitive Types.vtt 8KB
  125. 05. Working with Methods/07. Demo - Passing Parameters by Value and by Reference.vtt 7KB
  126. playlist.m3u 7KB
  127. 06. Understanding Value Types and Reference Types/3. Understanding Custom Types.vtt 6KB
  128. 08. Doing More with Custom Types/03. Demo - Working with Custom Namespaces.vtt 6KB
  129. 04. Creating and Using Strings/10. The Immutability of Strings.vtt 6KB
  130. 10. Using Interfaces/3. Demo - Creating a Custom Interface.vtt 6KB
  131. 07. Creating Your First Class and Objects/02. Understanding Classes.vtt 6KB
  132. 04. Creating and Using Strings/04. Working with Strings.vtt 6KB
  133. 03. Using Built-in C# Data Types/06. Demo - Operators and Default Values.vtt 6KB
  134. 09. Applying Inheritance to C# Types/03. Creating a Base and a Derived Type.vtt 6KB
  135. 08. Doing More with Custom Types/08. Demo - Working with null.vtt 6KB
  136. 07. Creating Your First Class and Objects/03. Creating the Employee Class.vtt 6KB
  137. 08. Doing More with Custom Types/07. Working with null.vtt 6KB
  138. 08. Doing More with Custom Types/04. Introducing Static Data.vtt 6KB
  139. 10. Using Interfaces/5. Demo - Using IComparable.vtt 6KB
  140. 09. Applying Inheritance to C# Types/02. Understanding Inheritance.vtt 5KB
  141. 06. Understanding Value Types and Reference Types/8. Demo - Working with Structs.vtt 5KB
  142. 07. Creating Your First Class and Objects/09. Adding Properties.vtt 5KB
  143. 09. Applying Inheritance to C# Types/10. Abstract Classes.vtt 5KB
  144. 04. Creating and Using Strings/02. Understanding Strings in C#.vtt 5KB
  145. 03. Using Built-in C# Data Types/08. Demo - Working with Members of int and char.vtt 5KB
  146. 05. Working with Methods/08. Demo - Using the out Keyword.vtt 5KB
  147. 06. Understanding Value Types and Reference Types/7. Working with Structs.vtt 4KB
  148. 04. Creating and Using Strings/13. Demo - Parsing Strings.vtt 4KB
  149. 08. Doing More with Custom Types/10. Demo - Understanding Garbage Collection.vtt 4KB
  150. 05. Working with Methods/05. Demo - Method Overloading.vtt 4KB
  151. 02. Course Introduction/3. What Will You Learn from This Course.vtt 4KB
  152. 05. Working with Methods/06. Passing Parameters by Value and by Reference.vtt 4KB
  153. 08. Doing More with Custom Types/09. Understanding Garbage Collection.vtt 4KB
  154. 07. Creating Your First Class and Objects/08. Demo - Classes Are Reference Types.vtt 4KB
  155. 03. Using Built-in C# Data Types/12. Demo - Converting between Types.vtt 4KB
  156. 03. Using Built-in C# Data Types/11. Converting between Types.vtt 4KB
  157. 05. Working with Methods/12. Demo - Optional Parameters and Named Arguments.vtt 4KB
  158. 04. Creating and Using Strings/07. Demo - Escaping Text.vtt 4KB
  159. 09. Applying Inheritance to C# Types/06. Demo - The Is-A Relation.vtt 4KB
  160. 04. Creating and Using Strings/06. Escaping Text.vtt 4KB
  161. 09. Applying Inheritance to C# Types/13. Demo - Inheriting from System.Object.vtt 3KB
  162. 05. Working with Methods/04. Finding the Correct Method.vtt 3KB
  163. 06. Understanding Value Types and Reference Types/5. Creating Enumerations.vtt 3KB
  164. 04. Creating and Using Strings/03. Demo - Creating Strings.vtt 3KB
  165. 05. Working with Methods/11. Optional Parameters and Named Arguments.vtt 3KB
  166. 03. Using Built-in C# Data Types/09. Working with DateTime.vtt 3KB
  167. 03. Using Built-in C# Data Types/05. Expressions in C#.vtt 3KB
  168. 08. Doing More with Custom Types/02. Grouping Classes in Namespaces.vtt 3KB
  169. 03. Using Built-in C# Data Types/13. Implicit Typing.vtt 3KB
  170. 01. Course Overview/1. Course Overview.vtt 3KB
  171. 09. Applying Inheritance to C# Types/12. Inheriting from System.Object.vtt 3KB
  172. 03. Using Built-in C# Data Types/03. Using Built-in Data Types.vtt 3KB
  173. 05. Working with Methods/10. Demo - Using params.vtt 3KB
  174. 07. Creating Your First Class and Objects/07. Demo - Working with Several Objects.vtt 3KB
  175. 03. Using Built-in C# Data Types/07. Members on Primitive Types.vtt 3KB
  176. 05. Working with Methods/09. Using params.vtt 3KB
  177. 03. Using Built-in C# Data Types/14. Demo - Implicit Typing.vtt 3KB
  178. 05. Working with Methods/13. Demo - Using Expression-bodied syntax.vtt 3KB
  179. 10. Using Interfaces/4. Exploring and Using Built-in Interfaces.vtt 3KB
  180. 04. Creating and Using Strings/09. Demo - Comparing Strings.vtt 3KB
  181. 08. Doing More with Custom Types/06. Demo - Working with Constant Data.vtt 2KB
  182. 04. Creating and Using Strings/12. Parsing from Strings to Other Types.vtt 2KB
  183. 04. Creating and Using Strings/08. Testing Strings for Equality.vtt 2KB
  184. 08. Doing More with Custom Types/01. Module Introduction.vtt 2KB
  185. 09. Applying Inheritance to C# Types/09. Demo - Working with Sealed Classes.vtt 2KB
  186. 09. Applying Inheritance to C# Types/01. Module Introduction.vtt 2KB
  187. 04. Creating and Using Strings/01. Module Introduction.vtt 2KB
  188. 07. Creating Your First Class and Objects/01. Module Introduction.vtt 2KB
  189. 10. Using Interfaces/7. Demo - Using Polymorphism with Interfaces.vtt 2KB
  190. 03. Using Built-in C# Data Types/01. Module Introduction.vtt 2KB
  191. 10. Using Interfaces/8. Summary and Course Closing.vtt 2KB
  192. 06. Understanding Value Types and Reference Types/1. Module Introduction.vtt 2KB
  193. 05. Working with Methods/01. Module Introduction.vtt 2KB
  194. 09. Applying Inheritance to C# Types/05. The Is-A Relation.vtt 2KB
  195. 03. Using Built-in C# Data Types/15. Summary.vtt 2KB
  196. 08. Doing More with Custom Types/11. Summary.vtt 1KB
  197. 09. Applying Inheritance to C# Types/14. Summary.vtt 1KB
  198. ~i.txt 1KB
  199. 02. Course Introduction/4. Required Tools.vtt 1KB
  200. 10. Using Interfaces/6. Using Polymorphism with Interfaces.vtt 1KB
  201. 07. Creating Your First Class and Objects/12. Summary.vtt 1KB
  202. 10. Using Interfaces/1. Module Introduction.vtt 1KB
  203. 02. Course Introduction/2. Module Introduction.vtt 1KB
  204. 06. Understanding Value Types and Reference Types/9. Summary.vtt 1KB
  205. 04. Creating and Using Strings/14. Summary.vtt 980B
  206. 05. Working with Methods/14. Summary.vtt 860B
  207. 02. Course Introduction/1. Version Check.vtt 59B