14.31 GB | 12min 8s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
001 Introduction.mp4 (22.15 MB)
002 What do you get from this course.mp4 (21.59 MB)
001 InvoiceCalculator.zip (41.71 KB)
001 What will you learn in this section.mp4 (5.7 MB)
002 Introduction to NET.mp4 (27.24 MB)
003 Starting with Visual Studio.mp4 (17.49 MB)
004 Adding Controls to Form.mp4 (59.89 MB)
005 Exploring Properties.mp4 (36.88 MB)
006 Creating Your First Form.mp4 (52.94 MB)
007 C# in Windows Forms and Creating Events.mp4 (87.05 MB)
008 Entering C# Code Into Events.mp4 (56.39 MB)
009 Testing and Debugging.mp4 (84.19 MB)
001 What Will You Learn in This Section.mp4 (5.13 MB)
002 Working With Numbers And String Data Types.mp4 (22.56 MB)
003 Working With Variables and Constants.mp4 (23.8 MB)
004 Working With Arithmetic Expressions.mp4 (35.65 MB)
005 Working With Assignment Operators.mp4 (22.52 MB)
006 Order Of Precedence.mp4 (20.35 MB)
007 Using Casting.mp4 (17.69 MB)
008 Using Math Class.mp4 (19.4 MB)
009 Using Random Class To Generate Random Numbers.mp4 (23.55 MB)
010 Working With Strings And Special Characters.mp4 (23.58 MB)
011 Methods to Convert Data Types.mp4 (24.94 MB)
012 Formatting Converted Data Types.mp4 (26.66 MB)
013 Working With Variable Scope.mp4 (18.38 MB)
014 Working With Enumeration.mp4 (12.75 MB)
015 Working With Nullable Types.mp4 (20.34 MB)
016 EnhancedInvoiceApplication.zip (47.18 KB)
016 EXERCISE Simple Invoice Application - Part 1.mp4 (48.47 MB)
016 SimpleInvoiceCalculator-Final.zip (41.4 KB)
016 SimpleInvoiceCalculator-StartingFiles.zip (45.19 KB)
017 EXERCISE Simple Invoice Application - Part 2.mp4 (15.63 MB)
018 EXERCISE Simple Invoice Application - Part 3.mp4 (10.11 MB)
019 EXERCISE Simple Invoice Application - Part 4.mp4 (30.44 MB)
020 EXERCISE Simple Invoice Application - Part 5.mp4 (27.66 MB)
021 EXERCISE Simple Invoice Application - Part 6.mp4 (24.76 MB)
022 EXERCISE Simple Invoice Application - Part 7.mp4 (16.81 MB)
023 EXERCISE Simple Invoice Application - Part 8.mp4 (24.82 MB)
024 EXERCISE Simple Invoice Application - Part 9.mp4 (20.5 MB)
025 EXERCISE Simple Invoice Application - Part 10.mp4 (20.25 MB)
026 EXERCISE Simple Invoice Application - Part 11.mp4 (68.41 MB)
001 Boolean Relational Operators.mp4 (48.05 MB)
002 If Else Conditional Statements.mp4 (24.06 MB)
003 Switch Statements.mp4 (34.25 MB)
004 Switch Expressions.mp4 (39.7 MB)
005 Conditional Operators.mp4 (25.98 MB)
006 EXERCISE Invoice Application with If-Else Statements - Part 1.mp4 (3.12 MB)
007 EXERCISE Invoice Application with If-Else Statements - Part 2.mp4 (11.51 MB)
007 SimpleInvoiceCalculator-Final.zip (43.2 KB)
007 SimpleInvoiceCalculator-StartingFiles.zip (40.97 KB)
008 EXERCISE Invoice Application with If-Else Statements - Part 3.mp4 (17.85 MB)
009 EXERCISE Invoice Application with If-Else Statements - Part 4.mp4 (51.2 MB)
010 EXERCISE Invoice Application with If-Else Statements - Part 5.mp4 (25.21 MB)
011 EXERCISE Invoice Application with If-Else Statements - Part 6.mp4 (42.86 MB)
012 EXERCISE Invoice Application with Switch-Case statements - Part 7.mp4 (44.47 MB)
012 SimpleInvoiceCalculator-SwitchCase.zip (43.62 KB)
013 Do While and Do Loops.mp4 (24.55 MB)
014 For Loops.mp4 (26.68 MB)
015 Break and Continue Statements in Loops.mp4 (8.24 MB)
016 EXERCISE Future Value Application with Loop - Part 1.mp4 (8.84 MB)
017 EXERCISE Future Value Application with Loop - Part 2.mp4 (17.69 MB)
017 FutureValueApplication-Final.zip (39.73 KB)
017 FutureValueApplication-StarterFiles.zip (39.46 KB)
018 EXERCISE Future Value Application with Loop - Part 3.mp4 (22.88 MB)
019 EXERCISE Future Value Application with Loop - Part 4.mp4 (34.23 MB)
020 EXERCISE Future Value Application with Loop - Part 5.mp4 (24.37 MB)
021 EXERCISE Future Value Application with Loop - Debugging - Part 6.mp4 (22.34 MB)
001 Coding Methods.mp4 (35.82 MB)
002 Calling Methods.mp4 (33.27 MB)
003 Optional Parameters.mp4 (15.23 MB)
004 Named Arguments.mp4 (11.64 MB)
005 Expression-Bodied Methods.mp4 (14.77 MB)
006 Passing Arguments By Reference And By Value.mp4 (16.1 MB)
007 Passing Arguments With In and Out Keywords.mp4 (44.43 MB)
008 Working With Tuples.mp4 (28.68 MB)
009 Returning Tuple From Method.mp4 (35.31 MB)
010 Working With Events.mp4 (18.98 MB)
011 Wiring Events.mp4 (40.62 MB)
012 Handling Multiple Events With Single Event Handler.mp4 (13.54 MB)
013 EXERCISE Future Value Appplication with Methods and Events - Part 1.mp4 (23.93 MB)
013 FutureValueApp-Final.zip (42.23 KB)
013 FutureValueApplication-StartingFiles.zip (39.73 KB)
014 EXERCISE Future Value Appplication with Methods and Events - Part 2.mp4 (46.16 MB)
015 EXERCISE Future Value Appplication with Methods and Events - Part 3.mp4 (20.33 MB)
016 EXERCISE Invoice Application With Methods - Part 1.mp4 (58.27 MB)
016 SimpleInvoiceCalculator-Final.zip (44.2 KB)
016 SimpleInvoiceCalculator-StartingFiles.zip (43.76 KB)
017 EXERCISE Invoice Application With Tuple - Part 2.mp4 (50.68 MB)
001 Introduction to Exceptions.mp4 (26.95 MB)
002 Displaying Dialog Box.mp4 (7.36 MB)
003 Structured Exception Handling.mp4 (10.45 MB)
004 Properties and Methods of Exception Class.mp4 (21.81 MB)
005 Catching Specific Type of Exceptions.mp4 (21.73 MB)
006 How to Throw Exception.mp4 (37.2 MB)
007 EXERCISE Future Value Application with Exception Handling - Part 1.mp4 (35.48 MB)
007 FutureValueApp-Final.zip (43.14 KB)
007 FutureValueApp-StartFiles.zip (42.23 KB)
008 EXERCISE Future Value Application with Exception Handling - Part 2.mp4 (36.88 MB)
009 Single Entry Data Validation.mp4 (32.22 MB)
010 Generic Methods for Data Validation.mp4 (23.31 MB)
011 Validating Multiple Entries.mp4 (24.93 MB)
012 EXERCISE Future Value Application With Data Validation - Part 1.mp4 (7.87 MB)
013 EXERCISE Future Value Application With Data Validation - Part 2.mp4 (15.06 MB)
013 FutureValueApp-Final.zip (45.86 KB)
013 FutureValueApp-StartFiles.zip (43.14 KB)
014 EXERCISE Future Value Application With Data Validation - Part 3.mp4 (35.64 MB)
015 EXERCISE Future Value Application With Data Validation - Part 4.mp4 (34 MB)
016 EXERCISE Future Value Application With Data Validation - Part 5.mp4 (56.45 MB)
017 EXERCISE Future Value Application With Data Validation - Part 6.mp4 (59.47 MB)
018 EXERCISE Invoice App With Data Validation and Exception Handling - Part 1.mp4 (26.26 MB)
018 SimpleInvoiceCalculator-Final.zip (45.47 KB)
018 SimpleInvoiceCalculator-StartFiles.zip (44.2 KB)
019 EXERCISE Invoice App With Data Validation and Exception Handling - Part 2.mp4 (53.8 MB)
001 One Dimensional Arrays.mp4 (23.19 MB)
002 Assigning Values to Elements of Array.mp4 (38.19 MB)
003 Working With Arrays.mp4 (26.18 MB)
004 Using ForEach Loops to Work with Arrays.mp4 (17.99 MB)
005 Working with Rectangular Arrays - Part 1.mp4 (24.55 MB)
006 Working with Rectangular Arrays - Part 2.mp4 (20 MB)
007 Working with Jagged Arrays - Part 1.mp4 (24.71 MB)
008 Working with Jagged Arrays - Part 2.mp4 (7.5 MB)
009 Using Array Class.mp4 (29.55 MB)
010 Referring to Copy of an Array.mp4 (31.77 MB)
011 Coding Methods that Work with Arrays.mp4 (28.2 MB)
012 Using Null Conditional Operator.mp4 (25.54 MB)
013 More Ways to Refer to Array Elements.mp4 (30.3 MB)
014 Collection Classes.mp4 (18.99 MB)
015 Typed vs Untyped Collections.mp4 (30.16 MB)
016 Working With Lists - Part 1.mp4 (23.78 MB)
017 Working With Lists - Part 2.mp4 (27.55 MB)
018 Working With Sorted Lists - Part 1.mp4 (38.37 MB)
019 Working With Sorted Lists - Part 2.mp4 (13.8 MB)
020 Working With Queues and Stacks.mp4 (45.83 MB)
021 Working With Array List.mp4 (26.58 MB)
022 EXERCISE Invoice Application with Array and List - Part 1.mp4 (60.46 MB)
022 SimpleInvoiceCalculator-Final.zip (47.23 KB)
022 SimpleInvoiceCalculator-StartFiles.zip (45.47 KB)
023 EXERCISE Invoice Application with Array - Part 2.mp4 (12.21 MB)
024 EXERCISE Invoice Application with Array - Part 3.mp4 (41.64 MB)
025 EXERCISE Future Value Application With Rectangular Array - Part 1.mp4 (37.12 MB)
025 FutureValueApp-Final.zip (47.13 KB)
025 FutureValueApp-StartFiles.zip (45.86 KB)
026 EXERCISE Future Value Application With Rectangular Array - Part 2.mp4 (48.33 MB)
027 EXERCISE Future Value Application With Rectangular Array - Part 3.mp4 (25.2 MB)
001 Working With Dates and Times.mp4 (39.68 MB)
002 Getting Info and Formatting Dates and Times.mp4 (25.59 MB)
003 Date and Time Operations.mp4 (31.07 MB)
004 Working With Strings.mp4 (28.07 MB)
005 Examples of Working With Strings - Part 1.mp4 (39.07 MB)
006 Examples of Working With Strings - Part 2.mp4 (38.25 MB)
007 Parse and TryParse for Numeric Entries.mp4 (35.38 MB)
008 Working With Nullable Reference Types.mp4 (41.35 MB)
009 Using String Builder Class.mp4 (37.52 MB)
010 Formatting Numbers.mp4 (54.18 MB)
011 Formatting Dates and Times.mp4 (6.31 MB)
012 Using Interpolated Strings.mp4 (22.55 MB)
013 DateHandling-Final.zip (40.77 KB)
013 DateHandling-StartFiles.zip (38.46 KB)
013 EXERCISE Date Handling Application - Part 1.mp4 (17.45 MB)
014 EXERCISE Date Handling Application - Part 2.mp4 (34.25 MB)
015 EXERCISE Date Handling Application - Part 3.mp4 (38.17 MB)
016 EXERCISE String Manipulation App - Part 1.mp4 (20.38 MB)
016 StringManipulationApp-Final.zip (42.94 KB)
016 StringManipulationApp-StartFiles.zip (41.72 KB)
017 EXERCISE String Manipulation App - Part 2.mp4 (37.36 MB)
018 EXERCISE String Manipulation App - Part 3.mp4 (17.28 MB)
019 EXERCISE String Manipulation App - Part 4.mp4 (39.03 MB)
020 EXERCISE Future Value Application with Parse and TryParse and Globalization.mp4 (92.31 MB)
020 FutureValueApp-Final.zip (46.29 KB)
020 FutureValueApp-StartFiles.zip (46.15 KB)
001 Working with Windows Forms and Controls.mp4 (21.72 MB)
002 Working with Combo Boxes and List Boxes - Part 1.mp4 (47.4 MB)
003 Working with Combo Boxes and List Boxes - Part 2.mp4 (38.84 MB)
004 Working With Check Boxes and Radio Buttons.mp4 (31.69 MB)
005 Setting Tab Order View.mp4 (50.26 MB)
006 Getting Info For Any Control.mp4 (25.18 MB)
007 Working With Multi-Form Projects.mp4 (19.53 MB)
008 Autogenerated Code for The Form.mp4 (18.14 MB)
009 Renaming Form.mp4 (12.59 MB)
010 Displaying First Form of an Application.mp4 (23.87 MB)
011 Displaying Dialog Box.mp4 (25.06 MB)
012 Passing Data Between Form and Dialog Box.mp4 (45.59 MB)
013 Using Message Box Class.mp4 (33.77 MB)
014 Using Form Closing Event.mp4 (21.39 MB)
015 EXERCISE Payment Application - Part 1.mp4 (12.34 MB)
016 EXERCISE Payment Application - Part 2.mp4 (23.89 MB)
016 PaymentApp-Final.zip (56.47 KB)
016 PaymentApp-StartFiles.zip (47.58 KB)
017 EXERCISE Payment Application - Part 3.mp4 (42.24 MB)
018 EXERCISE Payment Application - Part 4.mp4 (26.71 MB)
019 EXERCISE Payment Application - Part 5.mp4 (27.55 MB)
020 EXERCISE Payment Application - Part 6.mp4 (21.26 MB)
021 EXERCISE Payment Application - Part 7.mp4 (34.56 MB)
022 EXERCISE Payment Application - Part 8.mp4 (37 MB)
023 EXERCISE Payment Application - Part 9.mp4 (31.81 MB)
024 EXERCISE Payment Application - Part 10.mp4 (28.69 MB)
025 EXERCISE Payment Application - Part 11.mp4 (69.79 MB)
026 EXERCISE Payment Application - Part 12.mp4 (19.94 MB)
027 EXERCISE Payment Application - Part 13.mp4 (21.47 MB)
028 EXERCISE Future Value Application with Combo and List Boxes - Part 1.mp4 (11.52 MB)
028 FutureValueApp-Final.zip (47.52 KB)
028 FutureValueApp-StartFiles.zip (46.29 KB)
029 EXERCISE Future Value Application with Combo and List Boxes - Part 2.mp4 (15.7 MB)
030 EXERCISE Future Value Application with Combo and List Boxes - Part 3.mp4 (57.27 MB)
031 EXERCISE Future Value Application with Combo and List Boxes - Part 4.mp4 (24.09 MB)
001 Creating and Using Classes.mp4 (36.61 MB)
002 Defining Class Members.mp4 (37.77 MB)
003 Product Class Example Code.mp4 (19.25 MB)
004 Object Instantiation.mp4 (45.09 MB)
005 Adding Class To Project.mp4 (6.11 MB)
006 Working With Fields.mp4 (29.93 MB)
007 Working With Properties.mp4 (31.25 MB)
008 Working With Methods.mp4 (38.46 MB)
009 Working With Constructors.mp4 (37.73 MB)
010 Working With Static Members.mp4 (41.86 MB)
011 Classes in Product Maintenance Application.mp4 (53.46 MB)
012 EXERCISE Product Maintenance Application - Part 1.mp4 (33.63 MB)
013 EXERCISE Product Maintenance Application - Part 2.mp4 (31.26 MB)
013 ProductMaintenance-Final.zip (61.64 KB)
013 ProductMaintenance-StartFiles.zip (46.99 KB)
014 EXERCISE Product Maintenance Application - Part 3.mp4 (54.94 MB)
015 EXERCISE Product Maintenance Application - Part 4.mp4 (58.61 MB)
016 EXERCISE Product Maintenance Application - Part 5.mp4 (85.31 MB)
017 EXERCISE Product Maintenance Application - Part 6.mp4 (27.8 MB)
018 EXERCISE Product Maintenance Application - Part 7.mp4 (27.76 MB)
019 EXERCISE Product Maintenance Application - Part 8.mp4 (30.86 MB)
020 EXERCISE Product Maintenance Application - Part 9.mp4 (15.4 MB)
021 EXERCISE Product Maintenance Application - Part 10.mp4 (40.8 MB)
022 EXERCISE Product Maintenance Application - Part 11.mp4 (61.63 MB)
023 Coding Auto Implemented Properties.mp4 (34.6 MB)
024 Expression-Bodied Properties and Accessors.mp4 (29.85 MB)
025 Expression-Bodied Methods and Constructors.mp4 (44.63 MB)
026 Pattern Matching.mp4 (33.34 MB)
027 Property Patterns.mp4 (26.03 MB)
028 Structures - Part 1.mp4 (34.41 MB)
029 Structures - Part 2.mp4 (24.77 MB)
030 Creating and Using Records.mp4 (54.56 MB)
031 CustomerMaintenance-Final.zip (60.12 KB)
031 CustomerMaintenance-StartFiles.zip (44.38 KB)
031 EXERCISE Customer Maintenance Application With Classes - Part 1.mp4 (33.94 MB)
032 EXERCISE Customer Maintenance Application With Classes - Part 2.mp4 (29.11 MB)
033 EXERCISE Customer Maintenance Application With Classes - Part 3.mp4 (24.49 MB)
034 EXERCISE Customer Maintenance Application With Classes - Part 4.mp4 (52.57 MB)
035 EXERCISE Customer Maintenance Application With Classes - Part 5.mp4 (24.35 MB)
036 EXERCISE Customer Maintenance Application With Classes - Part 6.mp4 (19.43 MB)
037 EXERCISE Customer Maintenance Application With Classes - Part 7.mp4 (29.06 MB)
038 EXERCISE Customer Maintenance Application With Classes - Part 8.mp4 (18.18 MB)
039 EXERCISE Customer Maintenance Application With Classes - Part 9.mp4 (32.11 MB)
040 EXERCISE Customer Maintenance Application With Classes - Part 10.mp4 (24.17 MB)
041 CustomerMaintenance-StartFiles.zip (60.12 KB)
041 CustomerMaintenanceStructure-Final.zip (62.03 KB)
041 EXERCISE Customer Maintenance Application with Structure.mp4 (61.84 MB)
001 Product List Class Example.mp4 (26.34 MB)
002 Specs For Enhanced Product List Class Example.mp4 (11.06 MB)
003 Working With Indexers.mp4 (26.35 MB)
004 Expression-Bodied Indexers and Accessors.mp4 (17.99 MB)
005 Throwing Argument Exception.mp4 (32.08 MB)
006 Working With Delegates.mp4 (32.16 MB)
007 Defining and Using Events.mp4 (20.85 MB)
008 Using Anonymous Methods and Lambda Expressions.mp4 (27.51 MB)
009 Overload Operators.mp4 (38.41 MB)
010 Overloading Arithmetic Operators.mp4 (22.28 MB)
011 Overloading Relational Operators.mp4 (41.24 MB)
012 EXERCISE Product MaintenanceApp With Advanced Classes - Part 1.mp4 (32.5 MB)
012 ProductMaintenance-Final.zip (69.59 KB)
012 ProductMaintenance-StartFiles.zip (61.66 KB)
013 EXERCISE Product Maintenance App With Advanced Classes - Part 2.mp4 (8.81 MB)
014 EXERCISE Product Maintenance App With Advanced Classes - Part 3.mp4 (46.64 MB)
015 EXERCISE Product Maintenance App With Advanced Classes - Part 4.mp4 (55.72 MB)
016 EXERCISE Product Maintenance App With Advanced Classes - Part 5.mp4 (27.27 MB)
017 CustomerMaintenance-Final.zip (67.31 KB)
017 CustomerMaintenance-StartFiles.zip (60.77 KB)
017 EXERCISE Customer Maintenance App With Advanced Classes - Part 1.mp4 (52.26 MB)
018 EXERCISE Customer Maintenance App With Advanced Classes - Part 2.mp4 (53.06 MB)
001 Inheritance Basics - Part 1.mp4 (24.37 MB)
002 Inheritance Basics - Part 2.mp4 (31.45 MB)
003 Methods Inherited From System Object Class.mp4 (35.79 MB)
004 Using Inheritance in Applications.mp4 (24.96 MB)
005 Creating Base Class.mp4 (38.45 MB)
006 Creating Subclasses.mp4 (33.16 MB)
007 How Polymorphism Works.mp4 (36.58 MB)
008 EXERCISE Product Maintenance App With Inheritance - Part 1.mp4 (13.05 MB)
009 EXERCISE Product Maintenance App With Inheritance - Part 2.mp4 (35.22 MB)
009 ProductMaintenance-Final.zip (72.61 KB)
009 ProductMaintenance-StartFiles.zip (69.85 KB)
010 EXERCISE Product Maintenance App With Inheritance - Part 3.mp4 (20.04 MB)
011 EXERCISE Product Maintenance App With Inheritance - Part 4.mp4 (18.6 MB)
012 EXERCISE Product Maintenance App With Inheritance - Part 5.mp4 (74.95 MB)
013 EXERCISE Product Maintenance App With Inheritance - Part 6.mp4 (63.24 MB)
014 EXERCISE Product Maintenance App With Inheritance - Part 7.mp4 (47.07 MB)
015 EXERCISE Product Maintenance App With Inheritance - Part 8.mp4 (34.56 MB)
016 EXERCISE Product Maintenance App With Inheritance - Part 9.mp4 (37.12 MB)
017 EXERCISE Product Maintenance App With Inheritance - Part 10.mp4 (34.19 MB)
018 EXERCISE Product Maintenance App With Inheritance - Part 11.mp4 (28.03 MB)
019 Object Types and Casting.mp4 (32.48 MB)
020 Using Casting with Inheritance.mp4 (27.24 MB)
021 Abstract Classes.mp4 (29.6 MB)
022 Sealed Classes.mp4 (39.74 MB)
023 CustomerMaintenance-Final.zip (80.03 KB)
023 CustomerMaintenance-StartFiles.zip (67.31 KB)
023 EXERCISE Customer Maintenance App With Inheritance - Part 1.mp4 (45.67 MB)
024 EXERCISE Customer Maintenance App With Inheritance - Part 2.mp4 (39.3 MB)
025 EXERCISE Customer Maintenance App With Inheritance - Part 3.mp4 (38.66 MB)
026 EXERCISE Customer Maintenance App With Inheritance - Part 4.mp4 (22.49 MB)
027 EXERCISE Customer Maintenance App With Inheritance - Part 5.mp4 (51.17 MB)
028 EXERCISE Customer Maintenance App With Inheritance - Part 6.mp4 (46.82 MB)
029 EXERCISE Customer Maintenance App With Inheritance - Part 7.mp4 (30.1 MB)
030 EXERCISE Customer Maintenance App With Inheritance - Part 8.mp4 (51.99 MB)
001 Inerfaces and Generics Basics.mp4 (47.12 MB)
002 Net Interfaces.mp4 (36.31 MB)
003 Creating Interface.mp4 (25.3 MB)
004 Implementing Interface.mp4 (20.37 MB)
005 Product Class Example That Implements ICloneable Interface.mp4 (26.68 MB)
006 Using Interface as Parameter.mp4 (26.39 MB)
007 Working With Default Methods.mp4 (26.39 MB)
008 Working With Generics.mp4 (36.11 MB)
009 Generic Net Interfaces.mp4 (13.52 MB)
010 Implementing IComparable Interface.mp4 (24.55 MB)
011 Using Constraints.mp4 (34.35 MB)
012 Implementing IEnumerable Interface.mp4 (15.93 MB)
013 Coding Interface That Uses Generics.mp4 (8.38 MB)
014 CloneCustomer-Final.zip (49.54 KB)
014 CloneCustomer-StartFiles.zip (36.94 KB)
014 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 1.mp4 (4.76 MB)
015 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 2.mp4 (20.85 MB)
016 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 3.mp4 (27.66 MB)
017 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 4.mp4 (22.91 MB)
018 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 5.mp4 (17.2 MB)
019 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 6.mp4 (32.26 MB)
020 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 7.mp4 (24.43 MB)
021 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 8.mp4 (33.95 MB)
001 Organizing Classes.mp4 (15.37 MB)
002 Splitting Class Across Multiple Files.mp4 (26.4 MB)
003 Working With Namespaces.mp4 (29.25 MB)
004 Documenting Classes.mp4 (24.55 MB)
005 Viewing XML Documentation.mp4 (6.92 MB)
006 Class Libraries.mp4 (18.05 MB)
007 Creating Class Library.mp4 (34.66 MB)
008 Referencing and Using Class Library.mp4 (20.57 MB)
009 Unit Testing.mp4 (25.34 MB)
010 Creating Unit Testing Project.mp4 (16.88 MB)
011 Coding Unit Test.mp4 (42.59 MB)
012 Running Unit Test.mp4 (26.18 MB)
013 EXERCISE Creating Our Own Validator Library - Part 1.mp4 (49.11 MB)
013 ProductMaintenance-StarterFiles.zip (73.09 KB)
013 ValidationLib-finalDLL.zip (2.05 KB)
013 ValidationLib.zip (3.61 MB)
014 EXERCISE Creating Our Own Validator Library - Part 2.mp4 (32.58 MB)
015 EXERCISE Creating Our Own Validator Library - Unit Testing - Part 1.mp4 (36.62 MB)
016 EXERCISE Creating Our Own Validator Library - Unit Testing - Part 2.mp4 (33.13 MB)
017 EXERCISE Creating Our Own Validator Library - Unit Testing - Part 3.mp4 (77.59 MB)
001 Working With Data.mp4 (5.16 MB)
002 Working With File IO.mp4 (29.01 MB)
003 Working With Files and Streams.mp4 (31.16 MB)
004 Using File Stream.mp4 (42.39 MB)
005 Exception Classes for File IO.mp4 (30.24 MB)
006 Writing Into Text File.mp4 (24.45 MB)
007 Reading From Text File.mp4 (19.93 MB)
008 How To Use Using Statement and Declaration.mp4 (29.37 MB)
009 Class That Works With Text File.mp4 (27.25 MB)
010 Writing Into Binary File.mp4 (13.28 MB)
011 Reading From Binary File.mp4 (39.52 MB)
012 Class That Works With Binary File.mp4 (10.36 MB)
013 CustomerMaintenance.zip (80.85 KB)
013 EXERCISE Customer Maintenance Application With Binary File.mp4 (51.94 MB)
001 Implementing LINQ.mp4 (40.4 MB)
002 Three Stages of Query Operation.mp4 (36.95 MB)
003 Indentifying Data Source For The Query.mp4 (33.79 MB)
004 Filtering Results of The Query.mp4 (14.44 MB)
005 Sorting Results of the Query.mp4 (15.26 MB)
006 Selecting Fields From The Query.mp4 (34.8 MB)
007 Joining Data From Multiple Data Sources.mp4 (24.32 MB)
008 Using Extension Methods.mp4 (16.99 MB)
009 How Lambda Expressions Work.mp4 (13.54 MB)
010 Coding Method-Based Queries.mp4 (37.98 MB)
011 Using Additional LINQ Methods.mp4 (19.04 MB)
012 EXERCISE Customer Invoice App With Generic Lists and LINQ - Preview - Part 1.mp4 (8.38 MB)
013 EXERCISE Customer Invoice App With Generic Lists and LINQ - Preview - Part 2.mp4 (30.89 MB)
014 CustomerInvoiceApp.zip (53.32 KB)
014 CustomersAndInvoiceTextFiles.zip (7.51 KB)
014 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 3.mp4 (52.11 MB)
015 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 4.mp4 (15.96 MB)
016 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 5.mp4 (48.05 MB)
017 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 6.mp4 (47.51 MB)
018 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 7.mp4 (80.79 MB)
019 EXERCISE Customer Invoice With LINQ Method Based Query - Part 8.mp4 (36.31 MB)
001 Intro to Database Programming.mp4 (4.21 MB)
002 Hardware Components of Client Server System.mp4 (21.96 MB)
003 Software Components of Client Server System.mp4 (21.91 MB)
004 Tables in Relational Databases.mp4 (29.61 MB)
005 How Tables in Database are Related.mp4 (14.86 MB)
006 Defining Columns in Table.mp4 (38.37 MB)
007 Design of Books Database Example.mp4 (25.16 MB)
008 Using SQL With Relational Database.mp4 (19.5 MB)
009 Joining Data From Multiple Tables.mp4 (33.45 MB)
010 Add, Update, Delete Data in Table.mp4 (20.62 MB)
001 Introduction to Using EF Core.mp4 (36.93 MB)
002 Adding EF Core to the Project.mp4 (13.87 MB)
003 Generating DbContext and Entity Classes.mp4 (72.64 MB)
004 Entity Data Model For Books Database.mp4 (12.71 MB)
005 Code for DbContext Class - Part 1.mp4 (34.82 MB)
006 Code for DbContext Class - Part 2.mp4 (26.81 MB)
007 Code for Customers Entity Class Generated By EF.mp4 (38.23 MB)
008 Modifying the Generated Code.mp4 (32.82 MB)
009 Using LINQ to Retrieve Data.mp4 (39.78 MB)
010 Loading Related Objects.mp4 (46.14 MB)
011 Enabling Lazy Loading.mp4 (10.96 MB)
012 Using EF to Insert, Update, and Delete Data.mp4 (44.61 MB)
013 Handling Database Exceptions.mp4 (23.49 MB)
014 How Concurrency Affects Insert, Update, and Delete Operations.mp4 (50.37 MB)
015 Checking For Concurrency Conflicts.mp4 (34.94 MB)
016 Handling Concurrency Conflicts.mp4 (28.7 MB)
017 Binding Controls to Entity Collection and Query Results.mp4 (24.82 MB)
018 EXERCISE Customer Maintenance App With Database - Part 1.mp4 (19.5 MB)
019 CustomerMaintenance-DB-Final.zip (6.23 MB)
019 CustomerMaintenance-DB-StarterFiles.zip (196.8 KB)
019 EXERCISE Customer Maintenance App With Database - Part 2.mp4 (71.08 MB)
020 EXERCISE Customer Maintenance App With Database - Part 3.mp4 (45.51 MB)
021 create-database-script.zip (34.29 KB)
021 EXERCISE Customer Maintenance App With Database - Part 4.mp4 (67.97 MB)
022 EXERCISE Customer Maintenance App With Database - Part 5.mp4 (83.03 MB)
023 EXERCISE Customer Maintenance App With Database - Part 6.mp4 (53.82 MB)
024 EXERCISE Customer Maintenance App With Database - Part 7.mp4 (33.67 MB)
025 EXERCISE Customer Maintenance App With Database - Part 8.mp4 (27.28 MB)
026 EXERCISE Customer Maintenance App With Database - Part 9.mp4 (54.11 MB)
027 EXERCISE Customer Maintenance App With Database - Part 10.mp4 (38.57 MB)
028 EXERCISE Customer Maintenance App With Database - Part 11.mp4 (46.99 MB)
029 EXERCISE Customer Maintenance App With Database - Part 12.mp4 (38.29 MB)
030 EXERCISE Customer Maintenance App With Database - Part 13.mp4 (72.55 MB)
031 EXERCISE Customer Maintenance App With Database - Part 14.mp4 (48.36 MB)
032 EXERCISE Customer Maintenance App With Database - Part 15.mp4 (42.81 MB)
033 EXERCISE Customer Maintenance App With Database - Part 16.mp4 (82.1 MB)
034 EXERCISE Product Maintenance App With Database - Part 1.mp4 (55 MB)
034 ProductMaintenanceApp-DB-Final.zip (5.27 MB)
034 ProductMaintenanceApp-DB-StarterFiles.zip (5.19 MB)
035 create-database-Script.zip (34.29 KB)
035 EXERCISE Product Maintenance App With Database - Part 2.mp4 (60.48 MB)
036 EXERCISE Product Maintenance App With Database - Part 3.mp4 (65.48 MB)
037 EXERCISE Product Maintenance App With Database - Part 4.mp4 (33.37 MB)
038 EXERCISE Product Maintenance App With Database - Part 5.mp4 (62.58 MB)
039 EXERCISE Product Maintenance App With Database - Part 6.mp4 (37.59 MB)
040 EXERCISE Product Maintenance App With Database - Part 7.mp4 (22.9 MB)
041 EXERCISE Product Maintenance App With Database - Part 8.mp4 (39.16 MB)
042 EXERCISE Product Maintenance App With Database - Part 9.mp4 (87.93 MB)
043 EXERCISE Product Maintenance App With Database - Part 10.mp4 (38.52 MB)
001 Using ADO NET to Write Data Access Code.mp4 (51.72 MB)
002 Using Connection Command and Data Reader Objects.mp4 (10.65 MB)
003 Working With Connections.mp4 (45.93 MB)
004 Working With Commands.mp4 (32.81 MB)
005 Using Parameters.mp4 (29.29 MB)
006 Creating Parameters.mp4 (22.65 MB)
007 Working With Parameters.mp4 (22.75 MB)
008 Working With Data Reader.mp4 (34.01 MB)
009 Executing Queries.mp4 (20.22 MB)
010 EXERCISE Customer Maintenance ADO NET App - Part 1.mp4 (10.32 MB)
011 EXERCISE Customer Maintenance ADO NET App - Part 2.mp4 (16.16 MB)
012 CustomerMaintenanceADONET-FINAL.zip (5.23 MB)
012 CustomerMaintenanceADONET-StarterFiles.zip (23.08 KB)
012 EXERCISE Customer Maintenance ADO NET App - Part 3.mp4 (33.24 MB)
013 EXERCISE Customer Maintenance ADO NET App - Part 4.mp4 (54.87 MB)
014 EXERCISE Customer Maintenance ADO NET App - Part 5.mp4 (25.96 MB)
015 EXERCISE Customer Maintenance ADO NET App - Part 6.mp4 (75.94 MB)
016 EXERCISE Customer Maintenance ADO NET App - Part 7.mp4 (65.87 MB)
017 EXERCISE Customer Maintenance ADO NET App - Part 8.mp4 (61.95 MB)
018 EXERCISE Customer Maintenance ADO NET App - Part 9.mp4 (30.49 MB)
019 EXERCISE Customer Maintenance ADO NET App - Part 10.mp4 (29.57 MB)
020 EXERCISE Customer Maintenance ADO NET App - Part 11.mp4 (66.99 MB)
021 EXERCISE Customer Maintenance ADO NET App - Part 12.mp4 (72.65 MB)
022 EXERCISE Customer Maintenance ADO NET App - Part 13.mp4 (121.74 MB)
023 EXERCISE Product Maintenance ADO NET App - Part 1.mp4 (48.75 MB)
023 ProductMaintenanceADONET-FINAL.zip (5.22 MB)
023 ProductMaintenanceADONET-STARTER-FILES.zip (38.7 KB)
024 EXERCISE Product Maintenance ADO NET App - Part 2.mp4 (38.62 MB)
025 EXERCISE Product Maintenance ADO NET App - Part 3.mp4 (53.39 MB)
026 EXERCISE Product Maintenance ADO NET App - Part 4.mp4 (33.15 MB)
027 EXERCISE Product Maintenance ADO NET App - Part 5.mp4 (54.95 MB)
028 EXERCISE Product Maintenance ADO NET App - Part 6.mp4 (23.21 MB)
029 EXERCISE Product Maintenance ADO NET App - Part 7.mp4 (57.37 MB)
030 EXERCISE Product Maintenance ADO NET App - Part 8.mp4 (31.66 MB)
001 Using Data Grid View Control.mp4 (31.41 MB)
002 Setting Functions Provided by Data Grid View Control.mp4 (17.61 MB)
003 Binding Data Source.mp4 (26.53 MB)
004 Formatting Columns.mp4 (19.83 MB)
005 Formatting Headers and Alternating Rows.mp4 (30.36 MB)
006 Working With Columns and Events.mp4 (27.78 MB)
007 Working With Object That Is Passed to Event Handler.mp4 (33.65 MB)
008 EXERCISE Product Maintenance App With Data Grid View - Part 1.mp4 (16.96 MB)
009 EXERCISE Product Maintenance App With Data Grid View - Part 2.mp4 (28.38 MB)
009 ProductMaintenanceApp-DB-GridView-FINAL.zip (5.27 MB)
009 ProductMaintenanceApp-DB-GridView-STARTER-FILES.zip (5.27 MB)
010 EXERCISE Product Maintenance App With Data Grid View - Part 3.mp4 (76.4 MB)
011 EXERCISE Product Maintenance App With Data Grid View - Part 4.mp4 (37.66 MB)
012 EXERCISE Product Maintenance App With Data Grid View - Part 5.mp4 (30.51 MB)
013 EXERCISE Product Maintenance App With Data Grid View - Part 6.mp4 (50.44 MB)
014 EXERCISE Customer Display App with Paging For Data Grid View - Part 1.mp4 (10.82 MB)
015 CustomerDisplay-FINAL.zip (5.24 MB)
015 CustomerDisplay-STARTER-FILES.zip (187.52 KB)
015 EXERCISE Customer Display App with Paging For Data Grid View - Part 2.mp4 (31.4 MB)
016 EXERCISE Customer Display App with Paging For Data Grid View - Part 3.mp4 (60.97 MB)
017 EXERCISE Customer Display App with Paging For Data Grid View - Part 4.mp4 (33.21 MB)
018 EXERCISE Customer Display App with Paging For Data Grid View - Part 5.mp4 (64.91 MB)
019 EXERCISE Customer Display App with Paging For Data Grid View - Part 6.mp4 (37.32 MB)
020 EXERCISE Customer Display App with Paging For Data Grid View - Part 7.mp4 (30.03 MB)
021 EXERCISE Customer Display App with Paging For Data Grid View - Part 8.mp4 (52.75 MB)
022 EXERCISE Customer Display App With Master And Detail Forms - Part 1.mp4 (10.19 MB)
023 CustomerDisplay-Final-WithInvoiceGridView.zip (5.24 MB)
023 EXERCISE Customer Display App With Master And Detail Forms - Part 2.mp4 (11.21 MB)
024 EXERCISE Customer Display App With Master And Detail Forms - Part 3.mp4 (39.42 MB)
025 EXERCISE Customer Display App With Master And Detail Forms - Part 4.mp4 (50.89 MB)
026 EXERCISE Customer Display App With Master And Detail Forms - Part 5.mp4 (60.14 MB)
002 What do you get from this course.mp4 (21.59 MB)
001 InvoiceCalculator.zip (41.71 KB)
001 What will you learn in this section.mp4 (5.7 MB)
002 Introduction to NET.mp4 (27.24 MB)
003 Starting with Visual Studio.mp4 (17.49 MB)
004 Adding Controls to Form.mp4 (59.89 MB)
005 Exploring Properties.mp4 (36.88 MB)
006 Creating Your First Form.mp4 (52.94 MB)
007 C# in Windows Forms and Creating Events.mp4 (87.05 MB)
008 Entering C# Code Into Events.mp4 (56.39 MB)
009 Testing and Debugging.mp4 (84.19 MB)
001 What Will You Learn in This Section.mp4 (5.13 MB)
002 Working With Numbers And String Data Types.mp4 (22.56 MB)
003 Working With Variables and Constants.mp4 (23.8 MB)
004 Working With Arithmetic Expressions.mp4 (35.65 MB)
005 Working With Assignment Operators.mp4 (22.52 MB)
006 Order Of Precedence.mp4 (20.35 MB)
007 Using Casting.mp4 (17.69 MB)
008 Using Math Class.mp4 (19.4 MB)
009 Using Random Class To Generate Random Numbers.mp4 (23.55 MB)
010 Working With Strings And Special Characters.mp4 (23.58 MB)
011 Methods to Convert Data Types.mp4 (24.94 MB)
012 Formatting Converted Data Types.mp4 (26.66 MB)
013 Working With Variable Scope.mp4 (18.38 MB)
014 Working With Enumeration.mp4 (12.75 MB)
015 Working With Nullable Types.mp4 (20.34 MB)
016 EnhancedInvoiceApplication.zip (47.18 KB)
016 EXERCISE Simple Invoice Application - Part 1.mp4 (48.47 MB)
016 SimpleInvoiceCalculator-Final.zip (41.4 KB)
016 SimpleInvoiceCalculator-StartingFiles.zip (45.19 KB)
017 EXERCISE Simple Invoice Application - Part 2.mp4 (15.63 MB)
018 EXERCISE Simple Invoice Application - Part 3.mp4 (10.11 MB)
019 EXERCISE Simple Invoice Application - Part 4.mp4 (30.44 MB)
020 EXERCISE Simple Invoice Application - Part 5.mp4 (27.66 MB)
021 EXERCISE Simple Invoice Application - Part 6.mp4 (24.76 MB)
022 EXERCISE Simple Invoice Application - Part 7.mp4 (16.81 MB)
023 EXERCISE Simple Invoice Application - Part 8.mp4 (24.82 MB)
024 EXERCISE Simple Invoice Application - Part 9.mp4 (20.5 MB)
025 EXERCISE Simple Invoice Application - Part 10.mp4 (20.25 MB)
026 EXERCISE Simple Invoice Application - Part 11.mp4 (68.41 MB)
001 Boolean Relational Operators.mp4 (48.05 MB)
002 If Else Conditional Statements.mp4 (24.06 MB)
003 Switch Statements.mp4 (34.25 MB)
004 Switch Expressions.mp4 (39.7 MB)
005 Conditional Operators.mp4 (25.98 MB)
006 EXERCISE Invoice Application with If-Else Statements - Part 1.mp4 (3.12 MB)
007 EXERCISE Invoice Application with If-Else Statements - Part 2.mp4 (11.51 MB)
007 SimpleInvoiceCalculator-Final.zip (43.2 KB)
007 SimpleInvoiceCalculator-StartingFiles.zip (40.97 KB)
008 EXERCISE Invoice Application with If-Else Statements - Part 3.mp4 (17.85 MB)
009 EXERCISE Invoice Application with If-Else Statements - Part 4.mp4 (51.2 MB)
010 EXERCISE Invoice Application with If-Else Statements - Part 5.mp4 (25.21 MB)
011 EXERCISE Invoice Application with If-Else Statements - Part 6.mp4 (42.86 MB)
012 EXERCISE Invoice Application with Switch-Case statements - Part 7.mp4 (44.47 MB)
012 SimpleInvoiceCalculator-SwitchCase.zip (43.62 KB)
013 Do While and Do Loops.mp4 (24.55 MB)
014 For Loops.mp4 (26.68 MB)
015 Break and Continue Statements in Loops.mp4 (8.24 MB)
016 EXERCISE Future Value Application with Loop - Part 1.mp4 (8.84 MB)
017 EXERCISE Future Value Application with Loop - Part 2.mp4 (17.69 MB)
017 FutureValueApplication-Final.zip (39.73 KB)
017 FutureValueApplication-StarterFiles.zip (39.46 KB)
018 EXERCISE Future Value Application with Loop - Part 3.mp4 (22.88 MB)
019 EXERCISE Future Value Application with Loop - Part 4.mp4 (34.23 MB)
020 EXERCISE Future Value Application with Loop - Part 5.mp4 (24.37 MB)
021 EXERCISE Future Value Application with Loop - Debugging - Part 6.mp4 (22.34 MB)
001 Coding Methods.mp4 (35.82 MB)
002 Calling Methods.mp4 (33.27 MB)
003 Optional Parameters.mp4 (15.23 MB)
004 Named Arguments.mp4 (11.64 MB)
005 Expression-Bodied Methods.mp4 (14.77 MB)
006 Passing Arguments By Reference And By Value.mp4 (16.1 MB)
007 Passing Arguments With In and Out Keywords.mp4 (44.43 MB)
008 Working With Tuples.mp4 (28.68 MB)
009 Returning Tuple From Method.mp4 (35.31 MB)
010 Working With Events.mp4 (18.98 MB)
011 Wiring Events.mp4 (40.62 MB)
012 Handling Multiple Events With Single Event Handler.mp4 (13.54 MB)
013 EXERCISE Future Value Appplication with Methods and Events - Part 1.mp4 (23.93 MB)
013 FutureValueApp-Final.zip (42.23 KB)
013 FutureValueApplication-StartingFiles.zip (39.73 KB)
014 EXERCISE Future Value Appplication with Methods and Events - Part 2.mp4 (46.16 MB)
015 EXERCISE Future Value Appplication with Methods and Events - Part 3.mp4 (20.33 MB)
016 EXERCISE Invoice Application With Methods - Part 1.mp4 (58.27 MB)
016 SimpleInvoiceCalculator-Final.zip (44.2 KB)
016 SimpleInvoiceCalculator-StartingFiles.zip (43.76 KB)
017 EXERCISE Invoice Application With Tuple - Part 2.mp4 (50.68 MB)
001 Introduction to Exceptions.mp4 (26.95 MB)
002 Displaying Dialog Box.mp4 (7.36 MB)
003 Structured Exception Handling.mp4 (10.45 MB)
004 Properties and Methods of Exception Class.mp4 (21.81 MB)
005 Catching Specific Type of Exceptions.mp4 (21.73 MB)
006 How to Throw Exception.mp4 (37.2 MB)
007 EXERCISE Future Value Application with Exception Handling - Part 1.mp4 (35.48 MB)
007 FutureValueApp-Final.zip (43.14 KB)
007 FutureValueApp-StartFiles.zip (42.23 KB)
008 EXERCISE Future Value Application with Exception Handling - Part 2.mp4 (36.88 MB)
009 Single Entry Data Validation.mp4 (32.22 MB)
010 Generic Methods for Data Validation.mp4 (23.31 MB)
011 Validating Multiple Entries.mp4 (24.93 MB)
012 EXERCISE Future Value Application With Data Validation - Part 1.mp4 (7.87 MB)
013 EXERCISE Future Value Application With Data Validation - Part 2.mp4 (15.06 MB)
013 FutureValueApp-Final.zip (45.86 KB)
013 FutureValueApp-StartFiles.zip (43.14 KB)
014 EXERCISE Future Value Application With Data Validation - Part 3.mp4 (35.64 MB)
015 EXERCISE Future Value Application With Data Validation - Part 4.mp4 (34 MB)
016 EXERCISE Future Value Application With Data Validation - Part 5.mp4 (56.45 MB)
017 EXERCISE Future Value Application With Data Validation - Part 6.mp4 (59.47 MB)
018 EXERCISE Invoice App With Data Validation and Exception Handling - Part 1.mp4 (26.26 MB)
018 SimpleInvoiceCalculator-Final.zip (45.47 KB)
018 SimpleInvoiceCalculator-StartFiles.zip (44.2 KB)
019 EXERCISE Invoice App With Data Validation and Exception Handling - Part 2.mp4 (53.8 MB)
001 One Dimensional Arrays.mp4 (23.19 MB)
002 Assigning Values to Elements of Array.mp4 (38.19 MB)
003 Working With Arrays.mp4 (26.18 MB)
004 Using ForEach Loops to Work with Arrays.mp4 (17.99 MB)
005 Working with Rectangular Arrays - Part 1.mp4 (24.55 MB)
006 Working with Rectangular Arrays - Part 2.mp4 (20 MB)
007 Working with Jagged Arrays - Part 1.mp4 (24.71 MB)
008 Working with Jagged Arrays - Part 2.mp4 (7.5 MB)
009 Using Array Class.mp4 (29.55 MB)
010 Referring to Copy of an Array.mp4 (31.77 MB)
011 Coding Methods that Work with Arrays.mp4 (28.2 MB)
012 Using Null Conditional Operator.mp4 (25.54 MB)
013 More Ways to Refer to Array Elements.mp4 (30.3 MB)
014 Collection Classes.mp4 (18.99 MB)
015 Typed vs Untyped Collections.mp4 (30.16 MB)
016 Working With Lists - Part 1.mp4 (23.78 MB)
017 Working With Lists - Part 2.mp4 (27.55 MB)
018 Working With Sorted Lists - Part 1.mp4 (38.37 MB)
019 Working With Sorted Lists - Part 2.mp4 (13.8 MB)
020 Working With Queues and Stacks.mp4 (45.83 MB)
021 Working With Array List.mp4 (26.58 MB)
022 EXERCISE Invoice Application with Array and List - Part 1.mp4 (60.46 MB)
022 SimpleInvoiceCalculator-Final.zip (47.23 KB)
022 SimpleInvoiceCalculator-StartFiles.zip (45.47 KB)
023 EXERCISE Invoice Application with Array - Part 2.mp4 (12.21 MB)
024 EXERCISE Invoice Application with Array - Part 3.mp4 (41.64 MB)
025 EXERCISE Future Value Application With Rectangular Array - Part 1.mp4 (37.12 MB)
025 FutureValueApp-Final.zip (47.13 KB)
025 FutureValueApp-StartFiles.zip (45.86 KB)
026 EXERCISE Future Value Application With Rectangular Array - Part 2.mp4 (48.33 MB)
027 EXERCISE Future Value Application With Rectangular Array - Part 3.mp4 (25.2 MB)
001 Working With Dates and Times.mp4 (39.68 MB)
002 Getting Info and Formatting Dates and Times.mp4 (25.59 MB)
003 Date and Time Operations.mp4 (31.07 MB)
004 Working With Strings.mp4 (28.07 MB)
005 Examples of Working With Strings - Part 1.mp4 (39.07 MB)
006 Examples of Working With Strings - Part 2.mp4 (38.25 MB)
007 Parse and TryParse for Numeric Entries.mp4 (35.38 MB)
008 Working With Nullable Reference Types.mp4 (41.35 MB)
009 Using String Builder Class.mp4 (37.52 MB)
010 Formatting Numbers.mp4 (54.18 MB)
011 Formatting Dates and Times.mp4 (6.31 MB)
012 Using Interpolated Strings.mp4 (22.55 MB)
013 DateHandling-Final.zip (40.77 KB)
013 DateHandling-StartFiles.zip (38.46 KB)
013 EXERCISE Date Handling Application - Part 1.mp4 (17.45 MB)
014 EXERCISE Date Handling Application - Part 2.mp4 (34.25 MB)
015 EXERCISE Date Handling Application - Part 3.mp4 (38.17 MB)
016 EXERCISE String Manipulation App - Part 1.mp4 (20.38 MB)
016 StringManipulationApp-Final.zip (42.94 KB)
016 StringManipulationApp-StartFiles.zip (41.72 KB)
017 EXERCISE String Manipulation App - Part 2.mp4 (37.36 MB)
018 EXERCISE String Manipulation App - Part 3.mp4 (17.28 MB)
019 EXERCISE String Manipulation App - Part 4.mp4 (39.03 MB)
020 EXERCISE Future Value Application with Parse and TryParse and Globalization.mp4 (92.31 MB)
020 FutureValueApp-Final.zip (46.29 KB)
020 FutureValueApp-StartFiles.zip (46.15 KB)
001 Working with Windows Forms and Controls.mp4 (21.72 MB)
002 Working with Combo Boxes and List Boxes - Part 1.mp4 (47.4 MB)
003 Working with Combo Boxes and List Boxes - Part 2.mp4 (38.84 MB)
004 Working With Check Boxes and Radio Buttons.mp4 (31.69 MB)
005 Setting Tab Order View.mp4 (50.26 MB)
006 Getting Info For Any Control.mp4 (25.18 MB)
007 Working With Multi-Form Projects.mp4 (19.53 MB)
008 Autogenerated Code for The Form.mp4 (18.14 MB)
009 Renaming Form.mp4 (12.59 MB)
010 Displaying First Form of an Application.mp4 (23.87 MB)
011 Displaying Dialog Box.mp4 (25.06 MB)
012 Passing Data Between Form and Dialog Box.mp4 (45.59 MB)
013 Using Message Box Class.mp4 (33.77 MB)
014 Using Form Closing Event.mp4 (21.39 MB)
015 EXERCISE Payment Application - Part 1.mp4 (12.34 MB)
016 EXERCISE Payment Application - Part 2.mp4 (23.89 MB)
016 PaymentApp-Final.zip (56.47 KB)
016 PaymentApp-StartFiles.zip (47.58 KB)
017 EXERCISE Payment Application - Part 3.mp4 (42.24 MB)
018 EXERCISE Payment Application - Part 4.mp4 (26.71 MB)
019 EXERCISE Payment Application - Part 5.mp4 (27.55 MB)
020 EXERCISE Payment Application - Part 6.mp4 (21.26 MB)
021 EXERCISE Payment Application - Part 7.mp4 (34.56 MB)
022 EXERCISE Payment Application - Part 8.mp4 (37 MB)
023 EXERCISE Payment Application - Part 9.mp4 (31.81 MB)
024 EXERCISE Payment Application - Part 10.mp4 (28.69 MB)
025 EXERCISE Payment Application - Part 11.mp4 (69.79 MB)
026 EXERCISE Payment Application - Part 12.mp4 (19.94 MB)
027 EXERCISE Payment Application - Part 13.mp4 (21.47 MB)
028 EXERCISE Future Value Application with Combo and List Boxes - Part 1.mp4 (11.52 MB)
028 FutureValueApp-Final.zip (47.52 KB)
028 FutureValueApp-StartFiles.zip (46.29 KB)
029 EXERCISE Future Value Application with Combo and List Boxes - Part 2.mp4 (15.7 MB)
030 EXERCISE Future Value Application with Combo and List Boxes - Part 3.mp4 (57.27 MB)
031 EXERCISE Future Value Application with Combo and List Boxes - Part 4.mp4 (24.09 MB)
001 Creating and Using Classes.mp4 (36.61 MB)
002 Defining Class Members.mp4 (37.77 MB)
003 Product Class Example Code.mp4 (19.25 MB)
004 Object Instantiation.mp4 (45.09 MB)
005 Adding Class To Project.mp4 (6.11 MB)
006 Working With Fields.mp4 (29.93 MB)
007 Working With Properties.mp4 (31.25 MB)
008 Working With Methods.mp4 (38.46 MB)
009 Working With Constructors.mp4 (37.73 MB)
010 Working With Static Members.mp4 (41.86 MB)
011 Classes in Product Maintenance Application.mp4 (53.46 MB)
012 EXERCISE Product Maintenance Application - Part 1.mp4 (33.63 MB)
013 EXERCISE Product Maintenance Application - Part 2.mp4 (31.26 MB)
013 ProductMaintenance-Final.zip (61.64 KB)
013 ProductMaintenance-StartFiles.zip (46.99 KB)
014 EXERCISE Product Maintenance Application - Part 3.mp4 (54.94 MB)
015 EXERCISE Product Maintenance Application - Part 4.mp4 (58.61 MB)
016 EXERCISE Product Maintenance Application - Part 5.mp4 (85.31 MB)
017 EXERCISE Product Maintenance Application - Part 6.mp4 (27.8 MB)
018 EXERCISE Product Maintenance Application - Part 7.mp4 (27.76 MB)
019 EXERCISE Product Maintenance Application - Part 8.mp4 (30.86 MB)
020 EXERCISE Product Maintenance Application - Part 9.mp4 (15.4 MB)
021 EXERCISE Product Maintenance Application - Part 10.mp4 (40.8 MB)
022 EXERCISE Product Maintenance Application - Part 11.mp4 (61.63 MB)
023 Coding Auto Implemented Properties.mp4 (34.6 MB)
024 Expression-Bodied Properties and Accessors.mp4 (29.85 MB)
025 Expression-Bodied Methods and Constructors.mp4 (44.63 MB)
026 Pattern Matching.mp4 (33.34 MB)
027 Property Patterns.mp4 (26.03 MB)
028 Structures - Part 1.mp4 (34.41 MB)
029 Structures - Part 2.mp4 (24.77 MB)
030 Creating and Using Records.mp4 (54.56 MB)
031 CustomerMaintenance-Final.zip (60.12 KB)
031 CustomerMaintenance-StartFiles.zip (44.38 KB)
031 EXERCISE Customer Maintenance Application With Classes - Part 1.mp4 (33.94 MB)
032 EXERCISE Customer Maintenance Application With Classes - Part 2.mp4 (29.11 MB)
033 EXERCISE Customer Maintenance Application With Classes - Part 3.mp4 (24.49 MB)
034 EXERCISE Customer Maintenance Application With Classes - Part 4.mp4 (52.57 MB)
035 EXERCISE Customer Maintenance Application With Classes - Part 5.mp4 (24.35 MB)
036 EXERCISE Customer Maintenance Application With Classes - Part 6.mp4 (19.43 MB)
037 EXERCISE Customer Maintenance Application With Classes - Part 7.mp4 (29.06 MB)
038 EXERCISE Customer Maintenance Application With Classes - Part 8.mp4 (18.18 MB)
039 EXERCISE Customer Maintenance Application With Classes - Part 9.mp4 (32.11 MB)
040 EXERCISE Customer Maintenance Application With Classes - Part 10.mp4 (24.17 MB)
041 CustomerMaintenance-StartFiles.zip (60.12 KB)
041 CustomerMaintenanceStructure-Final.zip (62.03 KB)
041 EXERCISE Customer Maintenance Application with Structure.mp4 (61.84 MB)
001 Product List Class Example.mp4 (26.34 MB)
002 Specs For Enhanced Product List Class Example.mp4 (11.06 MB)
003 Working With Indexers.mp4 (26.35 MB)
004 Expression-Bodied Indexers and Accessors.mp4 (17.99 MB)
005 Throwing Argument Exception.mp4 (32.08 MB)
006 Working With Delegates.mp4 (32.16 MB)
007 Defining and Using Events.mp4 (20.85 MB)
008 Using Anonymous Methods and Lambda Expressions.mp4 (27.51 MB)
009 Overload Operators.mp4 (38.41 MB)
010 Overloading Arithmetic Operators.mp4 (22.28 MB)
011 Overloading Relational Operators.mp4 (41.24 MB)
012 EXERCISE Product MaintenanceApp With Advanced Classes - Part 1.mp4 (32.5 MB)
012 ProductMaintenance-Final.zip (69.59 KB)
012 ProductMaintenance-StartFiles.zip (61.66 KB)
013 EXERCISE Product Maintenance App With Advanced Classes - Part 2.mp4 (8.81 MB)
014 EXERCISE Product Maintenance App With Advanced Classes - Part 3.mp4 (46.64 MB)
015 EXERCISE Product Maintenance App With Advanced Classes - Part 4.mp4 (55.72 MB)
016 EXERCISE Product Maintenance App With Advanced Classes - Part 5.mp4 (27.27 MB)
017 CustomerMaintenance-Final.zip (67.31 KB)
017 CustomerMaintenance-StartFiles.zip (60.77 KB)
017 EXERCISE Customer Maintenance App With Advanced Classes - Part 1.mp4 (52.26 MB)
018 EXERCISE Customer Maintenance App With Advanced Classes - Part 2.mp4 (53.06 MB)
001 Inheritance Basics - Part 1.mp4 (24.37 MB)
002 Inheritance Basics - Part 2.mp4 (31.45 MB)
003 Methods Inherited From System Object Class.mp4 (35.79 MB)
004 Using Inheritance in Applications.mp4 (24.96 MB)
005 Creating Base Class.mp4 (38.45 MB)
006 Creating Subclasses.mp4 (33.16 MB)
007 How Polymorphism Works.mp4 (36.58 MB)
008 EXERCISE Product Maintenance App With Inheritance - Part 1.mp4 (13.05 MB)
009 EXERCISE Product Maintenance App With Inheritance - Part 2.mp4 (35.22 MB)
009 ProductMaintenance-Final.zip (72.61 KB)
009 ProductMaintenance-StartFiles.zip (69.85 KB)
010 EXERCISE Product Maintenance App With Inheritance - Part 3.mp4 (20.04 MB)
011 EXERCISE Product Maintenance App With Inheritance - Part 4.mp4 (18.6 MB)
012 EXERCISE Product Maintenance App With Inheritance - Part 5.mp4 (74.95 MB)
013 EXERCISE Product Maintenance App With Inheritance - Part 6.mp4 (63.24 MB)
014 EXERCISE Product Maintenance App With Inheritance - Part 7.mp4 (47.07 MB)
015 EXERCISE Product Maintenance App With Inheritance - Part 8.mp4 (34.56 MB)
016 EXERCISE Product Maintenance App With Inheritance - Part 9.mp4 (37.12 MB)
017 EXERCISE Product Maintenance App With Inheritance - Part 10.mp4 (34.19 MB)
018 EXERCISE Product Maintenance App With Inheritance - Part 11.mp4 (28.03 MB)
019 Object Types and Casting.mp4 (32.48 MB)
020 Using Casting with Inheritance.mp4 (27.24 MB)
021 Abstract Classes.mp4 (29.6 MB)
022 Sealed Classes.mp4 (39.74 MB)
023 CustomerMaintenance-Final.zip (80.03 KB)
023 CustomerMaintenance-StartFiles.zip (67.31 KB)
023 EXERCISE Customer Maintenance App With Inheritance - Part 1.mp4 (45.67 MB)
024 EXERCISE Customer Maintenance App With Inheritance - Part 2.mp4 (39.3 MB)
025 EXERCISE Customer Maintenance App With Inheritance - Part 3.mp4 (38.66 MB)
026 EXERCISE Customer Maintenance App With Inheritance - Part 4.mp4 (22.49 MB)
027 EXERCISE Customer Maintenance App With Inheritance - Part 5.mp4 (51.17 MB)
028 EXERCISE Customer Maintenance App With Inheritance - Part 6.mp4 (46.82 MB)
029 EXERCISE Customer Maintenance App With Inheritance - Part 7.mp4 (30.1 MB)
030 EXERCISE Customer Maintenance App With Inheritance - Part 8.mp4 (51.99 MB)
001 Inerfaces and Generics Basics.mp4 (47.12 MB)
002 Net Interfaces.mp4 (36.31 MB)
003 Creating Interface.mp4 (25.3 MB)
004 Implementing Interface.mp4 (20.37 MB)
005 Product Class Example That Implements ICloneable Interface.mp4 (26.68 MB)
006 Using Interface as Parameter.mp4 (26.39 MB)
007 Working With Default Methods.mp4 (26.39 MB)
008 Working With Generics.mp4 (36.11 MB)
009 Generic Net Interfaces.mp4 (13.52 MB)
010 Implementing IComparable Interface.mp4 (24.55 MB)
011 Using Constraints.mp4 (34.35 MB)
012 Implementing IEnumerable Interface.mp4 (15.93 MB)
013 Coding Interface That Uses Generics.mp4 (8.38 MB)
014 CloneCustomer-Final.zip (49.54 KB)
014 CloneCustomer-StartFiles.zip (36.94 KB)
014 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 1.mp4 (4.76 MB)
015 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 2.mp4 (20.85 MB)
016 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 3.mp4 (27.66 MB)
017 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 4.mp4 (22.91 MB)
018 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 5.mp4 (17.2 MB)
019 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 6.mp4 (32.26 MB)
020 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 7.mp4 (24.43 MB)
021 EXERCISE Implementing ICloneable and IEnumerable Interfaces - Part 8.mp4 (33.95 MB)
001 Organizing Classes.mp4 (15.37 MB)
002 Splitting Class Across Multiple Files.mp4 (26.4 MB)
003 Working With Namespaces.mp4 (29.25 MB)
004 Documenting Classes.mp4 (24.55 MB)
005 Viewing XML Documentation.mp4 (6.92 MB)
006 Class Libraries.mp4 (18.05 MB)
007 Creating Class Library.mp4 (34.66 MB)
008 Referencing and Using Class Library.mp4 (20.57 MB)
009 Unit Testing.mp4 (25.34 MB)
010 Creating Unit Testing Project.mp4 (16.88 MB)
011 Coding Unit Test.mp4 (42.59 MB)
012 Running Unit Test.mp4 (26.18 MB)
013 EXERCISE Creating Our Own Validator Library - Part 1.mp4 (49.11 MB)
013 ProductMaintenance-StarterFiles.zip (73.09 KB)
013 ValidationLib-finalDLL.zip (2.05 KB)
013 ValidationLib.zip (3.61 MB)
014 EXERCISE Creating Our Own Validator Library - Part 2.mp4 (32.58 MB)
015 EXERCISE Creating Our Own Validator Library - Unit Testing - Part 1.mp4 (36.62 MB)
016 EXERCISE Creating Our Own Validator Library - Unit Testing - Part 2.mp4 (33.13 MB)
017 EXERCISE Creating Our Own Validator Library - Unit Testing - Part 3.mp4 (77.59 MB)
001 Working With Data.mp4 (5.16 MB)
002 Working With File IO.mp4 (29.01 MB)
003 Working With Files and Streams.mp4 (31.16 MB)
004 Using File Stream.mp4 (42.39 MB)
005 Exception Classes for File IO.mp4 (30.24 MB)
006 Writing Into Text File.mp4 (24.45 MB)
007 Reading From Text File.mp4 (19.93 MB)
008 How To Use Using Statement and Declaration.mp4 (29.37 MB)
009 Class That Works With Text File.mp4 (27.25 MB)
010 Writing Into Binary File.mp4 (13.28 MB)
011 Reading From Binary File.mp4 (39.52 MB)
012 Class That Works With Binary File.mp4 (10.36 MB)
013 CustomerMaintenance.zip (80.85 KB)
013 EXERCISE Customer Maintenance Application With Binary File.mp4 (51.94 MB)
001 Implementing LINQ.mp4 (40.4 MB)
002 Three Stages of Query Operation.mp4 (36.95 MB)
003 Indentifying Data Source For The Query.mp4 (33.79 MB)
004 Filtering Results of The Query.mp4 (14.44 MB)
005 Sorting Results of the Query.mp4 (15.26 MB)
006 Selecting Fields From The Query.mp4 (34.8 MB)
007 Joining Data From Multiple Data Sources.mp4 (24.32 MB)
008 Using Extension Methods.mp4 (16.99 MB)
009 How Lambda Expressions Work.mp4 (13.54 MB)
010 Coding Method-Based Queries.mp4 (37.98 MB)
011 Using Additional LINQ Methods.mp4 (19.04 MB)
012 EXERCISE Customer Invoice App With Generic Lists and LINQ - Preview - Part 1.mp4 (8.38 MB)
013 EXERCISE Customer Invoice App With Generic Lists and LINQ - Preview - Part 2.mp4 (30.89 MB)
014 CustomerInvoiceApp.zip (53.32 KB)
014 CustomersAndInvoiceTextFiles.zip (7.51 KB)
014 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 3.mp4 (52.11 MB)
015 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 4.mp4 (15.96 MB)
016 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 5.mp4 (48.05 MB)
017 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 6.mp4 (47.51 MB)
018 EXERCISE Customer Invoice App With Generic Lists and LINQ - Part 7.mp4 (80.79 MB)
019 EXERCISE Customer Invoice With LINQ Method Based Query - Part 8.mp4 (36.31 MB)
001 Intro to Database Programming.mp4 (4.21 MB)
002 Hardware Components of Client Server System.mp4 (21.96 MB)
003 Software Components of Client Server System.mp4 (21.91 MB)
004 Tables in Relational Databases.mp4 (29.61 MB)
005 How Tables in Database are Related.mp4 (14.86 MB)
006 Defining Columns in Table.mp4 (38.37 MB)
007 Design of Books Database Example.mp4 (25.16 MB)
008 Using SQL With Relational Database.mp4 (19.5 MB)
009 Joining Data From Multiple Tables.mp4 (33.45 MB)
010 Add, Update, Delete Data in Table.mp4 (20.62 MB)
001 Introduction to Using EF Core.mp4 (36.93 MB)
002 Adding EF Core to the Project.mp4 (13.87 MB)
003 Generating DbContext and Entity Classes.mp4 (72.64 MB)
004 Entity Data Model For Books Database.mp4 (12.71 MB)
005 Code for DbContext Class - Part 1.mp4 (34.82 MB)
006 Code for DbContext Class - Part 2.mp4 (26.81 MB)
007 Code for Customers Entity Class Generated By EF.mp4 (38.23 MB)
008 Modifying the Generated Code.mp4 (32.82 MB)
009 Using LINQ to Retrieve Data.mp4 (39.78 MB)
010 Loading Related Objects.mp4 (46.14 MB)
011 Enabling Lazy Loading.mp4 (10.96 MB)
012 Using EF to Insert, Update, and Delete Data.mp4 (44.61 MB)
013 Handling Database Exceptions.mp4 (23.49 MB)
014 How Concurrency Affects Insert, Update, and Delete Operations.mp4 (50.37 MB)
015 Checking For Concurrency Conflicts.mp4 (34.94 MB)
016 Handling Concurrency Conflicts.mp4 (28.7 MB)
017 Binding Controls to Entity Collection and Query Results.mp4 (24.82 MB)
018 EXERCISE Customer Maintenance App With Database - Part 1.mp4 (19.5 MB)
019 CustomerMaintenance-DB-Final.zip (6.23 MB)
019 CustomerMaintenance-DB-StarterFiles.zip (196.8 KB)
019 EXERCISE Customer Maintenance App With Database - Part 2.mp4 (71.08 MB)
020 EXERCISE Customer Maintenance App With Database - Part 3.mp4 (45.51 MB)
021 create-database-script.zip (34.29 KB)
021 EXERCISE Customer Maintenance App With Database - Part 4.mp4 (67.97 MB)
022 EXERCISE Customer Maintenance App With Database - Part 5.mp4 (83.03 MB)
023 EXERCISE Customer Maintenance App With Database - Part 6.mp4 (53.82 MB)
024 EXERCISE Customer Maintenance App With Database - Part 7.mp4 (33.67 MB)
025 EXERCISE Customer Maintenance App With Database - Part 8.mp4 (27.28 MB)
026 EXERCISE Customer Maintenance App With Database - Part 9.mp4 (54.11 MB)
027 EXERCISE Customer Maintenance App With Database - Part 10.mp4 (38.57 MB)
028 EXERCISE Customer Maintenance App With Database - Part 11.mp4 (46.99 MB)
029 EXERCISE Customer Maintenance App With Database - Part 12.mp4 (38.29 MB)
030 EXERCISE Customer Maintenance App With Database - Part 13.mp4 (72.55 MB)
031 EXERCISE Customer Maintenance App With Database - Part 14.mp4 (48.36 MB)
032 EXERCISE Customer Maintenance App With Database - Part 15.mp4 (42.81 MB)
033 EXERCISE Customer Maintenance App With Database - Part 16.mp4 (82.1 MB)
034 EXERCISE Product Maintenance App With Database - Part 1.mp4 (55 MB)
034 ProductMaintenanceApp-DB-Final.zip (5.27 MB)
034 ProductMaintenanceApp-DB-StarterFiles.zip (5.19 MB)
035 create-database-Script.zip (34.29 KB)
035 EXERCISE Product Maintenance App With Database - Part 2.mp4 (60.48 MB)
036 EXERCISE Product Maintenance App With Database - Part 3.mp4 (65.48 MB)
037 EXERCISE Product Maintenance App With Database - Part 4.mp4 (33.37 MB)
038 EXERCISE Product Maintenance App With Database - Part 5.mp4 (62.58 MB)
039 EXERCISE Product Maintenance App With Database - Part 6.mp4 (37.59 MB)
040 EXERCISE Product Maintenance App With Database - Part 7.mp4 (22.9 MB)
041 EXERCISE Product Maintenance App With Database - Part 8.mp4 (39.16 MB)
042 EXERCISE Product Maintenance App With Database - Part 9.mp4 (87.93 MB)
043 EXERCISE Product Maintenance App With Database - Part 10.mp4 (38.52 MB)
001 Using ADO NET to Write Data Access Code.mp4 (51.72 MB)
002 Using Connection Command and Data Reader Objects.mp4 (10.65 MB)
003 Working With Connections.mp4 (45.93 MB)
004 Working With Commands.mp4 (32.81 MB)
005 Using Parameters.mp4 (29.29 MB)
006 Creating Parameters.mp4 (22.65 MB)
007 Working With Parameters.mp4 (22.75 MB)
008 Working With Data Reader.mp4 (34.01 MB)
009 Executing Queries.mp4 (20.22 MB)
010 EXERCISE Customer Maintenance ADO NET App - Part 1.mp4 (10.32 MB)
011 EXERCISE Customer Maintenance ADO NET App - Part 2.mp4 (16.16 MB)
012 CustomerMaintenanceADONET-FINAL.zip (5.23 MB)
012 CustomerMaintenanceADONET-StarterFiles.zip (23.08 KB)
012 EXERCISE Customer Maintenance ADO NET App - Part 3.mp4 (33.24 MB)
013 EXERCISE Customer Maintenance ADO NET App - Part 4.mp4 (54.87 MB)
014 EXERCISE Customer Maintenance ADO NET App - Part 5.mp4 (25.96 MB)
015 EXERCISE Customer Maintenance ADO NET App - Part 6.mp4 (75.94 MB)
016 EXERCISE Customer Maintenance ADO NET App - Part 7.mp4 (65.87 MB)
017 EXERCISE Customer Maintenance ADO NET App - Part 8.mp4 (61.95 MB)
018 EXERCISE Customer Maintenance ADO NET App - Part 9.mp4 (30.49 MB)
019 EXERCISE Customer Maintenance ADO NET App - Part 10.mp4 (29.57 MB)
020 EXERCISE Customer Maintenance ADO NET App - Part 11.mp4 (66.99 MB)
021 EXERCISE Customer Maintenance ADO NET App - Part 12.mp4 (72.65 MB)
022 EXERCISE Customer Maintenance ADO NET App - Part 13.mp4 (121.74 MB)
023 EXERCISE Product Maintenance ADO NET App - Part 1.mp4 (48.75 MB)
023 ProductMaintenanceADONET-FINAL.zip (5.22 MB)
023 ProductMaintenanceADONET-STARTER-FILES.zip (38.7 KB)
024 EXERCISE Product Maintenance ADO NET App - Part 2.mp4 (38.62 MB)
025 EXERCISE Product Maintenance ADO NET App - Part 3.mp4 (53.39 MB)
026 EXERCISE Product Maintenance ADO NET App - Part 4.mp4 (33.15 MB)
027 EXERCISE Product Maintenance ADO NET App - Part 5.mp4 (54.95 MB)
028 EXERCISE Product Maintenance ADO NET App - Part 6.mp4 (23.21 MB)
029 EXERCISE Product Maintenance ADO NET App - Part 7.mp4 (57.37 MB)
030 EXERCISE Product Maintenance ADO NET App - Part 8.mp4 (31.66 MB)
001 Using Data Grid View Control.mp4 (31.41 MB)
002 Setting Functions Provided by Data Grid View Control.mp4 (17.61 MB)
003 Binding Data Source.mp4 (26.53 MB)
004 Formatting Columns.mp4 (19.83 MB)
005 Formatting Headers and Alternating Rows.mp4 (30.36 MB)
006 Working With Columns and Events.mp4 (27.78 MB)
007 Working With Object That Is Passed to Event Handler.mp4 (33.65 MB)
008 EXERCISE Product Maintenance App With Data Grid View - Part 1.mp4 (16.96 MB)
009 EXERCISE Product Maintenance App With Data Grid View - Part 2.mp4 (28.38 MB)
009 ProductMaintenanceApp-DB-GridView-FINAL.zip (5.27 MB)
009 ProductMaintenanceApp-DB-GridView-STARTER-FILES.zip (5.27 MB)
010 EXERCISE Product Maintenance App With Data Grid View - Part 3.mp4 (76.4 MB)
011 EXERCISE Product Maintenance App With Data Grid View - Part 4.mp4 (37.66 MB)
012 EXERCISE Product Maintenance App With Data Grid View - Part 5.mp4 (30.51 MB)
013 EXERCISE Product Maintenance App With Data Grid View - Part 6.mp4 (50.44 MB)
014 EXERCISE Customer Display App with Paging For Data Grid View - Part 1.mp4 (10.82 MB)
015 CustomerDisplay-FINAL.zip (5.24 MB)
015 CustomerDisplay-STARTER-FILES.zip (187.52 KB)
015 EXERCISE Customer Display App with Paging For Data Grid View - Part 2.mp4 (31.4 MB)
016 EXERCISE Customer Display App with Paging For Data Grid View - Part 3.mp4 (60.97 MB)
017 EXERCISE Customer Display App with Paging For Data Grid View - Part 4.mp4 (33.21 MB)
018 EXERCISE Customer Display App with Paging For Data Grid View - Part 5.mp4 (64.91 MB)
019 EXERCISE Customer Display App with Paging For Data Grid View - Part 6.mp4 (37.32 MB)
020 EXERCISE Customer Display App with Paging For Data Grid View - Part 7.mp4 (30.03 MB)
021 EXERCISE Customer Display App with Paging For Data Grid View - Part 8.mp4 (52.75 MB)
022 EXERCISE Customer Display App With Master And Detail Forms - Part 1.mp4 (10.19 MB)
023 CustomerDisplay-Final-WithInvoiceGridView.zip (5.24 MB)
023 EXERCISE Customer Display App With Master And Detail Forms - Part 2.mp4 (11.21 MB)
024 EXERCISE Customer Display App With Master And Detail Forms - Part 3.mp4 (39.42 MB)
025 EXERCISE Customer Display App With Master And Detail Forms - Part 4.mp4 (50.89 MB)
026 EXERCISE Customer Display App With Master And Detail Forms - Part 5.mp4 (60.14 MB)
Screenshot
AusFile
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!