17 Beginner C# Walkthrough Projects step by step/01 Getting started/023 What is Concatenation.mp45.09MB
17 Beginner C# Walkthrough Projects step by step/01 Getting started/024 Data type conversion part 1.mp414.21MB
17 Beginner C# Walkthrough Projects step by step/01 Getting started/025 Data type conversion part 2.mp412.77MB
17 Beginner C# Walkthrough Projects step by step/01 Getting started/026 Converting to string and truncating.mp418.64MB
17 Beginner C# Walkthrough Projects step by step/02 SQL Server E4 Express installation/027 SQL Server Express E4 Hardware and Software Requirements.mp48.73MB
17 Beginner C# Walkthrough Projects step by step/02 SQL Server E4 Express installation/028 Download SQL Server Express E4.mp410.13MB
17 Beginner C# Walkthrough Projects step by step/02 SQL Server E4 Express installation/029 Install SQL Server E4 Express.mp412.93MB
17 Beginner C# Walkthrough Projects step by step/02 SQL Server E4 Express installation/030 Download sample database.mp411.56MB
17 Beginner C# Walkthrough Projects step by step/02 SQL Server E4 Express installation/031 Add sample database to SQL Server.mp410.4MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/032 Project Introduction.mp45.87MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/033 Create a new project with a form.mp410.1MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/034 Add a TableLayoutPanel Control to the form.mp410.73MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/035 Add Labels to the form.mp411.24MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/036 Create Matching Symbols.mp410.04MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/037 Assign Random Icon Image to each square.mp418.9MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/038 Hide the icon images.mp45.69MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/039 Add a click event handler.mp416.08MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/040 Add Reference variables to labels.mp418.54MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/041 Add Timer Control to form.mp420.11MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/042 Make Matched Pairs Visible.mp410.03MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/043 Display winning message.mp417.15MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/044 Build your finished project.mp410.95MB
17 Beginner C# Walkthrough Projects step by step/03 Project 1 Create a Matching Pairs Icon Image Game/045 Tips to enhance your project.mp46.28MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/046 Project Introduction.mp43.12MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/047 Create a new project with a form.mp412.6MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/048 Adding Windows Media Player.mp49.18MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/049 Adding Button Controls.mp414.33MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/050 Adding the code to make player work.mp418.92MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/051 Building the project.mp49.92MB
17 Beginner C# Walkthrough Projects step by step/04 Project 2 Create a Music Player/052 Tips to improve your project.mp49.52MB
17 Beginner C# Walkthrough Projects step by step/05 Project 3 Create Screen Saver/059 Build and Run Your Application Outside Visual Studio.mp414.23MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/060 Project Introduction.mp43.58MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/061 Create a project and add a Panel.mp412.95MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/062 Designing the maze interface.mp418.78MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/063 Writing the code to finish the game.mp411.17MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/064 Writing code to restart the game.mp414.89MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/065 Writing code for the maze walls.mp413.72MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/066 Adding Sound Player to the game.mp412.52MB
17 Beginner C# Walkthrough Projects step by step/06 Project 4 Create a Maze Game/067 Suggestions to enhance the game.mp42.03MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/069 Project Introduction.mp44.34MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/070 Creating a new project with a form.mp46.39MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/071 Adding controls to the form part 1.mp414.26MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/072 Adding controls to the form part 2.mp417.91MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/073 Generating event handler methods.mp48.7MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/074 Write code for show picture button.mp48.25MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/075 Write code for additional buttons and checkbox.mp417.37MB
17 Beginner C# Walkthrough Projects step by step/07 Project 5 Create a Picture Viewer/076 Commenting your code.mp47.44MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/078 Project Introduction.mp43.16MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/079 Designing the interface part 1.mp411.59MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/080 Designing the interface part 2.mp46.42MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/081 Creating variables and event handler methods.mp417.26MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/082 Renaming event handler method.mp46.52MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/083 Write code to enable drawing.mp415.93MB
17 Beginner C# Walkthrough Projects step by step/08 project 6 Create your own Drawing Paint App/084 Write code to save drawing.mp418.12MB
17 Beginner C# Walkthrough Projects step by step/09 Project 7 Create a world Currency Converter/086 Project Introduction.mp45.27MB
17 Beginner C# Walkthrough Projects step by step/09 Project 7 Create a world Currency Converter/087 Create the project and the form.mp49.68MB
17 Beginner C# Walkthrough Projects step by step/09 Project 7 Create a world Currency Converter/088 Add components to the form.mp410.26MB
17 Beginner C# Walkthrough Projects step by step/09 Project 7 Create a world Currency Converter/089 Hook up your code.mp410.26MB
17 Beginner C# Walkthrough Projects step by step/10 Project 8 Create your own web browser/091 Project Introduction.mp44.83MB
17 Beginner C# Walkthrough Projects step by step/10 Project 8 Create your own web browser/092 Design the interface part1.mp48.17MB
17 Beginner C# Walkthrough Projects step by step/10 Project 8 Create your own web browser/093 Design the interface part2.mp410.35MB
17 Beginner C# Walkthrough Projects step by step/10 Project 8 Create your own web browser/094 Adding code to make browser work.mp419.61MB
17 Beginner C# Walkthrough Projects step by step/10 Project 8 Create your own web browser/095 Finishing touches.mp415.02MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/097 Project Introduction.mp42.65MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/098 Create the project with a form.mp410.48MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/099 Design the calculator part 1.mp414.45MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/100 Design the calculator part 2.mp414.39MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/101 Create a button click event.mp414.66MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/102 Clearing the default zero.mp46.41MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/103 Create a method for the operators click event.mp414.69MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/104 Create a method for the equal button.mp414.62MB
17 Beginner C# Walkthrough Projects step by step/11 Project 9 Create your own calculator/105 Hook up the rest of the code.mp418.69MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/107 Project Introduction.mp42.36MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/108 Create a form for the clock.mp48.19MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/109 Create label for hour and minute display.mp49.4MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/110 Create label for the seconds display.mp43.9MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/111 Create a date label.mp43.79MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/112 Create week day label.mp43.65MB
17 Beginner C# Walkthrough Projects step by step/12 Project 10 Create Digital Clock Showing Date and Day/113 Add the timer.mp412.97MB
17 Beginner C# Walkthrough Projects step by step/13 Project 11 Create a Simple Digital Clock/115 Project Introduction.mp41.76MB
17 Beginner C# Walkthrough Projects step by step/13 Project 11 Create a Simple Digital Clock/116 Create the form.mp48.91MB
17 Beginner C# Walkthrough Projects step by step/13 Project 11 Create a Simple Digital Clock/117 Design the interface.mp410.35MB
17 Beginner C# Walkthrough Projects step by step/13 Project 11 Create a Simple Digital Clock/118 Add the timer.mp413.02MB
17 Beginner C# Walkthrough Projects step by step/13 Project 11 Create a Simple Digital Clock/119 Activating the clock.mp416.98MB