Deep .NET: A Complete .NET Developer's Guide to Span with Stephen Toub and Scott Hanselman

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

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

  • @The.WorldVentures
    @The.WorldVentures 4 месяца назад +64

    How does someone even become as great as Stephen Toub, man the guy knows his stuff.

    • @jackkendall6420
      @jackkendall6420 4 месяца назад +12

      You do it as your fulltime job for multiple decades, haha.

    • @kaolyfe-cw2cm
      @kaolyfe-cw2cm 4 месяца назад

      Pray enough to the coding gods...j/k 😄

  • @marklord7614
    @marklord7614 4 месяца назад +114

    Man, these guys are killing it with the series -- great topics.

  • @1camper69
    @1camper69 4 месяца назад +33

    These talks from Stephen are truly the best dotnet content available. Stephen has the knowledge and goes next level in explaining it extremely clear but simple and is just a joy to listen to.

  • @barrysphone
    @barrysphone 4 месяца назад +31

    This series is awesome, please keep it going for a long time. Stephen's knowledge is incredible and his enthusiasm is infectious. The dynamic between Scott and Stephen make this series unmissable.

  • @Tamazakis
    @Tamazakis 4 месяца назад +35

    TimeSpan well spent! Thank you :)

  • @BloodHaZaRd666
    @BloodHaZaRd666 4 месяца назад +92

    Like video at 0 seconds just because of @Stephen Toub

    • @Aweklin
      @Aweklin 4 месяца назад +4

      Not you alone. I did exact same thing, because it's the wizards show!

    • @AvenDonn
      @AvenDonn 4 месяца назад +4

      Like this comment at 1 second because I had to stop to like the video first because of Stephen Toub

    • @thomastaylor648
      @thomastaylor648 4 месяца назад +3

      We need more Stephen Toub's

  • @CuriouslyContent
    @CuriouslyContent 4 месяца назад +25

    I can't get enough of this content :) Who would have thought that an hour long video on spans is literally the most exciting thing on my feed this week!

  • @MatteoGariglio
    @MatteoGariglio 4 месяца назад +36

    This series of videos featuring Stephen Toub is truly remarkable and incredibly interesting. Thank you!

  • @MarkRendle
    @MarkRendle 4 месяца назад +9

    It's crazy how simple Span is on the inside considering the impact it's had on .NET in recent years.

  • @fieryscorpion
    @fieryscorpion 4 месяца назад +6

    This is amazing!
    Now I need a video on Multithreading and Parallel Processing from Scott and Stephen!

  • @FICHEKK
    @FICHEKK 4 месяца назад +14

    Learning from Stephen Toub is such a pleasure, man is a .NET master!

  • @BryanKelly
    @BryanKelly 4 месяца назад +8

    How does Span relate to Memory? I'd love to see a follow up to this that gets into that detail.

    • @user-dc9zo7ek5j
      @user-dc9zo7ek5j 3 месяца назад +4

      Memory is on the heap, Span is stack only. You can use Memory just like any other non-ref type, but Span can be used only within the function. Also, Memory can be used in async await, while the other cannot (because of stack only constraint). Memory behaves like Span, but it is much closer to ArraySegment without being array only type. I don't think I have used this type anywhere, but I have seen it being used around the Stream class.

  • @ElSnakeObwb
    @ElSnakeObwb 4 месяца назад +28

    Love this series. keep it up

  • @behboodik
    @behboodik 4 месяца назад +7

    Every video with Stephen in it is a treasure

  • @lordtony8276
    @lordtony8276 3 месяца назад +9

    "Have you got anything without Span?"
    "Well, there's Span Span List and Span, that's not got much Span in it."

    • @p.j.wilkins1321
      @p.j.wilkins1321 3 месяца назад

      Lobster Thermidor aux crevettes with a Mornay sauce, garnished with truffle pâté, brandy, and a fried egg on top, and Span.

  • @lstutzman
    @lstutzman 4 месяца назад +9

    Fantastic content guys!! Can’t wait for the next one. A deep dive into the GC would be cool

  • @nepalxplorer
    @nepalxplorer 4 месяца назад +9

    WOW!!! Love these series, please don't stop!

  • @TheChonsey
    @TheChonsey 4 месяца назад +10

    Awesome content. Please make a video on System.IO.Pipelines

    • @caunt.official
      @caunt.official Месяц назад

      I hate that .NET Pipelines are all about numbers. What I would like to see, is pipeline of T, so I can have abstraction for any pipeline I want to build

  • @apostolosmihailidis5467
    @apostolosmihailidis5467 Месяц назад

    These guys taught us so many things in that small "Span" of time ! Thanks a lot 🙏 Stephen's knowledge is so valuable !

  • @superpcstation
    @superpcstation 4 месяца назад +5

    Please don't stop making these!

  • @WantMore-mc8dx
    @WantMore-mc8dx 2 месяца назад

    Great duo - love it that Scott wants it zoomed in :)

  • @amrswalha
    @amrswalha 4 месяца назад +4

    Scott and Stephen are doing a great job, all the best.

  • @weird_wyrd
    @weird_wyrd 4 месяца назад +2

    That floppy drive jumper comparison got me. The assembly I could follow, ain't never heard of a jumper before. Today I learned a couple things! Great content!

    • @OlivierDALET
      @OlivierDALET 3 месяца назад +1

      Jumpers were a little switch on 3'1/2 floppy discs that revealed or hid a hole: very modern tech compared to the little adhesive tape you had to stick on 5'1/4 discs to achieve the same (that is write-protect your disc)

  • @allied-data
    @allied-data 4 месяца назад +3

    Scott and Stephen: Outstanding series!

  • @deivycode
    @deivycode 3 месяца назад +1

    Where we can learn this kind of stuff is actually very amazing.

  • @fatlumlatifi2897
    @fatlumlatifi2897 4 месяца назад +2

    Excellent video, please keep Mr. Toub on a few more episodes. As of topics to cover if possible please make video on how to interop or preferably make binding of C libraries on .NET.

  • @lejoyke
    @lejoyke 3 месяца назад +1

    Although I don't understand some things, I still feel excited. Please continue to keep up

  • @DavidPereira-lc1yq
    @DavidPereira-lc1yq 4 месяца назад +1

    This is freaking awesome!!! Right from the source, you should build a comprehensive "deep C# course" with all of this, for people that would like to purse perf related topics. Right now, I don't think there's a place where you can do that. It's basically spread around books, courses, blogs, etc etc.
    Really nice this one.

  • @wimzi9887
    @wimzi9887 4 месяца назад +2

    I wanna watch Stephen build a complex project from start to finish. I would love to see how he works.

  • @delphiguy23
    @delphiguy23 4 месяца назад +2

    I saw Stephen Toub, I clicked.... freaking awesome presentation learned a lot from this.

  • @SlackwareNVM
    @SlackwareNVM 4 месяца назад +3

    I'm interested in the meaning behind that last constructor check. Also, what are the tradeoffs from the alternative implementations you mentioned?
    Would love to know more about Memory as well. I don't yet have proper intuition of how to use it.

  • @onodera3964
    @onodera3964 3 месяца назад

    Great series, loving it. Some of the topics I would love to see covered next:
    - how equality works (intermediate)
    - how the allocator and and the GC work (expert)
    - how exceptions work (expert)
    - how analyzers work
    - how generators work
    - how JIT works

  • @dy0mber847
    @dy0mber847 4 месяца назад +5

    Incredible as always

  • @solidusflux
    @solidusflux 3 месяца назад +1

    Excellent content. Also: these light mode users bring balance to the force

  • @mey33am
    @mey33am 4 месяца назад +1

    Keep posting Stephan! We need more content like this, Thank You

  • @SajadJalilian
    @SajadJalilian 4 месяца назад

    Dotnet has many layers of abstractions in a good way. They are like magic. Watching this series is like those videos in which a magician explains how they are doing their tricks under the hood. I love it.

  • @freierNamen
    @freierNamen 4 месяца назад +1

    Oh no, it happened again!
    The video is over and I've already seen all parts of the series😢😂
    Thank you so much! Love every second of it...

  • @draganradovac8803
    @draganradovac8803 3 месяца назад

    Scott and Stephen are a great combo. Looking forward to future presentations.

  • @Matt-tp9lh
    @Matt-tp9lh 3 месяца назад

    Awesome series! Please do a video on the async runtime of c# next about how the default task scheduler works, especially interested in knowing how tasks get scheduled and as developers using the async runtime how do we avoid common pitfalls of inefficient patterns

  • @preet1979
    @preet1979 4 месяца назад +1

    This was a great video. All I need now is another deep dive video into Memory to complete my understanding of it. Thanks again for such a great video.

  • @colhountech
    @colhountech 4 месяца назад +1

    Best Content On youtube today. I love the relaxed page and the high intensity content. It's almost an anti pattern of all the click-bate, gapless, b-roll crap on youtube today.
    If stephen does a workshop of stuff like this in NDC London next year, I'll drop $2000 to attend like when Dave and Damiean did the early workshops on .net core in circa 2017.

  • @CRBarchager
    @CRBarchager 2 месяца назад

    I need to watch more of these videoes. It's just pure gold!

  • @MehrdadSoltani-qn2ny
    @MehrdadSoltani-qn2ny 4 месяца назад +1

    one of the best demo/tutorials I have ever seen about Span.

  • @davidelettieri
    @davidelettieri Месяц назад

    Keep this series going!

  • @LasseVågsætherKarlsen
    @LasseVågsætherKarlsen 4 месяца назад +1

    Man, you guys nailed it as usual, absolutely love these videos. GC next? 🙂

  • @alexisfibonacci
    @alexisfibonacci 4 месяца назад +3

    I haven't seen Bart De Smet in years. Is he available to talk about IObservable? Why has there been less emphasis on it in recent times? Also IQbservable..

  • @DavidSmith-ef4eh
    @DavidSmith-ef4eh 3 месяца назад

    I didn't plan on watching this til the end... very interesting and very well presented.

  • @Муслим-с2щ
    @Муслим-с2щ 4 месяца назад +3

    Like in the good old days of Channel 9 👍

  • @levimatheri7682
    @levimatheri7682 4 месяца назад

    Stephen Toub is my spirit animal. So smart!

  • @ChaoticNeutral6
    @ChaoticNeutral6 4 месяца назад

    That was wild, I definitely want to see a part 2. Would also be cool to go through stuff like MemoryMarshall and its methods

  • @gilbertsenyonjo963
    @gilbertsenyonjo963 7 дней назад

    Good stuff! Loved it. Thank you dotnet team.

  • @chaouanabil3087
    @chaouanabil3087 2 месяца назад

    it was from a month and didn't see it till today!!! i hope next one would be Memory and Pipes and Channels

  • @KvapuJanjalia
    @KvapuJanjalia 3 месяца назад

    Looking forward to deep dives into memory of T, sequence of T, pipes and buffers.

  • @sgwong513
    @sgwong513 4 месяца назад

    its the only video I need to watch to learn what is Span in .net

  • @GuildOfCalamity
    @GuildOfCalamity 4 месяца назад

    Keep doing these with Stephen; would like to see more roll-your-own content, like the Async/Task video.

  • @WizardofWestmarch
    @WizardofWestmarch 4 месяца назад

    At 38:48 Toub is talking about how if you have a readonly span it will put it in the data block of the binary. Do things like ImmutableArray get the same benefit or is the JIT compiler extra aware of ReadOnlySpan to do that optimization?

  • @norm6096
    @norm6096 4 месяца назад +2

    You guys are awesome combo, thanks for the videos! :)

  • @djchrisi
    @djchrisi 4 месяца назад +1

    28:30 unsafe ist really a great keyword because it truly scares developers off ;)

  • @SimoLPers
    @SimoLPers 4 месяца назад

    The series is really great! Thanks for sharing! ME me I'd personally love to see how what lies under the hood of reflection.

  • @JavedaliShaikh-yy1jr
    @JavedaliShaikh-yy1jr 3 месяца назад

    Just Brilliant! Keep making more of these.. Thanks.

  • @fedayka
    @fedayka 4 месяца назад

    The worst thing about this show is its time constraint! Great content guys! Amazing :)

  • @tayyabshaikh3286
    @tayyabshaikh3286 4 месяца назад

    Pure Knowledge Sharing.. & No dumb podcast like others.. Truly Marvelous.

  • @AndrzejPauli
    @AndrzejPauli 4 месяца назад

    StephenT and ScottH - nothing is better 🙂

  • @schlott1970
    @schlott1970 4 месяца назад +1

    My biggest question was how, using span, was the compiler able to keep such a tight loop when enumerating? Also could have mentioned that span does not allocate any memory or copy stuff around! This was a good one Scott/stephen! Thankyou

    • @davidantolingonzalez4929
      @davidantolingonzalez4929 4 месяца назад +1

      It does allocate memory for the Span (two fields), but it does on the stack, not on the heap. Also, since it only stores an address of memory and an int, no copy of data is needed.
      The tight loop is achieved because T reference is basically a pointer so for enumerating the only thing it has to do is add "one" to the pointer times length, exactly the same as an array.

  • @tirgo007
    @tirgo007 4 месяца назад

    Great stuff! Looking forward to the next one.

  • @theandrewharry
    @theandrewharry 3 месяца назад

    I wish I could like this 💯 times

  • @AskFiqri
    @AskFiqri 4 месяца назад

    This is a treat

  • @rodrigolima206
    @rodrigolima206 4 месяца назад

    Very nice explanation thanks a lot. I would like to see something related to streams and how they work I was always curious about that. If possible, of course. Thanks again .

  • @hashdynamics978
    @hashdynamics978 4 месяца назад

    my new favorite tv show. Love it!

  • @imranhussain8700
    @imranhussain8700 4 месяца назад

    Async/Await
    LINQ
    RegEx
    Span
    😀😀😀😀😀😀😀😀😀😀😀😀😀😀
    Loving it.
    Thank you very much. Great Content.

  • @ivandrofly
    @ivandrofly 3 месяца назад

    34:31 - Pause
    39:00 - utf8 syntax from c# 11

  • @mrqbboy
    @mrqbboy 4 месяца назад

    I'm going to repeat myself, but thanks Scott and Stephen.

  • @enijburg
    @enijburg 4 месяца назад

    Another great session! Keep them coming 🎉

  • @dy0mber847
    @dy0mber847 4 месяца назад

    Show must go on

  • @kapsir7255
    @kapsir7255 2 месяца назад

    Big thanks for the Deep .NET series, these are sooo great 🚀
    One question regarding Span: Are there as many improvements in the compiler for netfx as in .NET too? Is it worth to update APIs in legacy code with the System.Memory NuGet package?

  • @heischono4917
    @heischono4917 3 месяца назад

    I wonder what Scott is using a floppy for? :D Wonderful video, I hope we get more f this kind. Greetings from Norway :)

  • @yonatan2608
    @yonatan2608 4 месяца назад

    These kind of videos should be in 202 schools.

  • @evarlast
    @evarlast 3 месяца назад

    Best C# feature in 10-15 yrs.

  • @allied-data
    @allied-data 4 месяца назад

    Riffing off "Naming is hard":
    Spam
    Hmmm.

  • @timur2887
    @timur2887 4 месяца назад

    Thank you very much! Great content!

  • @YuriBez2023
    @YuriBez2023 4 месяца назад +1

    @37:11 - Stephen's fingers were off-by-one there.

  • @anm3037
    @anm3037 4 месяца назад

    Any interface for all collections (Array, List, etc) that can be converted to Span

  • @Cymricus
    @Cymricus 4 месяца назад +1

    the people in chat being negative about copilot are gonna get behind if they don’t use the very powerful tools at our disposal.
    you really don’t want to be behind in a world with generative AI.

  • @SlackwareNVM
    @SlackwareNVM 3 месяца назад +1

    Any continuation of the series coming soon?

  • @StackOverflowMan
    @StackOverflowMan 3 месяца назад

    "readonly ref struct" appears in C# 8, while Span appreared earlier in .net core 2, and than Span was just a struct.
    Would be interesting to see how it evolve.

  • @uitumenj8380
    @uitumenj8380 4 месяца назад

    I’m value added :))) thank you guys!

  • @JakobStrasser
    @JakobStrasser 4 месяца назад

    Thanks, very informative!

  • @Aaron31056
    @Aaron31056 4 месяца назад

    Amazing

  • @kishananem
    @kishananem 4 месяца назад

    Hello Scott/ Stephen
    Please do videos about algorithms used in framework.
    Please like comments who interested in this. They may do video.

  • @moverecursus1337
    @moverecursus1337 2 месяца назад

    well, this is awesome

  • @piotrszuflicki1527
    @piotrszuflicki1527 Месяц назад +1

    When will we see next episode from Deep Dive series?

  • @kamlezadeh
    @kamlezadeh 3 месяца назад

    Can we have a video explaining ArrayPool and MemoryPool please?

  • @SahilDesai-sx3sn
    @SahilDesai-sx3sn 4 месяца назад

    knowledge SPANNING multiple videos.

  • @robl39
    @robl39 4 месяца назад

    Can you guys please deep dive the csc or the CLR?

  • @lolroflxd
    @lolroflxd 4 месяца назад +1

    Awesome ❤

  • @lis2889
    @lis2889 2 месяца назад

    Hi! Thanks for the video! Could you please record similar one about GC. Please 🥺

  • @imranhussain8700
    @imranhussain8700 4 месяца назад

    Tell us in the comment what you like and what you don't like.
    There are five videos now and I am still figuring out what are don't like.
    is there anything in these videos that we don't like, I don't think so.

  • @nessitro
    @nessitro 4 месяца назад

    I love this! Tanmirt!

  • @jackkendall6420
    @jackkendall6420 4 месяца назад

    rubbed my hands together and cackled when I saw this

  • @ivandrofly
    @ivandrofly 3 месяца назад

    At the beginning of the video, while using Rider and I'm like it's still hard to see the IL code in Visual Studio 😆😆