Curriculum For This Course
Video tutorials list
-
Starting with C#
Video Name Time 1. Developing My First Project in C# 8:00 2. Finishing My First Project in C# 9:00 -
Learning the Software Development Fundamentals
Video Name Time 1. Introduction to Variables 16:00 2. Data Types 11:00 3. Variable Operators 9:00 -
If-Statements and Conditional Logic
Video Name Time 1. If-Statements and Conditional Logic 4:00 -
Loops and Iteration
Video Name Time 1. Loops 10:00 -
Arrays
Video Name Time 1. Arrays 11:00 -
Functions & Files
Video Name Time 1. Functions 22:00 2. File Input/Output 26:00 -
Start Creating a Project in C#
Video Name Time 1. An Overview of the 1st Game Developed in C# 1:00 2. Design The Math Quiz Game 21:00 3. Adding the Start Button 5:00 4. Start Coding 15:00 5. Adding a Countdown Timer 13:00 6. Code the CheckTheAnswer Method 7:00 7. Coding the Subtraction Problem 10:00 8. Coding the Multiplication and the Division Problem 11:00 -
Object-oriented Programming
Video Name Time 1. Introduction to Object-oriented Programming 16:00 2. Objects and Classes 9:00 3. Methods 5:00 4. Encapsulation and Data Hiding 7:00 5. Message Passing 4:00 6. Inheritance 10:00 7. Polymorphism 6:00 8. Generalization and Specification 3:00 9. Links and Associations 7:00 -
Understanding Databases
Video Name Time 1. Introduction to SQL 4:00 2. Why SQL is so important? 2:00 3. Setting up XAMPP, Apache, MySQL Database Server and SQLYOG as a Database Client 5:00 4. Starting Database Services 2:00 5. Creating our 1st Database 4:00 6. Dropping your 1st Database and Recreating it 3:00 7. Creating our First Tables in our Database 6:00 8. Dropping Tables in a Database 1:00 9. Insert Statements 4:00 10. Create a Table based on Another Table 2:00 11. Select Statement 1:00 12. Where Clause 4:00 13. Operators in SQL Statements 4:00 14. Update Data using Update Queries 4:00 15. Delete Data with Delete Statements 2:00 16. Like Operators in Where Clause 3:00 17. Limit Data using LIMIT/ TOP/ ROWNUM in MYSQL/ MSSQL/ Oracle Databases 4:00 18. Using Order-By Clause to Order Data 3:00 19. Using Group-By Clause to Group Data Based on Columns 4:00 20. Using Distinct Clause To Return only Unique Values 3:00 21. TRUNCATE TABLE Command to Delete the Data Inside a Table and Conclusions 4:00
Add Comment