589689.xyz

Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013

  • 收录时间:2018-02-25 23:34:47
  • 文件大小:3GB
  • 下载次数:289
  • 最近下载:2021-01-14 16:35:40
  • 磁力链接:

文件列表

  1. 10 Pointers and More/008 Create and Run a Service.mp4 78MB
  2. 12 WPF Basics/004 Create a More Sophisticated WPF App.mp4 62MB
  3. 08 Miscellaneous Topics/004 Reading and Writing Files, Graphical Example.mp4 54MB
  4. 05 Creating simple classes/020 Structs.mp4 45MB
  5. 11 Database and LINQ Basics/007 LINQ to SQL.mp4 44MB
  6. 14 Entity Framework/001 Create Databases From Code.mp4 44MB
  7. 07 The Object Class/003 Memberwise Clone, Shallow Copies and Deep Copies.mp4 42MB
  8. 18 Projects/001 Build A Calculator Using TryParse, The Ternary Operator and Func,,,.mp4 37MB
  9. 05 Creating simple classes/022 Overloading Operators Example 2.mp4 36MB
  10. 01 Learning The Fundamentals/009 Define two variables, perform arithmetic, and step through the program line by line.mp4 34MB
  11. 10 Pointers and More/006 Serialization Examples.mp4 34MB
  12. 06 Error Handling/004 Throwing and Catching Exceptions.mp4 31MB
  13. 10 Pointers and More/003 Arrays of Pointers Example.mp4 30MB
  14. 15 Text Editor Project/003 Add Printing to Printers and Files.mp4 30MB
  15. 05 Creating simple classes/003 Create a class, add four functions, understand the concept of variable scope.mp4 29MB
  16. 04 Arrays and more/008 Passing Arrays as Function Arguments.mp4 29MB
  17. 16 Windows Forms in Depth/003 Build a Small Guessing Game with Nested IfElse Blocks and Key Up Event.mp4 29MB
  18. 08 Miscellaneous Topics/001 Turning objects into arrays with indexers.mp4 29MB
  19. 05 Creating simple classes/009 Class Level Fields Sharing Between Among Objects.mp4 29MB
  20. 05 Creating simple classes/021 Overloading Operators.mp4 28MB
  21. 01 Learning The Fundamentals/007 Define a local variable, and step through the program line by line for clarity.mp4 28MB
  22. 09 Modern Language Features/002 ListT With Predefined Types.mp4 28MB
  23. 16 Windows Forms in Depth/002 Reading Mouse Movements and Events.mp4 28MB
  24. 07 The Object Class/001 Object Equals and Reference Equals Methods.mp4 28MB
  25. 12 WPF Basics/001 Simple WPF App.mp4 27MB
  26. 10 Pointers and More/005 Overloading Operators.mp4 27MB
  27. 16 Windows Forms in Depth/001 Forms, Windows, Properties, Coordinates.mp4 27MB
  28. 09 Modern Language Features/003 ListT With a User Defined TYpe.mp4 26MB
  29. 09 Modern Language Features/001 Generics, Introduction.mp4 26MB
  30. 17 Miscellania/003 Garbage Collection and Memory Observation.mp4 26MB
  31. 05 Creating simple classes/002 Create a simple class, add a constructor, and add one function, or method.mp4 26MB
  32. 11 Database and LINQ Basics/005 Use LINQ with XML.mp4 26MB
  33. 05 Creating simple classes/030 Destructors.mp4 26MB
  34. 04 Arrays and more/010 Enumerations.mp4 26MB
  35. 11 Database and LINQ Basics/003 Write Better Code for Connecting to Databases.mp4 26MB
  36. 11 Database and LINQ Basics/002 Connect Visual Studio to SQL Server, and Write Code To Display Some Results.mp4 25MB
  37. 13 Threading/001 Create, Run, Suspend and Join Threads.mp4 25MB
  38. 09 Modern Language Features/004 Generic Interface With One Class.mp4 25MB
  39. 04 Arrays and more/005 Using Out Parameters to Return Multiple Values From Functions.mp4 24MB
  40. 01 Learning The Fundamentals/005 Formatting Output Strings.mp4 24MB
  41. 01 Learning The Fundamentals/002 Create and Run Your First Program.mp4 24MB
  42. 15 Text Editor Project/001 Make The User Interface and Add an Open Dialog.mp4 24MB
  43. 05 Creating simple classes/027 Interfaces.mp4 23MB
  44. 05 Creating simple classes/012 Understanding the difference between class methods and object methods.mp4 23MB
  45. 06 Error Handling/003 Multiple Catch Blocks.mp4 23MB
  46. 04 Arrays and more/009 Params Keyword in Function Headers.mp4 23MB
  47. 11 Database and LINQ Basics/001 Download and Install SQL Server Express.mp4 23MB
  48. 01 Learning The Fundamentals/011 Understand the difference between division of double and integer values.mp4 22MB
  49. 12 WPF Basics/003 Create a Simple GUI For Displaying Files.mp4 22MB
  50. 10 Pointers and More/007 Simple Event Log Writing.mp4 22MB
  51. 05 Creating simple classes/017 Understand the purpose and coding of an abstract class.mp4 21MB
  52. 05 Creating simple classes/024 Multicast Delegates.mp4 21MB
  53. 05 Creating simple classes/018 Create a list of objects, and step through it using a foreach loop.mp4 21MB
  54. 02 Program Flow/003 IfElse Blocks with Multiple Options.mp4 21MB
  55. 09 Modern Language Features/005 Understanding Generic Dictionaries.mp4 20MB
  56. 09 Modern Language Features/010 Returning Lambda Expression References from Functions.mp4 20MB
  57. 08 Miscellaneous Topics/009 Fully Qualified Names.mp4 20MB
  58. 15 Text Editor Project/002 Add a Dialog for Saving.mp4 20MB
  59. 05 Creating simple classes/007 How to declare, and access instance variables.mp4 20MB
  60. 04 Arrays and more/007 Multidimensional Arrays.mp4 20MB
  61. 01 Learning The Fundamentals/008 Define a local variable, assign new values, and watch them change carefully.mp4 20MB
  62. 01 Learning The Fundamentals/014 Explicit and Implicit Data Conversions.mp4 20MB
  63. 11 Database and LINQ Basics/004 Use LINQ with Arrays.mp4 20MB
  64. 07 The Object Class/002 Get Type Method.mp4 20MB
  65. 01 Learning The Fundamentals/012 Interacting with users through the command line.mp4 19MB
  66. 05 Creating simple classes/028 Interface Example 2.mp4 19MB
  67. 10 Pointers and More/004 Using Statments.mp4 19MB
  68. 09 Modern Language Features/006 Lambda Expression Basics.mp4 19MB
  69. 05 Creating simple classes/026 Handling Simple Events Using Delegates.mp4 19MB
  70. 17 Miscellania/002 Splitting Parameter Lists, and Passing Values into Parent Class Constructors.mp4 19MB
  71. 11 Database and LINQ Basics/006 Use LINQ with Strings.mp4 19MB
  72. 09 Modern Language Features/011 Funcs with Dynamic Variables.mp4 19MB
  73. 05 Creating simple classes/033 Create a Program that Continually Waits for User Input.mp4 19MB
  74. 05 Creating simple classes/016 Understanding upcasting.mp4 19MB
  75. 05 Creating simple classes/029 Access Modifiers.mp4 18MB
  76. 08 Miscellaneous Topics/010 Display All the Files and Folders in A Directory.mp4 18MB
  77. 05 Creating simple classes/023 Delegates.mp4 18MB
  78. 09 Modern Language Features/009 Lambda Expressions That Change Local Variables.mp4 18MB
  79. 02 Program Flow/006 Coding a switch statement.mp4 18MB
  80. 10 Pointers and More/002 Pointers and AddressOf Operator.mp4 18MB
  81. 08 Miscellaneous Topics/011 Build a Simple Web Browser.mp4 18MB
  82. 17 Miscellania/001 Abstract Keyword.mp4 17MB
  83. 04 Arrays and more/006 Using the length property of arrays and converting between data types.mp4 17MB
  84. 09 Modern Language Features/007 Func Notation For Lambda Expressions.mp4 17MB
  85. 04 Arrays and more/002 Looping through an array with a for loop.mp4 17MB
  86. 05 Creating simple classes/025 Dynamic Actions.mp4 17MB
  87. 09 Modern Language Features/008 Using Lambda Expressions with Outer Variables.mp4 17MB
  88. 05 Creating simple classes/015 Creating and using virtual methods.mp4 17MB
  89. 05 Creating simple classes/032 Partial Classes.mp4 16MB
  90. 07 The Object Class/004 The ToString Function.mp4 16MB
  91. 12 WPF Basics/002 Controlling Columns and Rows.mp4 16MB
  92. 04 Arrays and more/004 Using the ref modifier in function calls.mp4 16MB
  93. 05 Creating simple classes/010 Setting up a simple inheritence example.mp4 16MB
  94. 05 Creating simple classes/031 String Basics.mp4 15MB
  95. 05 Creating simple classes/001 Create a simple class.mp4 15MB
  96. 04 Arrays and more/001 Basic Arrays.mp4 15MB
  97. 11 Database and LINQ Basics/008 Details View Control.mp4 15MB
  98. 05 Creating simple classes/019 Polymorphism.mp4 15MB
  99. 03 Operators/001 And Operators.mp4 14MB
  100. 03 Operators/005 The Ternary Operator.mp4 14MB
  101. 06 Error Handling/001 Error checking with simple ifelse statements.mp4 14MB
  102. 08 Miscellaneous Topics/008 Create a Dynamic Link Library and Reference It.mp4 14MB
  103. 02 Program Flow/004 Code a simple for loop to repeat a block of code.mp4 13MB
  104. 08 Miscellaneous Topics/003 Writing and reading files.mp4 13MB
  105. 04 Arrays and more/003 Reference type variables.mp4 13MB
  106. 08 Miscellaneous Topics/006 Condtional Functions.mp4 13MB
  107. 05 Creating simple classes/013 Equality by references.mp4 13MB
  108. 06 Error Handling/002 Try-Catch-Finally Blocks.mp4 13MB
  109. 02 Program Flow/001 Code a simple if-else block to check a condition.mp4 13MB
  110. 03 Operators/004 The Logical Negation Operator.mp4 13MB
  111. 01 Learning The Fundamentals/006 Whats a data type.mp4 13MB
  112. 03 Operators/003 Evaluate and Assign Arithmetic Operators.mp4 12MB
  113. 08 Miscellaneous Topics/007 Nullable Data Types.mp4 12MB
  114. 05 Creating simple classes/011 IS A Relationships in Object Oriented Programming.mp4 12MB
  115. 05 Creating simple classes/008 Instance variables, example with two objects.mp4 11MB
  116. 01 Learning The Fundamentals/001 Configuring the Layout of Visual Studio.mp4 11MB
  117. 02 Program Flow/008 Break Statement.mp4 11MB
  118. 02 Program Flow/007 For each loop example.mp4 11MB
  119. 01 Learning The Fundamentals/010 Value type variables, and the results of copying them.mp4 11MB
  120. 01 Learning The Fundamentals/003 Different Ways of Keeping Console Window Open.mp4 10MB
  121. 03 Operators/002 Or Operators.mp4 10MB
  122. 02 Program Flow/009 Continue Statement.mp4 10MB
  123. 02 Program Flow/002 Code a while loop, and use the locals window to see it run.mp4 10MB
  124. 05 Creating simple classes/014 Coding Properties.mp4 9MB
  125. 01 Learning The Fundamentals/013 Setting Variables To Be Constant.mp4 9MB
  126. 05 Creating simple classes/006 Difference Between Dynamic and Var..mp4 9MB
  127. 01 Learning The Fundamentals/004 Whats a Statement, A Block, and a Comment.mp4 9MB
  128. 08 Miscellaneous Topics/002 Create an application, and install it on your system..mp4 8MB
  129. 15 Text Editor Project/004 Add Preview Capabilities.mp4 8MB
  130. 10 Pointers and More/001 Extracting Methods and Organizing Using Statements.mp4 8MB
  131. 08 Miscellaneous Topics/005 Viewing the Call Hierarchy.mp4 8MB
  132. 00 None/000 Introduction.mp4 7MB
  133. 05 Creating simple classes/004 Whats a user defined data type.mp4 7MB
  134. 05 Creating simple classes/005 Dynamic Data Typing.mp4 7MB
  135. 02 Program Flow/005 Do while loops.mp4 7MB