Let's Code: C# and Windows Forms Exercises for Beginners (Udemy.com)

Learn Visual C# .net with WinForms by doing programming projects for beginners

Created by: Pavol Almasi

Produced in 2022

icon
What you will learn

  • Practice and understand loops, arrays, structures, LINQ, Databases, 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
  • Uderstand project requirements and choose the right approach to each solution
  • Construct, identify, and use Windows Form Controls effectively

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 90 / 100

icon
Live Chat with CourseDuck's Co-Founder for Help

Need help deciding on a c# course? Or looking for more detail on Pavol Almasi's Let's Code: C# and Windows Forms Exercises for Beginners? Feel free to chat below.
Join CourseDuck's Online Learning Discord Community

icon
Course Description

Visual C# is an excellent programming language. It's the main language in 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 C# programming projects from a popular college C# textbook: "Starting Out with Visual C#" by Tony Gaddis. 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.
Because the course goes over ALL exercises from one text book, some of the concepts are repeated across multiple exercises. The course is not meant to follow any particular guidline where each exercise builds up on the previous one, but rather serves as a comprehensive reference, allowing students to skip exercises that present concepts the student is already familiar with.
You and I will go on a journey to program simple solutions using basic programming techniques, all the way to more complex Database and OOP solutions.
In the process, you will learn the ins and outs of C# language. 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, LINQ, OOP, databases 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 C# .net programmers who need to put the concepts and theory they learned into practice and for people who prefer to learn by doing.
If that's you, then let's start coding!
Who this course is for:
  • The course is best suited for 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# .Net programmers seeking to cement the knowledge by doing short programming projects that are challenging, yet not out of his/her skill set exercises.
  • Students who take C# classes and struggle with their homework, or students who need a little help or a reference will love this course.

*Some courses are excluded from this sale. Coupon not working? If the link above doesn't drop prices, clear the cookies in your browser and then click this link here.
Also, you may need to apply the coupon code directly on the cart page to get the discount.

Coupon Code

icon
Instructor Details

Pavol Almasi

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,

icon
Reviews

4.5

92 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By L Gia Khanh on a month ago

Following these exercises, learners only type the and run the codes but they probably do not understand how many classes they should have or which codes they should write in classes...

By Adrian Zenteno on 2 months ago

I love it. Straight to the point and super cool! Thank you for making these awesome videos.

By Udi Lavi on 10 months ago

i love go set some pdf tasks

By Joe Lewis on 11 months ago

I am learning very fast! - A. Lu

By Martin Pienaar on 2 years ago

Repeating - Helps imprinting the basic concepts. Syntax becoming second nature.Thank you - Helped a lot switching from Legacy VB6 Systems to C#.

By Juan Manuel on 8 months ago

I can't see the IDE full sized

By Larry Armiger on a year ago

The Audio of the videos needed improving, had to use external speakers to hear them. I tested others and they sounded just fine.The course was good, lots of repetitive stuff but worth it.I would like to have more explanation of the OOP areas, maybe an overview of how he is going to design the logic then start coding.Overall good stuff, I just had to review the code that was included to get a better understanding of what was happening for some of the sessions.

By Davey Dutton on a year ago

The course goes through a book and explains the exercises in a book and only exactly the exercises. There is no above and beyond the book with teachings on the side that explain the side steps on the way.For example it may explain how to make a form but does not explain extra stuff about the form as an addition.It Is ok if you find something in the real world that you can compare the particular single video to.

By Tommi Korhonen on 2 years ago

Good level for beginners and new object-oriented programming learners. A bit on the beginner side, with very clear repeating explanations.Informative, not wasting time , quick jump to coding. Slightly simplistic and repetitive examples for even a bit more advanced programmer.Very recommendable course, with easy footholds to begin.

By Tracy D on a year ago

Pavel has a way of completing and explaining the programs that makes learning not only enjoyable, but crystal clear. I am so happy that I found this course! Thank you Pavel!

By Li Kwok Keung on a year ago

feel like it is too fastin the final project there are so many new knowledge i first time see

By Bryan R. Tufly on 2 years ago

For me this is fairly elementary. In the beginning, I would have liked to see him explain the code structure that is already in place. This would be for old-school types like myself that need a quick reason for partial class keyword use, etc. Not a show stopper but, if a person already knows this much, the tasks that he is explaining should also be known to the student (or at least intuitively known).I did pick up a few unmentioned things like the boolean "true" and "false" are case-sensitive and the IDE will not correct that issue.