Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/00 None/000 Introduction.mp4 |
7.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/001 Configuring the Layout of Visual Studio.mp4 |
10.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/002 Create and Run Your First Program.mp4 |
23.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/003 Different Ways of Keeping Console Window Open.mp4 |
10.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/004 Whats a Statement, A Block, and a Comment.mp4 |
8.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/005 Formatting Output Strings.mp4 |
23.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/006 Whats a data type.mp4 |
12.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/007 Define a local variable, and step through the program line by line for clarity.mp4 |
28.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/008 Define a local variable, assign new values, and watch them change carefully.mp4 |
19.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/009 Define two variables, perform arithmetic, and step through the program line by line.mp4 |
34.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/010 Value type variables, and the results of copying them.mp4 |
10.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/011 Understand the difference between division of double and integer values.mp4 |
22.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/012 Interacting with users through the command line.mp4 |
19.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/013 Setting Variables To Be Constant.mp4 |
9.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/01 Learning The Fundamentals/014 Explicit and Implicit Data Conversions.mp4 |
19.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/001 Code a simple if-else block to check a condition.mp4 |
12.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/002 Code a while loop, and use the locals window to see it run.mp4 |
9.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/003 IfElse Blocks with Multiple Options.mp4 |
20.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/004 Code a simple for loop to repeat a block of code.mp4 |
13.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/005 Do while loops.mp4 |
6.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/006 Coding a switch statement.mp4 |
17.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/007 For each loop example.mp4 |
10.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/008 Break Statement.mp4 |
10.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/02 Program Flow/009 Continue Statement.mp4 |
9.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/03 Operators/001 And Operators.mp4 |
14.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/03 Operators/002 Or Operators.mp4 |
10.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/03 Operators/003 Evaluate and Assign Arithmetic Operators.mp4 |
12.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/03 Operators/004 The Logical Negation Operator.mp4 |
12.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/03 Operators/005 The Ternary Operator.mp4 |
14.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/001 Basic Arrays.mp4 |
15 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/002 Looping through an array with a for loop.mp4 |
17.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/003 Reference type variables.mp4 |
13 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/004 Using the ref modifier in function calls.mp4 |
15.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/005 Using Out Parameters to Return Multiple Values From Functions.mp4 |
23.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/006 Using the length property of arrays and converting between data types.mp4 |
17.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/007 Multidimensional Arrays.mp4 |
19.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/008 Passing Arrays as Function Arguments.mp4 |
29.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/009 Params Keyword in Function Headers.mp4 |
22.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/04 Arrays and more/010 Enumerations.mp4 |
25.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/001 Create a simple class.mp4 |
15.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/002 Create a simple class, add a constructor, and add one function, or method.mp4 |
26.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/003 Create a class, add four functions, understand the concept of variable scope.mp4 |
29.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/004 Whats a user defined data type.mp4 |
6.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/005 Dynamic Data Typing.mp4 |
6.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/006 Difference Between Dynamic and Var..mp4 |
8.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/007 How to declare, and access instance variables.mp4 |
19.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/008 Instance variables, example with two objects.mp4 |
11.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/009 Class Level Fields Sharing Between Among Objects.mp4 |
28.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/010 Setting up a simple inheritence example.mp4 |
15.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/011 IS A Relationships in Object Oriented Programming.mp4 |
12 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/012 Understanding the difference between class methods and object methods.mp4 |
23.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/013 Equality by references.mp4 |
12.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/014 Coding Properties.mp4 |
9.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/015 Creating and using virtual methods.mp4 |
16.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/016 Understanding upcasting.mp4 |
18.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/017 Understand the purpose and coding of an abstract class.mp4 |
21.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/018 Create a list of objects, and step through it using a foreach loop.mp4 |
20.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/019 Polymorphism.mp4 |
14.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/020 Structs.mp4 |
44.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/021 Overloading Operators.mp4 |
28.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/022 Overloading Operators Example 2.mp4 |
35.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/023 Delegates.mp4 |
18.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/024 Multicast Delegates.mp4 |
21.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/025 Dynamic Actions.mp4 |
17.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/026 Handling Simple Events Using Delegates.mp4 |
18.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/027 Interfaces.mp4 |
23.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/028 Interface Example 2.mp4 |
19.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/029 Access Modifiers.mp4 |
18.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/030 Destructors.mp4 |
25.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/031 String Basics.mp4 |
15.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/032 Partial Classes.mp4 |
16.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/05 Creating simple classes/033 Create a Program that Continually Waits for User Input.mp4 |
18.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/06 Error Handling/001 Error checking with simple ifelse statements.mp4 |
13.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/06 Error Handling/002 Try-Catch-Finally Blocks.mp4 |
12.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/06 Error Handling/003 Multiple Catch Blocks.mp4 |
23 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/06 Error Handling/004 Throwing and Catching Exceptions.mp4 |
31.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/07 The Object Class/001 Object Equals and Reference Equals Methods.mp4 |
27.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/07 The Object Class/002 Get Type Method.mp4 |
19.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/07 The Object Class/003 Memberwise Clone, Shallow Copies and Deep Copies.mp4 |
41.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/07 The Object Class/004 The ToString Function.mp4 |
15.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/001 Turning objects into arrays with indexers.mp4 |
28.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/002 Create an application, and install it on your system..mp4 |
8.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/003 Writing and reading files.mp4 |
13 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/004 Reading and Writing Files, Graphical Example.mp4 |
53.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/005 Viewing the Call Hierarchy.mp4 |
7.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/006 Condtional Functions.mp4 |
12.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/007 Nullable Data Types.mp4 |
12.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/008 Create a Dynamic Link Library and Reference It.mp4 |
13.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/009 Fully Qualified Names.mp4 |
20.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/010 Display All the Files and Folders in A Directory.mp4 |
18.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/08 Miscellaneous Topics/011 Build a Simple Web Browser.mp4 |
17.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/001 Generics, Introduction.mp4 |
26.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/002 ListT With Predefined Types.mp4 |
28.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/003 ListT With a User Defined TYpe.mp4 |
26.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/004 Generic Interface With One Class.mp4 |
24.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/005 Understanding Generic Dictionaries.mp4 |
20.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/006 Lambda Expression Basics.mp4 |
18.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/007 Func Notation For Lambda Expressions.mp4 |
17.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/008 Using Lambda Expressions with Outer Variables.mp4 |
16.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/009 Lambda Expressions That Change Local Variables.mp4 |
17.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/010 Returning Lambda Expression References from Functions.mp4 |
20.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/09 Modern Language Features/011 Funcs with Dynamic Variables.mp4 |
18.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/001 Extracting Methods and Organizing Using Statements.mp4 |
7.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/002 Pointers and AddressOf Operator.mp4 |
17.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/003 Arrays of Pointers Example.mp4 |
30.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/004 Using Statments.mp4 |
19.1 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/005 Overloading Operators.mp4 |
26.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/006 Serialization Examples.mp4 |
33.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/007 Simple Event Log Writing.mp4 |
22 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/10 Pointers and More/008 Create and Run a Service.mp4 |
77.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/001 Download and Install SQL Server Express.mp4 |
22.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/002 Connect Visual Studio to SQL Server, and Write Code To Display Some Results.mp4 |
25.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/003 Write Better Code for Connecting to Databases.mp4 |
25.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/004 Use LINQ with Arrays.mp4 |
19.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/005 Use LINQ with XML.mp4 |
26 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/006 Use LINQ with Strings.mp4 |
18.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/007 LINQ to SQL.mp4 |
43.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/11 Database and LINQ Basics/008 Details View Control.mp4 |
14.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/12 WPF Basics/001 Simple WPF App.mp4 |
27 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/12 WPF Basics/002 Controlling Columns and Rows.mp4 |
15.7 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/12 WPF Basics/003 Create a Simple GUI For Displaying Files.mp4 |
22.2 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/12 WPF Basics/004 Create a More Sophisticated WPF App.mp4 |
62 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/13 Threading/001 Create, Run, Suspend and Join Threads.mp4 |
25 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/14 Entity Framework/001 Create Databases From Code.mp4 |
43.6 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/15 Text Editor Project/001 Make The User Interface and Add an Open Dialog.mp4 |
23.5 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/15 Text Editor Project/002 Add a Dialog for Saving.mp4 |
20 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/15 Text Editor Project/003 Add Printing to Printers and Files.mp4 |
29.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/15 Text Editor Project/004 Add Preview Capabilities.mp4 |
8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/16 Windows Forms in Depth/001 Forms, Windows, Properties, Coordinates.mp4 |
26.8 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/16 Windows Forms in Depth/002 Reading Mouse Movements and Events.mp4 |
27.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/16 Windows Forms in Depth/003 Build a Small Guessing Game with Nested IfElse Blocks and Key Up Event.mp4 |
28.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/17 Miscellania/001 Abstract Keyword.mp4 |
17.4 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/17 Miscellania/002 Splitting Parameter Lists, and Passing Values into Parent Class Constructors.mp4 |
18.9 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/17 Miscellania/003 Garbage Collection and Memory Observation.mp4 |
26.3 MB |
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013/18 Projects/001 Build A Calculator Using TryParse, The Ternary Operator and Func,,,.mp4 |
37.2 MB |