Master C# Interfaces in 12 Minutes - Beginner Tutorial

🔥 Hey, Beginner programmer! And also you, Intermediate developer! You know what? You over there! Advanced developer! Get in here! We learnin' some Interfaces today!
🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg
We'll make sure to turn you into a true developer in no time!
Timestamps:
00:00 Introduction
00:15 What are we working with?
01:03 Creation of Interfaces
03:43 This one is for you!
04:13 Using Interfaces and polymorphism
07:20 Interfaces and dependency Injection
11:13 Thanks for watching!
Master C# Interfaces in 12 Minutes - Beginner Tutorial
So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
And what are interfaces?
An interface contains definitions for a group of related functionalities that a non-abstract class or a struct must implement. An interface may define static methods, which must have an implementation. An interface may define a default implementation for members. An interface may not declare instance data such as fields, auto-implemented properties, or property-like events.
By using interfaces, you can, for example, include behavior from multiple sources in a class. That capability is important in C# because the language doesn't support multiple inheritance of classes. In addition, you must use an interface if you want to simulate inheritance for structs, because they can't actually inherit from another struct or class.
To learn more, make sure to watch the video, and we promise you that you'll become a better developer by the end of the video! Have fun!
And thank you LAKEY INSPIRED for these amazing songs that we use in all our videos! @LAKEYINSPIRED
#csharp #coding #tutorial #learn #microsoft #net #interfaces
TAGS
c#,.net,c-sharp,csharp,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# course,tutorial,coding,.net core,unity,class,code,object oriented programming,oop,course,tip,development,interface,unity3d,inheritance,beginner,basics,classes,interfaces,beginners,c# interfaces beginner tutorial,c# interface tutorial,c# interfaces,interfaces in c#,c# interface,what is interface in c#
TutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Stay tuned and subscribe to tutorialsEU: goo.gl/rBFh3x
C#: / @tutorialseuc
Facebook: / tutorialseu-1093802040...
LinkedIn: / tutorialseu
Discord: / discord

Пікірлер: 12

  • @tutorialsEUC
    @tutorialsEUC9 ай бұрын

    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg

  • @tzurymaster
    @tzurymasterАй бұрын

    Amazing and a professional explanation, thank you !!!

  • @KevinRehnberg
    @KevinRehnberg4 ай бұрын

    Thank you, I think i finally understand interfaces ^__^

  • @goverdhanjayaram3683
    @goverdhanjayaram36836 ай бұрын

    Thank you very much !

  • @coreyb1102
    @coreyb11027 ай бұрын

    Thank you!

  • @DoctorMGL
    @DoctorMGL25 күн бұрын

    try getting used to the new C# features that can make your code more cleaner , for instance : Cat cat = new Cat(); can simply turn into Cat cat = new(); in this case it may not make a big difference, but in other cases where the line is too long such as : ObservableCollection financeSats = new ObservableCollection (); in this case shortening this by using new(); can make the code more cleaner with less typing overall.

  • @afgdfdgdfddf42
    @afgdfdgdfddf42Ай бұрын

    Excellent video. People complaining for the "jumpings", please go to a beginner guide first.

  • @jfkzbdjforfuelzjdisoz3099
    @jfkzbdjforfuelzjdisoz30992 ай бұрын

    Is there no better way than a list/ foreach loop? Doesnt sound very efficient tho that should work and tbf i can't find anything else.

  • @megetmorsomt
    @megetmorsomt9 ай бұрын

    I remember coming to Java years ago, asking: where's my function pointer. I was told that there was none; but I could write an interface with a method header and then pass in an anonymous class instance which implemented that interface. I was in complete shock! Five years later: Java now had "functional interfaces" - I'm sure that is a Freudian slip of sorts. Yeah, you can now pass a method to a method in Java... OMG... Not that I care: I've found Nim, and gods willing: I'll never code a line of Java ever again!

  • @zanngoc
    @zanngoc6 ай бұрын

    Too much jumping around, hard to follow the code.

  • @sanglin9387

    @sanglin9387

    4 ай бұрын

    its a good video . im thinking making one soon as most newbies developer think interface - mock test haish