C# Expressions

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

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

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

    wow i am watching this after 11years,.... awesome material ....thankssss

  • @marklord7614
    @marklord7614 5 ปีที่แล้ว +5

    Jamie, anyone who is serious about programming would tell you that your material is golden. I know this is late, but thanks a lot. I learned so much from your videos.

  • @RoughSubset
    @RoughSubset 7 ปีที่แล้ว +8

    Jamie where are you these days? don't abandon you channel man, I'm sure a lot of us love learning from you.

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

    Your videos are to this day severly underrated !!!

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

    you go very deep in every concept, even if this tutorials are perhaps for more experienced programmers... but other than that your tutorials are super cool

  • @parsalotfy
    @parsalotfy 8 หลายเดือนก่อน

    please keep posting more videos

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

    Jamie you are the best ! :)

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

    Cool explanation. Keep it up !

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

    excellent teaching!!!

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

    great videos, maybe now sth about disposing

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

    Thanks tons.

  • @codeyoga
    @codeyoga 11 ปีที่แล้ว

    Would be great to have a "LINQ to X" provider kinda stuff too from you ( Greedy:-) )

  • @aleksey6639
    @aleksey6639 7 ปีที่แล้ว

    2:58 so funny )))

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

    When it was asked how many expressions do you see in i > 5. shouldn't the answer have been 4?
    i
    >
    5
    i > 5

    • @aleksey6639
      @aleksey6639 7 ปีที่แล้ว

      4 is right

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

      I see only 3 expression

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

      i
      5
      i>5

    • @jvsnyc
      @jvsnyc 5 ปีที่แล้ว

      @@aleksey6639 If you re-watch the video, the part he mulls over at the beginning, expressions return values. ">" by itself doesn't return a value. "i > 5" does, as do "i" and "5".

    • @aleksey6639
      @aleksey6639 5 ปีที่แล้ว

      ​@@jvsnyc Yes, you are right! I don't know why I thought 4 :)