Download link
File List
-
01 Introduction Find, Download and Configure Visual Studio/001 Find, Download and Install Visual Studio Community.mp4 3.6 MB
01 Introduction Find, Download and Configure Visual Studio/002 Configure the Layout and Font Sizes.mp4 23.52 MB
02 Learning the Fundamentals/001 Create and Run Your First Program.mp4 18.19 MB
02 Learning the Fundamentals/002 Whats a Statement, A Block, and A Comment.mp4 20.31 MB
02 Learning the Fundamentals/003 Formatting Output Strings.mp4 26.93 MB
02 Learning the Fundamentals/004 Create One Variable, and Watch It Change.mp4 30.3 MB
02 Learning the Fundamentals/005 Data Type Basics.mp4 28.57 MB
02 Learning the Fundamentals/006 Create A Template, Define Two Variables, and Perform Arithmetic.mp4 33.96 MB
02 Learning the Fundamentals/007 Differentiate Between Division of Int, Double and Ulong.mp4 22.44 MB
02 Learning the Fundamentals/008 Simple Data Types and The Results of Copying Them.mp4 16.63 MB
02 Learning the Fundamentals/009 Interacting With Users Through The Command Prompt.mp4 22.41 MB
02 Learning the Fundamentals/010 Setting and Using Constants.mp4 23.93 MB
02 Learning the Fundamentals/011 Conversion of Data Types.mp4 23.09 MB
02 Learning the Fundamentals/012 Make, Install and Launch A Simple App..mp4 23.18 MB
03 Making Decisions/001 Simple IfElse Blocks.mp4 20.92 MB
03 Making Decisions/002 While Loops.mp4 29.49 MB
03 Making Decisions/003 While Loops Used To Keep Asking For Input.mp4 23.25 MB
03 Making Decisions/004 Multiple IfElse Blocks.mp4 22.62 MB
03 Making Decisions/005 Simple For Loops To Repeat Blocks of Code.mp4 21.48 MB
03 Making Decisions/006 Do While Loops.mp4 21.83 MB
03 Making Decisions/007 Coding Switch Blocks.mp4 21.85 MB
03 Making Decisions/008 For Each Loops.mp4 13.41 MB
03 Making Decisions/009 Break and Continue Statements.mp4 16.75 MB
04 Operators/001 Logical And Operator.mp4 16.06 MB
04 Operators/002 Logical Or Operator.mp4 12.33 MB
04 Operators/003 Operators That Evaluate and Assign.mp4 17.43 MB
04 Operators/004 The Logical Negation Operator.mp4 11.85 MB
04 Operators/005 The Ternary Operator.mp4 11.64 MB
05 Arrays, Enumerations and Var and Dynamic/001 Basic Arrays.mp4 20.47 MB
05 Arrays, Enumerations and Var and Dynamic/002 Looping Thru Arrays With For Loops.mp4 13.56 MB
05 Arrays, Enumerations and Var and Dynamic/003 Reference Type Variable.mp4 11.87 MB
05 Arrays, Enumerations and Var and Dynamic/004 Using the ref Modifier in Function Calls.mp4 15.31 MB
05 Arrays, Enumerations and Var and Dynamic/005 Using Out Parameters to Return Multiple Values.mp4 12.86 MB
05 Arrays, Enumerations and Var and Dynamic/006 Creating and Understanding Multidimensional Arrays.mp4 21.86 MB
05 Arrays, Enumerations and Var and Dynamic/007 Passing Arrays as Function Arguments.mp4 14.39 MB
05 Arrays, Enumerations and Var and Dynamic/008 Using The Params Keyword in Function Headers.mp4 16.44 MB
05 Arrays, Enumerations and Var and Dynamic/009 Enumerations.mp4 15.37 MB
05 Arrays, Enumerations and Var and Dynamic/010 Dynamic Data Typing.mp4 7.24 MB
05 Arrays, Enumerations and Var and Dynamic/011 Var Keyword and Difference Between Var and Dynamic.mp4 13.62 MB
06 Object Oriented Programming/001 Create a Simple Class.mp4 13.88 MB
06 Object Oriented Programming/002 Create a Class With a Constructor, and a Behavior.mp4 18.01 MB
06 Object Oriented Programming/003 Create a Class with Four Functions.mp4 18.97 MB
06 Object Oriented Programming/004 Modern Functions with Func,,,,.mp4 18.07 MB
06 Object Oriented Programming/005 Instance Variables.mp4 21.67 MB
06 Object Oriented Programming/006 Class Level Shared Fields.mp4 33.47 MB
06 Object Oriented Programming/007 Simple Inheritance Example.mp4 19.06 MB
06 Object Oriented Programming/008 Is A Relationship in OOP.mp4 11.75 MB
06 Object Oriented Programming/009 Equality By Reference.mp4 18.2 MB
06 Object Oriented Programming/010 Coding Properties.mp4 14.75 MB
06 Object Oriented Programming/011 Creating and Using Virtual Methods.mp4 17.69 MB
06 Object Oriented Programming/012 Understanding Upcasting.mp4 27.4 MB
06 Object Oriented Programming/013 Abstract Classes.mp4 20.84 MB
06 Object Oriented Programming/014 Create a List of Objects and Step Through It.mp4 15.45 MB
06 Object Oriented Programming/015 Polymorphism.mp4 19.71 MB
06 Object Oriented Programming/016 Structs.mp4 18.61 MB
06 Object Oriented Programming/017 Overloading Operators.mp4 17.5 MB
06 Object Oriented Programming/018 Delegates.mp4 11.95 MB
06 Object Oriented Programming/019 Dynamic Actions.mp4 13.14 MB
06 Object Oriented Programming/020 Interfaces.mp4 18.39 MB
06 Object Oriented Programming/021 Access Modifiers.mp4 18.57 MB
06 Object Oriented Programming/022 Destructors.mp4 16.4 MB
06 Object Oriented Programming/023 Partial Classes.mp4 11.7 MB
07 Error Handling/001 Error Checking with Simple IfElse Statements.mp4 13.9 MB
07 Error Handling/002 TryCatchFinally Blocks.mp4 11.66 MB
07 Error Handling/003 Multiple Catch Blocks.mp4 15.68 MB
07 Error Handling/004 Throwing and Catching Exceptions.mp4 15.02 MB
08 The Object Class/001 Object Equals and Reference Equals.mp4 12.09 MB
08 The Object Class/002 Get Type Method.mp4 9.82 MB
09 Miscellania/001 Turning Objects Into Arrays with Indexers.mp4 14.6 MB
09 Miscellania/002 Writing and Reading Files.mp4 17.16 MB
09 Miscellania/003 Conditional Functions.mp4 22.43 MB
09 Miscellania/004 Nullable Data Types.mp4 12.65 MB
09 Miscellania/005 Creating and Using Dynamic Link Libraries.mp4 19.3 MB
09 Miscellania/006 Fully Qualified Names.mp4 24.12 MB
09 Miscellania/007 Displaying Files and Folders in a Directory.mp4 17.92 MB
10 Modern Language Features/001 Generics Introduction.mp4 20.27 MB
10 Modern Language Features/002 ListT With Predefined Types.mp4 15.13 MB
10 Modern Language Features/003 ListT With A User Defined Type.mp4 13.6 MB
10 Modern Language Features/004 Generic Interface With One Class.mp4 12.27 MB
10 Modern Language Features/005 Generic Dictionaries.mp4 18.25 MB
10 Modern Language Features/006 Lambda Expression Basics.mp4 16.5 MB
11 Pointers and More/001 Pointers and AddressOf Operator.mp4 11.15 MB
11 Pointers and More/002 Using Using Statements.mp4 14.23 MB
11 Pointers and More/003 Serialization Example.mp4 29.7 MB
12 Database and LINQ Basics/001 Downloading and Installing SQL Server.mp4 9.96 MB
12 Database and LINQ Basics/002 Write Code To Connect to SQL Server.mp4 36.76 MB
12 Database and LINQ Basics/003 Use LINQ With Arrays.mp4 17.6 MB
12 Database and LINQ Basics/004 Use LINQ with XML.mp4 17.96 MB
12 Database and LINQ Basics/005 Use LINQ with Strings.mp4 17.11 MB
13 Threading/001 Creating, Running, Suspending and Joining Threads.mp4 18.2 MB
14 Text Editor Project/001 Make User Interface and Add Open Dialog.mp4 43.97 MB
14 Text Editor Project/002 Add a Dialog For Saving.mp4 21.18 MB
14 Text Editor Project/003 Add Previewing and Printing.mp4 38.11 MB
15 Build A Guessing Game/001 Build a Small Guessing Game.mp4 33.15 MB
16 Garbage Collection/001 Garbage Collection and Memory Observation.mp4 16.66 MB
Download Info
-
Tips
“Udemy - Learn C# With Microsoft Visual Studio Community” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.