C# Software Development for Absolute Beginners
C# Software Development for Absolute Beginners, available at $84.99, has an average rating of 4.2, with 80 lectures, based on 18 reviews, and has 114 subscribers.
You will learn about Learn C#, equivalent to that of a university graduate (and more!) Learn the fundamentals of C# and the .NET Framework Learn all about Object Orientated Programming (O-O) Learn the difference between value types and reference types Control the flow of programs using conditional statements Work with files and directories Debug C# applications effectively Use collections, such as: arrays and lists Break up the course content with sample coding challenges Further your learning by improving the included C# project files Test your newly acquired skills with the final course project! Over 12 Hours of professional learning This course is ideal for individuals who are Beginner C# developers. Perhaps you want to try programming? or get starting in Unity? This course will teach you everything you need to know about C#! It is particularly useful for Beginner C# developers. Perhaps you want to try programming? or get starting in Unity? This course will teach you everything you need to know about C#!.
Enroll now: C# Software Development for Absolute Beginners
Summary
Title: C# Software Development for Absolute Beginners
Price: $84.99
Average Rating: 4.2
Number of Lectures: 80
Number of Published Lectures: 80
Number of Curriculum Items: 81
Number of Published Curriculum Objects: 81
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn C#, equivalent to that of a university graduate (and more!)
- Learn the fundamentals of C# and the .NET Framework
- Learn all about Object Orientated Programming (O-O)
- Learn the difference between value types and reference types
- Control the flow of programs using conditional statements
- Work with files and directories
- Debug C# applications effectively
- Use collections, such as: arrays and lists
- Break up the course content with sample coding challenges
- Further your learning by improving the included C# project files
- Test your newly acquired skills with the final course project!
- Over 12 Hours of professional learning
Who Should Attend
- Beginner C# developers. Perhaps you want to try programming? or get starting in Unity? This course will teach you everything you need to know about C#!
Target Audiences
- Beginner C# developers. Perhaps you want to try programming? or get starting in Unity? This course will teach you everything you need to know about C#!
This C# course is designed for absolute beginners in mind!
It assumes ZERO experience in any kind of programming. If you want to get started with programming in C#, then you’ve found the right place!
Unlike most other course, this course uses the latest versions of C# (Version 11) and also Visual Studio 2022 (Latest version even in 2023).
Whether you want to learn C# for: a job opportunity, a hobby, a supplement for university or college etc, then this course is perfect for that!
Want to develop video games in Unity? Did you know that Unity uses C# behind the scenes? This course will give you a strong C# foundation for game development in Unity.
You will learn the same (and more) C# programming knowledge than a university graduate student. I know because I went to university myself! I have been teaching software development since 2003, so just over 20 years now!
You will begin by learning the core features of programming: variables, methods, loops, conditions and data types. You will then move on to learn about Object Orientated Programming (O-O): Classes and objects, inheritance, polymorphism, abstraction, encapsulation etc, and then onto more advanced features of C# and the .NET framework, such as: file-handling, recursion, dealing with exceptions (errors), method overloading, debugging and lots lots more!!
By the end of this course you will have built a really solid foundation of, not only C#, but programming concepts, programming knowledge and typical industry programming practices.
All of the source code for the sample projects are included and ready for you to download.
This course is designed to keep you engaged throughout. It includes many coding examples and exercises so that you can test your knowledge of everything you have learned.
There is a final project at the end of this course. This final project is an optional challenge should you wish to undertake it!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Is This The C# Course For You?
Lecture 2: About The Instructor
Lecture 3: What is C#? and Why Learn C#?
Lecture 4: Downloading and Installing Visual Studio (C# IDE)
Chapter 2: The Basics
Lecture 1: Hello World (Mr. Beast Logo)
Lecture 2: Variables
Lecture 3: Data Types
Lecture 4: C# – A Strongly Statically Typed Language
Lecture 5: Working with Strings and Substrings
Lecture 6: Working with Numbers
Lecture 7: Getting User Input
Lecture 8: EXERCISE – The Number Multiplier
Chapter 3: Methods
Lecture 1: Methods
Lecture 2: Method Parameters
Lecture 3: Method Returns
Lecture 4: Method Overloading
Chapter 4: Comments and XML Summary Tags
Lecture 1: Comments and XML Summary Tags
Chapter 5: Conditions and Operators
Lecture 1: If and Else Statements
Lecture 2: Else If Statements
Lecture 3: Equality and Inequality Operators
Lecture 4: Comparison Operators
Lecture 5: Boolean Operators
Lecture 6: EXERCISE – Building a Calculator
Lecture 7: Switch Statements
Lecture 8: Conditional Operators
Chapter 6: Arrays
Lecture 1: Arrays
Chapter 7: Loops and Iteration
Lecture 1: While Loops
Lecture 2: Do While Loops
Lecture 3: For Loops
Lecture 4: For Loops vs While Loops
Lecture 5: Foreach Loops
Lecture 6: EXERCISE – Draw a Cube
Chapter 8: Control Flow
Lecture 1: The break Statement
Lecture 2: The continue Statement
Chapter 9: Misc Learning
Lecture 1: Exception Handling (try, catch, finally)
Lecture 2: 2D, 3D and Multidimensional Arrays
Lecture 3: EXERCISE – Chess – Find the Queen
Lecture 4: Lists
Chapter 10: Object Orientating Programming (O-O)
Lecture 1: O-O, Classes and Objects
Lecture 2: Constructors
Lecture 3: Object Methods
Lecture 4: Access Modifiers (public, private, etc)
Lecture 5: Properties
Lecture 6: Inheritance
Lecture 7: Method Overriding (Polymorphism)
Lecture 8: Multilevel Inheritance
Lecture 9: The sealed Keyword
Lecture 10: Abstract Classes and Abstract Methods
Lecture 11: The this Keyword
Lecture 12: The base Keyword and base Class Constructors
Lecture 13: Interfaces
Lecture 14: O-O Summary
Chapter 11: Misc Learning 2
Lecture 1: EXERCISE – Drawing Pyramids
Lecture 2: Solutions, Multiple Projects and Namespaces
Chapter 12: Debugging
Lecture 1: Breakpoints and Code Stepping (Also: Run to Click and Run to Cursor)
Lecture 2: Immediate Window
Lecture 3: Locals and Autos Windows
Lecture 4: Watch Windows and Quick Watch
Chapter 13: Misc Learning 3
Lecture 1: The protected Access Modifier
Lecture 2: The static Keyword
Chapter 14: Immutable Data Types
Lecture 1: The readonly Keyword
Lecture 2: The const Keyword
Chapter 15: The Stack and Heap
Lecture 1: Stack and Heap Memory (Stack Overflow and the Call Stack)
Lecture 2: Method Parameters – Passing by Value
Lecture 3: Method Parameters – Passing by Reference (The ref Keyword)
Chapter 16: Structures
Lecture 1: The struct Keyword
Chapter 17: Objects, Dynamic and Anonymous
Lecture 1: The object Data Type – Boxing and Unboxing
Lecture 2: The dynamic keyword and Dynamic Type Checking
Lecture 3: The var Keyword and Type Inference
Lecture 4: Anonymous Types
Chapter 18: null
Lecture 1: The null Keyword
Lecture 2: Nullable Value Types
Lecture 3: The null-coalescing Operators
Chapter 19: Method Parameters
Lecture 1: Named and Optional Parameters
Lecture 2: The out Keyword
Lecture 3: The in Keyword
Lecture 4: The params Keyword
Chapter 20: Misc Learning 4
Lecture 1: Enumerations – The enum Type
Lecture 2: Recursion and File Handling (File.IO)
Chapter 21: Final Project
Instructors
-
Sean Gee
Professional Software Instructor
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 2 votes
- 4 stars: 3 votes
- 5 stars: 12 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024