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

Udemy - Learn C# With Microsoft Visual Studio Community

种子简介

种子名称: Udemy - Learn C# With Microsoft Visual Studio Community
文件类型: 视频
文件数目: 95个文件
文件大小: 1.74 GB
收录时间: 2017-8-27 19:36
已经下载: 3
资源热度: 124
最近下载: 2024-7-26 13:36

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:517e611148cd12c3b2248546153ff0ac7998a6c0&dn=Udemy - Learn C# With Microsoft Visual Studio Community 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Udemy - Learn C# With Microsoft Visual Studio Community.torrent
  • 01 Introduction Find, Download and Configure Visual Studio/001 Find, Download and Install Visual Studio Community.mp43.6MB
  • 01 Introduction Find, Download and Configure Visual Studio/002 Configure the Layout and Font Sizes.mp423.52MB
  • 02 Learning the Fundamentals/001 Create and Run Your First Program.mp418.19MB
  • 02 Learning the Fundamentals/002 Whats a Statement, A Block, and A Comment.mp420.31MB
  • 02 Learning the Fundamentals/003 Formatting Output Strings.mp426.93MB
  • 02 Learning the Fundamentals/004 Create One Variable, and Watch It Change.mp430.3MB
  • 02 Learning the Fundamentals/005 Data Type Basics.mp428.57MB
  • 02 Learning the Fundamentals/006 Create A Template, Define Two Variables, and Perform Arithmetic.mp433.96MB
  • 02 Learning the Fundamentals/007 Differentiate Between Division of Int, Double and Ulong.mp422.44MB
  • 02 Learning the Fundamentals/008 Simple Data Types and The Results of Copying Them.mp416.63MB
  • 02 Learning the Fundamentals/009 Interacting With Users Through The Command Prompt.mp422.41MB
  • 02 Learning the Fundamentals/010 Setting and Using Constants.mp423.93MB
  • 02 Learning the Fundamentals/011 Conversion of Data Types.mp423.09MB
  • 02 Learning the Fundamentals/012 Make, Install and Launch A Simple App..mp423.18MB
  • 03 Making Decisions/001 Simple IfElse Blocks.mp420.92MB
  • 03 Making Decisions/002 While Loops.mp429.49MB
  • 03 Making Decisions/003 While Loops Used To Keep Asking For Input.mp423.25MB
  • 03 Making Decisions/004 Multiple IfElse Blocks.mp422.62MB
  • 03 Making Decisions/005 Simple For Loops To Repeat Blocks of Code.mp421.48MB
  • 03 Making Decisions/006 Do While Loops.mp421.83MB
  • 03 Making Decisions/007 Coding Switch Blocks.mp421.85MB
  • 03 Making Decisions/008 For Each Loops.mp413.41MB
  • 03 Making Decisions/009 Break and Continue Statements.mp416.75MB
  • 04 Operators/001 Logical And Operator.mp416.06MB
  • 04 Operators/002 Logical Or Operator.mp412.33MB
  • 04 Operators/003 Operators That Evaluate and Assign.mp417.43MB
  • 04 Operators/004 The Logical Negation Operator.mp411.85MB
  • 04 Operators/005 The Ternary Operator.mp411.64MB
  • 05 Arrays, Enumerations and Var and Dynamic/001 Basic Arrays.mp420.47MB
  • 05 Arrays, Enumerations and Var and Dynamic/002 Looping Thru Arrays With For Loops.mp413.56MB
  • 05 Arrays, Enumerations and Var and Dynamic/003 Reference Type Variable.mp411.87MB
  • 05 Arrays, Enumerations and Var and Dynamic/004 Using the ref Modifier in Function Calls.mp415.31MB
  • 05 Arrays, Enumerations and Var and Dynamic/005 Using Out Parameters to Return Multiple Values.mp412.86MB
  • 05 Arrays, Enumerations and Var and Dynamic/006 Creating and Understanding Multidimensional Arrays.mp421.86MB
  • 05 Arrays, Enumerations and Var and Dynamic/007 Passing Arrays as Function Arguments.mp414.39MB
  • 05 Arrays, Enumerations and Var and Dynamic/008 Using The Params Keyword in Function Headers.mp416.44MB
  • 05 Arrays, Enumerations and Var and Dynamic/009 Enumerations.mp415.37MB
  • 05 Arrays, Enumerations and Var and Dynamic/010 Dynamic Data Typing.mp47.24MB
  • 05 Arrays, Enumerations and Var and Dynamic/011 Var Keyword and Difference Between Var and Dynamic.mp413.62MB
  • 06 Object Oriented Programming/001 Create a Simple Class.mp413.88MB
  • 06 Object Oriented Programming/002 Create a Class With a Constructor, and a Behavior.mp418.01MB
  • 06 Object Oriented Programming/003 Create a Class with Four Functions.mp418.97MB
  • 06 Object Oriented Programming/004 Modern Functions with Func,,,,.mp418.07MB
  • 06 Object Oriented Programming/005 Instance Variables.mp421.67MB
  • 06 Object Oriented Programming/006 Class Level Shared Fields.mp433.47MB
  • 06 Object Oriented Programming/007 Simple Inheritance Example.mp419.06MB
  • 06 Object Oriented Programming/008 Is A Relationship in OOP.mp411.75MB
  • 06 Object Oriented Programming/009 Equality By Reference.mp418.2MB
  • 06 Object Oriented Programming/010 Coding Properties.mp414.75MB
  • 06 Object Oriented Programming/011 Creating and Using Virtual Methods.mp417.69MB
  • 06 Object Oriented Programming/012 Understanding Upcasting.mp427.4MB
  • 06 Object Oriented Programming/013 Abstract Classes.mp420.84MB
  • 06 Object Oriented Programming/014 Create a List of Objects and Step Through It.mp415.45MB
  • 06 Object Oriented Programming/015 Polymorphism.mp419.71MB
  • 06 Object Oriented Programming/016 Structs.mp418.61MB
  • 06 Object Oriented Programming/017 Overloading Operators.mp417.5MB
  • 06 Object Oriented Programming/018 Delegates.mp411.95MB
  • 06 Object Oriented Programming/019 Dynamic Actions.mp413.14MB
  • 06 Object Oriented Programming/020 Interfaces.mp418.39MB
  • 06 Object Oriented Programming/021 Access Modifiers.mp418.57MB
  • 06 Object Oriented Programming/022 Destructors.mp416.4MB
  • 06 Object Oriented Programming/023 Partial Classes.mp411.7MB
  • 07 Error Handling/001 Error Checking with Simple IfElse Statements.mp413.9MB
  • 07 Error Handling/002 TryCatchFinally Blocks.mp411.66MB
  • 07 Error Handling/003 Multiple Catch Blocks.mp415.68MB
  • 07 Error Handling/004 Throwing and Catching Exceptions.mp415.02MB
  • 08 The Object Class/001 Object Equals and Reference Equals.mp412.09MB
  • 08 The Object Class/002 Get Type Method.mp49.82MB
  • 09 Miscellania/001 Turning Objects Into Arrays with Indexers.mp414.6MB
  • 09 Miscellania/002 Writing and Reading Files.mp417.16MB
  • 09 Miscellania/003 Conditional Functions.mp422.43MB
  • 09 Miscellania/004 Nullable Data Types.mp412.65MB
  • 09 Miscellania/005 Creating and Using Dynamic Link Libraries.mp419.3MB
  • 09 Miscellania/006 Fully Qualified Names.mp424.12MB
  • 09 Miscellania/007 Displaying Files and Folders in a Directory.mp417.92MB
  • 10 Modern Language Features/001 Generics Introduction.mp420.27MB
  • 10 Modern Language Features/002 ListT With Predefined Types.mp415.13MB
  • 10 Modern Language Features/003 ListT With A User Defined Type.mp413.6MB
  • 10 Modern Language Features/004 Generic Interface With One Class.mp412.27MB
  • 10 Modern Language Features/005 Generic Dictionaries.mp418.25MB
  • 10 Modern Language Features/006 Lambda Expression Basics.mp416.5MB
  • 11 Pointers and More/001 Pointers and AddressOf Operator.mp411.15MB
  • 11 Pointers and More/002 Using Using Statements.mp414.23MB
  • 11 Pointers and More/003 Serialization Example.mp429.7MB
  • 12 Database and LINQ Basics/001 Downloading and Installing SQL Server.mp49.96MB
  • 12 Database and LINQ Basics/002 Write Code To Connect to SQL Server.mp436.76MB
  • 12 Database and LINQ Basics/003 Use LINQ With Arrays.mp417.6MB
  • 12 Database and LINQ Basics/004 Use LINQ with XML.mp417.96MB
  • 12 Database and LINQ Basics/005 Use LINQ with Strings.mp417.11MB
  • 13 Threading/001 Creating, Running, Suspending and Joining Threads.mp418.2MB
  • 14 Text Editor Project/001 Make User Interface and Add Open Dialog.mp443.97MB
  • 14 Text Editor Project/002 Add a Dialog For Saving.mp421.18MB
  • 14 Text Editor Project/003 Add Previewing and Printing.mp438.11MB
  • 15 Build A Guessing Game/001 Build a Small Guessing Game.mp433.15MB
  • 16 Garbage Collection/001 Garbage Collection and Memory Observation.mp416.66MB