Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Object Oriented Programming with C# - Beginner to Advanced

    Posted By: ELK1nG
    Object Oriented Programming with C# - Beginner to Advanced

    Object Oriented Programming with C# - Beginner to Advanced
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.00 GB | Duration: 5h 35m

    Detailed step-by-step guide to Classes, Interfaces and many other OOP Concepts - Object-Oriented Programming Concepts

    What you'll learn
    Understand and Implement The Best Object Oriented Programming (OOP) Practices
    Write Better and Cleaner Code
    Understand Fields & Properties, The relationship between them and the tidbits of Properties
    Create Constructors, Constructors Chaining, Automated Constructors and more
    The .this and .base keywords, what is their purpose, when, why and how to use them
    Namespaces and how they help us organize our code better
    Implementing the 5 Access Modifiers
    Understand the Concept behind the 4 Pillars of Object Oriented Programming
    Inheritance, Base and Derived Classes
    Abstraction, Abstract Classes and Interfaces, when to use which and what is the difference between them
    Encapsulation or how to hide your code
    Polymorphism, write less and more optimized code
    Cohesion & Coupling
    Many, many Quality Code Tips and Guidelines throughout the course

    Requirements
    Students MUST have Coding Experience, Preferably with C# (other languages like Java are ok)
    Experience with Visual Studio - Creating new solutions, projects, files. The course provides tutorials.
    Visual Studio Installed on your PC (the course has tutorial)
    Description
    This course will lay the foundations of Object Oriented Programming (OOP) in your mind, allowing you to progress to more systematic and cleaner Programming methods.

    The course is aimed at students who have at least some coding experience, preferably with C# (but Java or any other similar language is also acceptable).

    There are so many things that you will learn in this course, some of the most noted ones are:

    What is an object and a class
    What is object oriented programming
    Class Constructors
    Namespaces
    Should you or should you not use the "this" keyword
    Fields and Properties
    Different ways in which Properties can be used
    Const and Readonly constants, the difference between them and how to use them
    Static Fields and Static (Singleton) Classes
    Enumerations
    Access Modifiers
    The 4 Pillars of Object Oriented Programming - Inheritance, Abstraction, Encapsulation, Polymorphism
    Many, many quality code guidelines
    Each of these topics will be looked upon in great detail, and each of them are accompanied by a variety of Exercises. Practice makes perfect.

    There are tons and tons of tutorials on Youtube, so why would you have to pay for this course?

    The answer is very simple, in this course you will get every single lecture systemized in such way, that it ensures smooth transition between the previous and the following topic. Guaranteeing great learning experience.

    There are no stones left unturned, everything is explained in great detail (but not too much, that would be boring :) )

    The video lectures in the course are produced with the highest possible audio and video quality. No static noises to disturb you while you watch the videos, no blurry images, everything is crystal clear with crisp audio!

    Who this course is for:
    Anyone who want to learn Object Oriented Programming and take their coding skills to the next level
    Anyone who wants to refresh their knowledge about Object Oriented Programming
    Anyone who has interest in the field