Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 AWS Certified Developer - Associate
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Blockchain
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Virtual Reality
Google Flutter Android Development iOS Development React Native Swift Dart (programming language) Mobile App Development Kotlin SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Meditation CBT Cognitive Behavioral Therapy Sound Therapy
Entrepreneurship Fundamentals Business Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Home Business
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing YouTube Marketing Drop Servicing

DevelopmentProgramming LanguagesObject Oriented Programming

Beginner Object Oriented Programming In C# and .NET Core

Learn object oriented programming (OOP) fundamentals in C# and .NET Core with clear examples from a real professional.
Rating: 4.3 out of 54.3 (620 ratings)
27,707 students
Created by Avetis Ghukasyan
Last updated 9/2020
English
English [Auto]

What you'll learn

  • Big picture understanding of what programs are and why even use Object Oriented Programming
  • 4 Main pillars of Object Oriented Programming
  • Down To Earth examples to let you fully understand each concept
  • How to utilize each pillar of Object Oriented Programming in your own project

Requirements

  • We will be using Visual Studio Code so you can download and install it yourself or do it along with me during the course
  • Recommended for you to already know C# (c sharp) basics such as variables, expressions, flow of control statement etc

Description

Object Oriented Programming (OOP) just sounds unnecessary complex. It is not complex. In this course I want to take you on to a journey where I show you, in simple and succinct examples, how Object Oriented Programming (OOP) works. Specifically I show you how Object Oriented Programming (OOP) works in C# and .NET Core.

I will not be using confusing academia jargon in order to sound smart or glossing over details too quickly to leave you out in the dark. I will be here with you each and every step of the way until you fully grasp what Object Oriented Programming (OOP) is. You will also learn about C# and about .NET Core.

Now a question you might have is WHY learn Object Oriented Programming (OOP)? Great question and the answer is money. That is correct money. Object Oriented Programming (OOP) in short teaches you how to organize your program in a way in which it makes it maintainable, scalable and readable. These are the main aspects for which you get paid for as a software developer or a web developer.

Now let's look at some numbers. .NET (and more specifically C# (C Sharp)) developers make anywhere from 80K - 100K+ (obviously the range would depend on where you reside), but the point is that C# (C Sharp) is not only a valuable skill but a profitable one as well.

Now the market is full of people who are switching from other majors to get into software development or web development but the problem is that they are clumsy coders. The reason is because... as you have already guessed: they don't know how to write maintainable, scalable and readable code. By learning Object Oriented Programming (OOP) you are differentiating yourself from a sea of developers and getting to the top of the hierarchy. Object Oriented Programming (OOP) is not flashy, it is not a crazy new mobile development platform or methodology, in other words it might not sound so exciting at first, BUT without knowing Object Oriented Programming (OOP) one can not be a well rounded developer and will inherently write bad code - you don't want to be that guy. Once you start learning Object Oriented Programming (OOP) you will realize that it is actually a lot of fun which then will make you want to learn even more. It is a nice upward cycle, but you have to start it up first.

Even if you are a freelancer and have no reason to look for a job you still WANT your code to be maintainable,  scalable and readable. Of course you do.

Object Oriented Programming (OOP) teaches you how to think clearly about your code by letting you visualize your problems in terms of objects. This allows you to have a high level view of the problem which then allows you to come up with a much better solution.

Object Oriented Programming (OOP) will not only help you solve problems while programming but will help you solve problems better in general. It will help you plan your life since that is just yet another problem waiting to be solved. I can testify to this since it has done it for me.

Another upside to learning Object Oriented Programming (OOP) is the fact that it is not specific to C# or .NET or .NET Core. You might think that at first but it is not so at all. Object Oriented Programming (OOP) is a way of thinking, it is a methodology that is implemented in a language such as C# or Java and many others. So once you understand the methodology in one language you can then apply and transfer your knowledge into another language.

Now as a beginner you will enjoy this course because I am not going to be focusing on writing complex software. All of the code written is going to be pretty simple since I am going to be spending all of my energy and focus on explaining the core concepts of Object Oriented Programming (OOP).

The 4 main pillars of Object Oriented Programming (OOP) are going to be demystified and by the end of this course you will be a master at defining what each of pillars mean and how they work most importantly.

Inheritance, Polymorphism - static and dynamic, Encapsulation and Abstraction. These are the 4 main pillars of Object Oriented Programming (OOP) you need to understand and as already mentioned I will be dissecting them one by one in this course so that by the end of it you are fully competent at taking these concepts and using them in you own applications.

I look forward to having you as my student and sharing with you all that I have gathered along the years of practice, hard work and listening to my own mentors.

Who this course is for:

  • Anyone who is fascinated and interested in learning Object Oriented Programming or knows it but wants to fill in any gaps in their knowledge
  • Anyone who doesn’t just want to watch these videos for entertainment but actually wants to implement the lessons learned
  • Anyone who takes pride in their code and wants to constantly improve their skillset

Featured review

Adrian Devlin
Adrian D.
398 courses
22 reviews
Rating: 5.0 out of 52 years ago
This is the third course I've taken with Avetis and again have nothing but praise for his sharing of his knowledge and teaching abilities. He starts of with a foundation and slowly builds on it teaching new skills. All with a nice smooth flow. So take his courses and enjoy.

Instructor

Avetis Ghukasyan
Senior Full Stack Web Developer
Avetis Ghukasyan
  • 4.5 Instructor Rating
  • 3,590 Reviews
  • 109,076 Students
  • 7 Courses

I believe that with hard work, dedication and consistency anybody who sets their mind towards learning a particular skill can do so - even if that individual has no prior knowledge of it and feels like a complete beginner.

I believe that understanding concepts is much more important than memorizing them. That is the core idea I keep in mind while making the courses.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.