Filename Size BYB_WIN7_01.Setting up your development environment.mp4 29.4 MB Code_examples.zip 30.7 MB Lesson01_Win7_VSdesktop_01.Test-Driving .mp4 14.4 MB Lesson01_Win7_VSdesktop_intro.Lesson introduction.mp4 7.2 MB lesson02_01.Overview of the IDE and creating a new project.mp4 21.9 MB lesson02_02.IDE Menus and Toolbars.mp4 17.8 MB lesson02_03.Navigating the IDE.mp4 18.4 MB lesson02_04.Using Help.mp4 25.6 MB lesson02_05.Using Visual App Development to Create a Simple....mp4 60.3 MB lesson02_intro.Lesson introduction.mp4 27.8 MB lesson03_01.A Simple C- App- Displaying a Line of Text.mp4 37.7 MB lesson03_02.Creating a Simple App in Visual Studio.mp4 16.6 MB lesson03_03.Displaying a Single Line of Text with Multiple Statements.mp4 17.9 MB lesson03_04.Displaying Multiple Lines of Text with a Single Statement.mp4 7.3 MB lesson03_05.Formatting Text with Console.Write and Console.WriteLine.mp4 11.4 MB lesson03_06.Adding Integers.mp4 30.8 MB lesson03_08.Decision Making- Equality and Relational Operators.mp4 22 MB lesson03_intro.Lesson introduction.mp4 31.3 MB lesson04_01.Declaring a Class with a Method and Instantiating an Object of That Class.mp4 46.6 MB lesson04_02.Declaring a Method with a Parameter.mp4 26.6 MB lesson04_03.Instance Variables and Properties.mp4 81.5 MB lesson04_04.Value Types vs. Reference Types.mp4 6.3 MB lesson04_05.Initializing Objects with Constructors.mp4 28 MB lesson04_06.Floating-Point Numbers, Type decimal and Validating Data.mp4 59.2 MB lesson04_intro.Lesson introduction.mp4 47.9 MB lesson05_01.Class Average Using Counter-Controlled Repetition.mp4 34.5 MB lesson05_02.Class Average Using Sentinel-Controlled Repetition.mp4 25.9 MB lesson05_03.Nested Control Statements.mp4 12.3 MB lesson05_04.Compound Assignment Operators.mp4 2.4 MB lesson05_05.Increment and Decrement Operators.mp4 10.4 MB lesson05_intro.Lesson introduction.mp4 16.1 MB lesson06_01.Essentials of Counter-Controlled Repetition.mp4 4.8 MB lesson06_02.for Repetition Statement.mp4 11.8 MB lesson06_03.Summing integers with the for statement.mp4 5.7 MB lesson06_04.Compound Interest Calculations with for.mp4 16.7 MB lesson06_05.doGǪwhile Repetition Statement.mp4 7.1 MB lesson06_06.switch Multiple-Selection Statement.mp4 52.5 MB lesson06_07.break Statement Exiting a for Statement.mp4 4.8 MB lesson06_08.continue Statement Terminating an Iteration of a for Statement.mp4 4 MB lesson06_09.Logical Operators.mp4 17 MB lesson06_intro.Lesson introduction.mp4 28.3 MB lesson07_01.static Methods- User-Defined Method maximum.mp4 23.7 MB lesson07_02.Three Ways to Call a Method.mp4 6.7 MB lesson07_03.Promotion Rules.mp4 5.5 MB lesson07_04.The .NET Framework Class Library.mp4 34.7 MB lesson07_05.Shifted and Scaled Random Numbers for Rolling a Six-Sided Die.mp4 16.9 MB lesson07_06.Roll a Six-Sided Die 6000000 Times.mp4 7.3 MB lesson07_07.Case Study- A Game of Chance; Introducing Enumerations.mp4 53.1 MB lesson07_08.Scope of Declarations.mp4 37.9 MB lesson07_09.Method Overloading.mp4 22.9 MB lesson07_10.Optional Parameters.mp4 7.7 MB lesson07_11.Named Parameters.mp4 16.9 MB lesson07_12.A Simple Example of Recursion- Factorial.mp4 12.1 MB lesson07_13.Passing Arguments By Value and By Reference.mp4 33 MB lesson07_intro.Lesson introduction.mp4 38.1 MB lesson08_01.Creating an Array.mp4 12.4 MB lesson08_02.Using an Array Initializer.mp4 6.4 MB lesson08_03.Calculating a Value to Store in Each Element of an Array Introducing const.mp4 9.2 MB lesson08_04.Summing the Elements of an Array.mp4 4.8 MB lesson08_05.Using Bar Charts to Display Data Graphically.mp4 10.1 MB lesson08_06.Using the Elements of an Array as Counters.mp4 6.2 MB lesson08_07.Using Arrays to Analyze Survey Results Introduction to Exception Handling.mp4 44 MB lesson08_08.Card Shuffling and Dealing Simulation.mp4 49.3 MB lesson08_09.foreach Repetition Statement.mp4 11.3 MB lesson08_10.Passing Arrays and Array Elements to Methods.mp4 18.6 MB lesson08_11.Passing Arrays by Value and by Reference.mp4 32.6 MB lesson08_12.Case Study- GradeBook Using an Array to Store Grades.mp4 41.2 MB lesson08_13.Multidimensional Arrays.mp4 28.7 MB lesson08_14.Case Study- GradeBook Using a Rectangular Array.mp4 34.5 MB lesson08_15.Variable-Length Argument Lists.mp4 7.7 MB lesson08_16.Using Command-Line Arguments.mp4 22.9 MB lesson08_intro.Lesson introduction.mp4 38.3 MB lesson09_01.Querying an Array of int Values using LINQ.mp4 0 B lesson09_02.Querying an Array of Employee Objects Using LINQ.mp4 67.9 MB lesson09_03.Introduction to Collection and the Generic List Class.mp4 32.9 MB lesson09_04.Querying a Generic Collection Using LINQ.mp4 28.9 MB lesson09_intro.Lesson introduction.mp4 21.9 MB lesson10_01.Time Class Case Study.mp4 50.3 MB lesson10_02.Controlling Access to Members.mp4 5.6 MB lesson10_03.Referring to the Current Object's Members with the this Reference.mp4 37.6 MB lesson10_04.Time Class Case Study- Overloaded Constructors.mp4 85.7 MB lesson10_05.Composition.mp4 35.4 MB lesson10_06.static Class Members.mp4 32.7 MB lesson10_07.A Note About Constant Fields of a Class.mp4 2.4 MB lesson10_08.Class View and Object Browser.mp4 31 MB lesson10_09.Object Initializers.mp4 8.5 MB lesson10_intro.Lesson introduction.mp4 47.7 MB lesson11_01.Base Classes and Derived Classes.mp4 12.4 MB lesson11_02.Creating a CommissionEmployee Class.mp4 48.5 MB lesson11_03.Creating a BasePlusCommissionEmployee Class without Using Inheritance.mp4 30.9 MB lesson11_04.Creating a CommissionEmployee-BasePlusCommissionEmployee Inheritance Hierarchy.mp4 52.2 MB lesson11_05.Inheritance Hierarchy Using protected Instance Variables.mp4 41.8 MB lesson11_06. Hierarchy Using private Instance Variables- wi.mp4 43.7 MB lesson11_07.Class object.mp4 9.8 MB lesson11_intro.Lesson introduction.mp4 49 MB lesson12_01.Demonstrating Polymorphic.mp4 46.3 MB lesson12_02.Case Study- Payroll System Using Polymorphism.mp4 12.5 MB lesson12_03.Creating Abstract Base Class Employee.mp4 17.3 MB lesson12_04.Creating Concrete Derived Class SalariedEmployee.mp4 19.3 MB