The .NET Extension Method You Should Know About

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Give Dumpfiy a ⭐: github.com/Moa...
    Get the source code: / amantinband .
    In today's video, we'll talk about Dumpfiy, the NuGet package you must know about if you're working with .NET!
    Connect with me on 'em socials:
    Twitter: / amantinband
    LinkedIn: / amantinband
    GitHub: github.com/ama...

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

  • @Servellia
    @Servellia Год назад +6

    It was about time, somebody ported this functionality over from Linqpad.
    This saved my hours of formatting my output, when prototyping and scratching out ideas.

  • @victorchisomnwisu9776
    @victorchisomnwisu9776 Год назад +17

    Someone is sleeping outside the house this night. :)

  • @celsochaves_
    @celsochaves_ Год назад

    Another great video 👏🏼👏🏼👏🏼
    Thanks Amichai!!!

  • @christianevang
    @christianevang Год назад +3

    Thanks for all the great videos. I was wondering which tool you actually use to draw on your screen? (the rectangles and arrows)

  • @ecblanco
    @ecblanco Год назад +2

    Hey Amichai, great video, off topic question, how do you display those arrows while presenting ??? Thank you!!

    • @amantinband
      @amantinband  Год назад +3

      Thanks! I use ZoomIt on Windows and Presentify on MacOS (this particular video uses Presentify)

    • @ecblanco
      @ecblanco Год назад

      @@amantinband Thanks!!

  • @405192802
    @405192802 Год назад +2

    Great video, however, it is nessesary to teach us how to use vscode without mouse like you, the tech you have on vscode is awesome!!!

    • @Special1122
      @Special1122 Год назад +1

      I agree, using keyboard over mouse is much more faster and productive

  • @PrashantUnity
    @PrashantUnity Год назад

    Thankyou

  • @bobweiram6321
    @bobweiram6321 Год назад

    I wonder if it can output HTML.

    • @sulmarpl
      @sulmarpl Год назад

      or better to markdown :)

    • @amantinband
      @amantinband  Год назад

      Markdown would be awesome and super useful

    • @bobweiram6321
      @bobweiram6321 Год назад

      @@amantinband Markdown is great, but what if you want to dump the data to a browser error page?

  • @juninawanwawan9400
    @juninawanwawan9400 11 дней назад

    Its support on visual studio sofware ?

  • @sulmarpl
    @sulmarpl Год назад +1

    +1⭐from me. Looks like it's going to become my favourite library next to a Bogus library.

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

    can this be used for webapi projects?

  • @mtsmithtube
    @mtsmithtube Год назад +2

    Is that ASCII art in the console?

    • @amantinband
      @amantinband  Год назад +3

      It uses Spectre.Console under the hood for the “graphics”

  • @Micke2nd
    @Micke2nd 5 месяцев назад

    indeed nice, ty for showing

  • @najibmestaoui6950
    @najibmestaoui6950 Год назад +1

    I am expecting not to see new videos for some time.

  • @FraserMcLean81
    @FraserMcLean81 Год назад +1

    Seems like a pretty awesome library, but why wouldn't you just use a breakpoint in the debugger?

    • @amantinband
      @amantinband  Год назад +1

      I don’t think we can compare the debugger experience and digging into properties to having it displayed with colors in a table format

  • @redcrafterlppa303
    @redcrafterlppa303 Год назад

    Every time I see someone review a c# package the temptation to try porting it to java is huge. Especially libraries like this that don't really depend on language features to work properly are tempting. The list of things I'm working on is getting really long. If I eventually release my library it will be so massive that managing it will become difficult 😂

    • @amantinband
      @amantinband  Год назад

      Yeah, at some point time becomes the biggest obstacle