Bringing WebAssembly to the .NET Mainstream - Steve Sanderson, Microsoft

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

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

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

    One of the best talks I've seen on the internet for a while!
    It was fluent and to the point, very professional, thanks!

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

    This was an excellent talk and with some exciting tech. Wasi looks cool. Thanks!

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

    I'm so glad Microsoft is continuing it's efforts with WebAssembly. Great talk from Steve!

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

    Steve never disappoints. Great talk

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

    Nice presentation, nice tech stack!

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

    Great talk, top Speaker. Thank you!

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

    State of .NET on WASM is very promising at this point. I hope F# will be supported as well as C#.
    I believe he put the wrong github link in the end of the presentation, should be "GreenhouseMonitor" instead of "BlazeOrbital".

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

    Amazing as always.

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

    excellent presentation Steve

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

    what about asynchronous programming like in node js?
    and non blocking and single thread features that boosts the efficiency of the app?
    what if the user of the app scales to millions?
    how to autoscale the server or database?

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

    Great talk by steve.......looking forward to see WebAssembly as the new Game changer

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

    Brilliant.

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

    Steve is the 🐐

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

    Great talk, thanks Steve!

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

    Excellent talk as always. Steve, you forgot to mention that EF 7 has also the "Core" annotation :D. Thanks

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

    excelent, Webassembly for all will be great.

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

    Will the experimental feature provide js interop? Even though JS is completely removed from the blazor architecture?

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

    Lovely!

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

    Is the source code available for the grid?

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

    amazing

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

    How can I avoid getting “connection refused” when clicking on the client apps! Please help

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

    Could someone please explain me what are benefits of running .net app under WASM runtime? Is it faster? Is it more resource efficient?
    Thanks!

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

      th-cam.com/video/Xumf_n2KlBM/w-d-xo.html
      Have a look at this, it may answer your questions.

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

      It is abstracts the architecture away, you don’t have to care about x86/arm/whatever images since you target wasi32 and just run it in whatever environment that supports wasi