Companies Home Search Profile

C# Logical Puzzles Games & Algorithm Projects (step by step)

Focused View

Pavol Almasi

6:53:25

50 View
  • 1.1 UdemyDiscountCoupons.pdf
  • 1. Introduction.mp4
    06:41
  • 1. Factorial - Loop solution.mp4
    08:21
  • 2.1 UdemyPuzzles-01-Factorial.zip
  • 2. Factorial - Recursive solution.mp4
    06:13
  • 1. FizzBuzz - Loop solution.mp4
    08:39
  • 2.1 UdemyPuzzles-02-FizzBuzz.zip
  • 2. FizzBuzz - Recursive solution.mp4
    09:16
  • 1. Fibonacci Numbers - Loop solution.mp4
    04:59
  • 2.1 UdemyPuzzles-03-Fibonacci.zip
  • 2. Fibonacci Numbers - Recursive solution.mp4
    07:37
  • 1.1 UdemyPuzzles-04-TowerOfHanoi.zip
  • 1. Tower of Hanoi.mp4
    14:56
  • 1. Sieve of Eratosthenes Part 1.mp4
    05:49
  • 2.1 UdemyPuzzles-05-SieveEratosthenes.zip
  • 2. Sieve of Eratosthenes Part 2.mp4
    10:38
  • 1. Lo Shu Magic Square Part 1.mp4
    10:15
  • 2.1 UdemyPuzzles-09-LoShuMagicSquare.zip
  • 2. Lo Shu Magic Square Part 2.mp4
    13:34
  • 1. Roll of Dice Part 1.mp4
    10:12
  • 2.1 UdemyPuzzles-06-RollOfDice.zip
  • 2. Roll of Dice Part 2.mp4
    10:03
  • 1. Game of Craps Part 1.mp4
    10:34
  • 2. Game of Craps Part 2.mp4
    11:13
  • 3. Game of Craps Part 3.mp4
    11:26
  • 4. Game of Craps Part 4.mp4
    10:43
  • 5.1 UdemyPuzzles-07-GameOfCraps.zip
  • 5. Game of Craps Part 5.mp4
    08:51
  • 1. Turtle Graphics 1.mp4
    18:57
  • 2. Turtle Graphics 2.mp4
    05:33
  • 3. Turtle Graphics 3.mp4
    03:09
  • 4. Turtle Graphics 4.mp4
    22:38
  • 5. Turtle Graphics 5.mp4
    13:58
  • 6.1 UdemyPuzzles-08-TurtleGraphic.zip
  • 6. Turtle Graphics 6.mp4
    05:42
  • 1. Tortoise vs Hare Part 1.mp4
    13:28
  • 2. Tortoise vs Hare Part 2.mp4
    13:35
  • 3. Tortoise vs Hare Part 3.mp4
    11:50
  • 4. Tortoise vs Hare Part 4.mp4
    04:14
  • 5. Tortoise vs Hare Part 5.mp4
    13:32
  • 6.1 UdemyPuzzles-10-TortoiseAndHareRace.zip
  • 6. Tortoise vs Hare Part 6.mp4
    05:22
  • 1. Knight Tour Part 1.mp4
    05:32
  • 2. Knight Tour Part 2.mp4
    14:24
  • 3. Knight Tour Part 3.mp4
    19:55
  • 4.1 UdemyPuzzles-11-KnightTour.zip
  • 4. Knight Tour Part 4.mp4
    10:33
  • 1. Eight Queens Part 1.mp4
    05:19
  • 2. Eight Queens Part 2.mp4
    04:52
  • 3. Eight Queens Part 3.mp4
    08:03
  • 4. Eight Queens Part 4.mp4
    12:16
  • 5. Eight Queens Part 5.mp4
    06:20
  • 6. Eight Queens Part 6.mp4
    08:23
  • 7.1 UdemyPuzzles-12-EightQueens.zip
  • 7. Eight Queens Part 7.mp4
    04:23
  • 1. Where to go from here.mp4
    01:27
  • 2. Bonus Lecture.html
  • Description


    Practice C# by coding popular programming puzzles, games, and algorithms exercises

    What You'll Learn?


    • Practice and understand loops, arrays, recursion, OOP and more
    • Code beginner and intermediate projects using C#
    • Become an intermediate programmer by understanding the how and why of each line in your program
    • Think like a programmer

    Who is this for?


  • The course is NOT suited for complete beginners.
  • The course is best suited for college students taking C# classes, or self-taught students.
  • Beginners who are currently learning how to program in C# and need a guided practice exercises.
  • Students who need to put the concepts and theory they learned into practice.
  • Beginner C# programmers seeking to cement the knowledge by doing short programming projects that are challenging, yet not out of his/her skill set exercises.
  • What You Need to Know?


  • Students should have installed Visual Studio 2017 in order to follow along
  • Students should be actively learning C#
  • Students should be somewhat familiar with the programming concepts presented in the exercises
  • More details


    Description

    C# is an excellent programming language. It’s part of the .Net family of languages, and as such, it allows you to program some truly amazing solutions. So, congratulations on choosing to learn this amazing language. :-)

    As it is common among beginner programmers, the enthusiasm to learn often is not enough to make the leap from beginner to intermediate.  The bad news is: code fear is real, and it hinders, or even stops your progress. The good news is: you can learn to eliminate it! And all it takes is a little practice and determination. And that’s where this course will help you greatly!

    The course goes over several C# programming exercises. I show you how to put the theory you learned into practice by showing you how to solve each exercise and walking you through all the Why’s and How’s. 

    In the process, you will learn how to translate the project requirements into a working code. You will learn to use many different programming concepts, such as Conditional Statements, Loops, Arrays, Multi-dimensional arrays, OOP… and pick the right one for your solution. But above all, you will learn to think like a programmer!

    This course is all about practice. Therefore, to benefit from this course, you need to be an active student. It doesn't matter if you are self-taught or attend a programming course. What matters is the time and effort you are willing to put into learning and practicing your skills. 

    There are no lectures in this course. However, I do my best to explain what I am trying to accomplish with each line of code, and touch on common pitfalls, too. 

    This is a course for beginner to intermediate C# programmers who need to put the concepts and theory they learned into practice and for people who prefer to learn by doing. This is NOT a course for absolute beginner!

    If that's you, then let's start coding!

    Who this course is for:

    • The course is NOT suited for complete beginners.
    • The course is best suited for college students taking C# classes, or self-taught students.
    • Beginners who are currently learning how to program in C# and need a guided practice exercises.
    • Students who need to put the concepts and theory they learned into practice.
    • Beginner C# programmers seeking to cement the knowledge by doing short programming projects that are challenging, yet not out of his/her skill set exercises.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Pavol Almasi
    Pavol Almasi
    Instructor's Courses
    I am a professional computer programmer for a national insurance company. I am versed in variety of programming languages, technologies, and frameworks. Currently using mostly SQL and .Net.I have a Bachelor's Degree from City University of Seattle.I first came in contact with programming back in the good 'ol days of Visual Basic 6 and Visual Basic for Applications. Manipulating Access databasea was so much fun! I moved onto Web development in early 2000's, using HTML and CSS, later added PHP. It was then when I realized I really enjoyed the coding of the back end much more than the design part...and that joy of coding stayed with me ever since.I LOVE coding, and I LOVE doing exercises and projects in my free time. I am hoping my courses help you to better understand the programming principles and give you a good starting point for your further adventure in computer programming,
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 43
    • duration 6:53:25
    • English subtitles has
    • Release Date 2023/09/10