C# vs .NET

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 35

  • @wiziftah
    @wiziftah 2 ปีที่แล้ว +16

    Finally a great simple explanation, thank you!

  • @prywatnekonto9876
    @prywatnekonto9876 ปีที่แล้ว +1

    BRO I am learning C# and I was searching, googling the internet to understand the difference between C# and .NET. But only your video explained it so easily and well I understood it. Thanks.

    • @RDT
      @RDT  ปีที่แล้ว

      Glad it helped you 😎

  • @paulamaged3610
    @paulamaged3610 11 หลายเดือนก่อน +1

    You sir inspire me with the level of coherence and simplicity you bring to your words! I am grateful for your easy to follow explanation to help my journey of understanding these exciting technological advances.

  • @Capt.Cabbage
    @Capt.Cabbage ปีที่แล้ว +5

    Great video! Explains stuff in very simple way, easy to understand even if you have ZERO knowledge in coding. Deserves way more views and likes for exposure! I'm now definitely checking out rest of the content on this channel!
    Thank you!

    • @RDT
      @RDT  ปีที่แล้ว

      Thanks! Hope you enjoy the rest of our .NET content 🙂

  • @sanskargupta1310
    @sanskargupta1310 2 ปีที่แล้ว +7

    Thanks for such a simple and great explanation.!!!

    • @RDT
      @RDT  2 ปีที่แล้ว

      Thanks for your support of the channel Sanskar

  • @rhydonplay9190
    @rhydonplay9190 ปีที่แล้ว +2

    Best explanation I been searching for about this topic.

  • @mvthrgffff
    @mvthrgffff 4 หลายเดือนก่อน

    You are really good at teaching. Thank you.

    • @RDT
      @RDT  4 หลายเดือนก่อน

      So nice of you to say so, thank you 🙏

  • @hardstuckhighlights7992
    @hardstuckhighlights7992 3 หลายเดือนก่อน +1

    he really showed up with those chops.

    • @RDT
      @RDT  2 หลายเดือนก่อน

      😂

  • @Alirahabi
    @Alirahabi 11 หลายเดือนก่อน

    It's really informative, short, and great video. Thank you

  • @blvnktek
    @blvnktek 7 หลายเดือนก่อน

    Couldn't have said it better myself! Great video You definitely gotten a new subscriber!

    • @RDT
      @RDT  7 หลายเดือนก่อน

      Thanks 😎

  • @michealdalu8620
    @michealdalu8620 ปีที่แล้ว

    Great explanation actually...

    • @RDT
      @RDT  ปีที่แล้ว

      😀

  • @indiecowan33
    @indiecowan33 6 หลายเดือนก่อน

    thank you!

  • @sharadroy9058
    @sharadroy9058 6 หลายเดือนก่อน

    To specify cross platform code to be run in other systems, it is .NET Core and not .NET framework.

  • @ytb3748
    @ytb3748 4 หลายเดือนก่อน

    From how he explained it, I understood .Net as a "Complier"
    Am I correct?

    • @Roshan-tb3iz
      @Roshan-tb3iz วันที่ผ่านมา +1

      C# code is compiled by a tool called "CSC". It is compiled and code built into libraries that run on ".NET". So ".NET" is not a compiler but rather a platform (a set of software) that the compiled code runs on. The compiled code is in a format/language called Intermediate Language (IL). C# code once compiled is converted to IL, and IL code runs on ".NET".

    • @ytb3748
      @ytb3748 22 ชั่วโมงที่ผ่านมา

      @@Roshan-tb3iz Thanks for taking the time to clarify it.

  • @sandman9670
    @sandman9670 ปีที่แล้ว +6

    This man is running out of breath explaining this to us. Give him some water

  • @y01cu_yt
    @y01cu_yt 2 ปีที่แล้ว

    Thanks!

  • @webdev1943
    @webdev1943 ปีที่แล้ว

    thank you

    • @RDT
      @RDT  ปีที่แล้ว

      You're welcome 🙂

  • @Anto-mi5pn
    @Anto-mi5pn 7 หลายเดือนก่อน

    Can c# run without dotnet?

  • @homeoffice3524
    @homeoffice3524 ปีที่แล้ว +1

    I love this 😂 Let's create simple program and start with most boring crap in entire life 😂 Some mathematic 😂😂😂

    • @trys10studios
      @trys10studios 7 หลายเดือนก่อน

      If you don't like math, you are really gonna hate programming lol

    • @homeoffice3524
      @homeoffice3524 7 หลายเดือนก่อน

      @@trys10studiosI'm working with Python and PHP already couple of years 😂 Apart of knowing when to put -, *, +, / never used anything from math really. Computers are calculating % and all RPG stuff for example not me 😂 It's some oldschool thinking you need a math to be a programmer.

    • @trys10studios
      @trys10studios 7 หลายเดือนก่อน

      @@homeoffice3524 that's a self-defeating mentality. If you are only doing financial developing where the framework is done for you and all you have to do is copy and paste, sure.

    • @homeoffice3524
      @homeoffice3524 7 หลายเดือนก่อน

      @@trys10studiosSure 😂😂😂 You made my day 😂😂😂😂 Keep dreaming and proving yourself you are math genius and can use it to your even make sandwiches 😂😂😂😂 Go on 😂😂😂

    • @trys10studios
      @trys10studios 7 หลายเดือนก่อน

      @@homeoffice3524 never said I was a math genius lol. You have a closed-minded view of software engineering.

  • @MarkMcDaniel
    @MarkMcDaniel ปีที่แล้ว

    Does he understand that BOTH C# and VB are .NET languages? They are interchangeable.