C# Extension Methods Tutorial - Extend your C# Knowledge

Поделиться
HTML-код
  • Опубликовано: 28 июн 2024
  • 🔥 EXTEND your knowledge about C# Extension Methods! What do these extension methods extend? Who knows? Better check out the video to find out!
    🚀 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:13 What are extension methods?
    00:46 String Extensions!
    02:45 This one is for you!
    03:11 IEnumerable Extensions!
    05:46 Thanks for watching!
    C# Extension Methods Tutorial - Extend your C# Knowledge
    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 Extension methods?
    Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are static methods, but they're called as if they were instance methods on the extended type. For client code written in C#, F# and Visual Basic, there's no apparent difference between calling an extension method and the methods defined in a type.
    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 #extension #method
    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,extension,extension method,linq,extension methods unity,c# extension methods tutorial,c# extension method,extension methods c#,extension method c#,c# extension,extension methods in c#,iamtimcorey,tim corey,clean code,programming languages,unity clean code,c# clean code,tech training
    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

Комментарии • 8

  • @tutorialsEUC
    @tutorialsEUC  10 месяцев назад +1

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

  • @imadayoub5237
    @imadayoub5237 25 дней назад

    This is really perfect!! Thanks a lot for sharing.

  • @s.msk.
    @s.msk. Год назад +4

    Thank you for another excellent short, valuable and informative video.

  • @yess.6558
    @yess.6558 11 месяцев назад

    Great Video!

  • @awdwadawda352
    @awdwadawda352 2 месяца назад +1

    So you create a method on an existing type.

  • @burakpozut6868
    @burakpozut6868 11 месяцев назад

    👌👌👌