[S2 E1] Chapter 11 - Custom Types - Classes and Structures

Опубликовано: 08 Июль 2026
на канале: The Code Blogger
369
6

This is eleventh chapter from the course - C# and .NET For Beginners.
First episode from season-2 of this course.

This chapter is for knowing basics about custom types, classes and structures.

It starts with very quick recap of season 1. After that, it explains concepts mentioned below:

How .NET can execute code written in multiple languages ?
.NET Type Hierarchy
Access Modifiers (only public and private)
Declaring New Classes
Class Members ( Fields, Properties, Methods, Constructors)
Declaring New Structures
Assignments

There is almost 15 minutes of code along practice session in this video.
This is just for making sure that you grasp all the contents thoroughly.

There is also an exercises section which provides some problem statements which you can try on your own.
-------------------------------------------------------------------------------------------

Let's connect on:
Blog - https://thecodeblogger.com/
Twitter -   / choudhari_manoj  
GitHub - https://github.com/manoj-choudhari-git

Do not forget to share this content and subscribe to this channel !


-------------------------------------------------------------------------------------------
Timeline
-------------------------------------------------------------------------------------------
0:00 What is agenda for this episode ?
1:05 Short recap of previous season
3:17 Common Type System (CTS)
5:30 The .NET Type System (Hierarchy of types)
7:30 Why Custom Types are needed
10:51 Commonly used custom types in .NET
13:11 Introduction to classes
14:26 Fields - Practice Session
16:48 Properties - Practice Session
20:25 Methods - Practice Session
22:48 Constructors - Practice Session
28:42 Introduction to structures
30:25 Exercises
33:03 Summary