Meet .NET Aspire

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @mgbrown09
    @mgbrown09 8 หลายเดือนก่อน +71

    I'm still none the wiser what aspire is.

    • @richardcox7939
      @richardcox7939 8 หลายเดือนก่อน +13

      This 1000%. I keep listening to podcasts, watching "intro" videos and none start with "this is the problem Aspire solves".

    • @michaelnurse9089
      @michaelnurse9089 7 หลายเดือนก่อน +5

      Looks like a dashboard where you can 1-click basic cloud tasks. Cloud portals are intimidating for many.

    • @goqsane
      @goqsane 7 หลายเดือนก่อน +1

      It's so obvious someone's got an earful from management and was forced to make this poor presentation :D

    • @bbqchickenrobot3
      @bbqchickenrobot3 7 หลายเดือนก่อน +6

      Its very simple, it helps to build, orchestrate and manage microservice environments/applications. All of the things that Aspire does were normally handled manually minus a few automated scripts that had to be written by you to help in this process. It has service discovery built-in, whereas in the past this was done manually via some custom nuget package or code. etc, this is just one aspect, the dashboard gives great insights as to how your microservice environment is running, etc....

    • @davidfowl
      @davidfowl 7 หลายเดือนก่อน +3

      It’s easier to use it than it listen to podcasts about using it 😅

  • @Euquila
    @Euquila 7 หลายเดือนก่อน +13

    I've played around with it a few weeks ago. I like that it basically just configures everything for you and I can just click "Run" in visual studio (not vscode, but visual studio) and the debugger is attached and everything... breakpoints work, integrates with docker nicely (just make sure you are running docker desktop in the background)
    this is basically a full-stack + deployment system ready for you. Personally, I do like having this as a kind of baseline to develop upon. It reminds me of the days of winforms where it was easy to build and deploy with something like clickonce

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

      Rider does this without a problem, just like publishing.

  • @ghaznavipc
    @ghaznavipc 7 หลายเดือนก่อน +8

    So... What is .net Aspire?

  • @MikeSigsworth
    @MikeSigsworth 8 หลายเดือนก่อน +18

    That background is extremely difficult to look at. My eyes kept going out of focus like I was looking at a stereogram.

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

      specially in 0:39

  • @timmy334
    @timmy334 7 หลายเดือนก่อน +20

    This still tells us nothing about what it is and how it's specifically used. Why should I use this over Blazor server? It looks the same.

    • @Paul-uo9sv
      @Paul-uo9sv 7 หลายเดือนก่อน +7

      This is the sixth video that I'm watching about what net Aspire is and I still don't know crap

  • @iamsurmeli
    @iamsurmeli 4 หลายเดือนก่อน +2

    Have you even watched this video once before publishing it ?

  • @robertical
    @robertical 7 หลายเดือนก่อน +3

    Is Aspire like service fabric?

    • @star_imaging
      @star_imaging 7 หลายเดือนก่อน +1

      It looks like a progression - Service Fabric -> Kuburnetes -> Container Services -> Aspire - where configuration is simplified at each generation of evolution of the ecosystem

  • @mattrobb3566
    @mattrobb3566 8 หลายเดือนก่อน +6

    OK. Thats how much you love it and you already know about Aspire and what it can do. But I'm a Maui developer, so what is Aspire and can it help me? Oh and what is the learning curve like?

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

      Well that depends on if you want your maui application to run in the cloud, doesn't it.

  • @watchchat
    @watchchat 27 วันที่ผ่านมา

    So…Orleans, DAPR…now Aspire? Are they competing or complementing tech stacks? I have all of them on my TODO list but not sure if one supersedes the other or what would be the best patterns to use them together. The more that comes out the more I procrastinate :-/

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

    Correct me if I am wrong but this seems to spin up one container per service compared to related container services or functions. So wouldn't it make small projects a lot more expensive to run with service instance utilization is low? It would also be good to have a VSTS deploy template (if it does not exist) to ensure deployments are managed rather than ad-hoc 'publish'. It looks like a great starting point for first release though.

  • @MatijaGrcic
    @MatijaGrcic 8 หลายเดือนก่อน +2

    This is great; everything that was once split into individual packages and libraries is now cohesive.

  • @JoaoVictorFerreira-xx1rq
    @JoaoVictorFerreira-xx1rq 8 หลายเดือนก่อน

    When I use .NET Aspire, my packages for external tools like database, cache, queue must be the Aspire Package or be other? Example EFCore, EasyQ. Using other libraries I keep with this trace available? And how do a connection, once that a new container is update for each run.

    • @davidfowl
      @davidfowl 7 หลายเดือนก่อน +2

      You can use whatever libraries you want. If you use the aspire packages you will get telemetry, resiliency, DI integration and IConfiguration support by default. That's what it does for you. If you use EasyQ then make sure they support emitting the same telemetry if you'd like to preserve those dashboard traces.

  • @drkovalex
    @drkovalex 7 หลายเดือนก่อน +3

    I understood nothing from this video. For sure you need another specialist who can clearly tell the story of the product. Is it a server? Is it a platform? Is it a web-application build on top of... on top of what? Is it a Linux/Windows service that run and able to monitor applications? Where this applications are running Docker/IIS/Kestrel? 2 minutes about nothing...

    • @star_imaging
      @star_imaging 7 หลายเดือนก่อน +1

      It looks like infrastructure as code just moved to C# so all the configuration and services are discoverable and declared in C#, like Service Fabric used to be. It looks like it is another step toward simplifying setup of container micro services as Container Services simplified Container Clusters.

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

    ❤❤

  • @DConnor799
    @DConnor799 8 หลายเดือนก่อน +2

    Looks like they all got the same hand gesture training!

    • @michaelnurse9089
      @michaelnurse9089 7 หลายเดือนก่อน +1

      I hate it. Let the people speak without moving their hands if that is their style.

    • @rand0mtv660
      @rand0mtv660 7 หลายเดือนก่อน +1

      I think it's normal to gesture like that when explaining something. I do it without being trained to do so.

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

      They are "overgestured". It seems like they are trying to hypnotise me like a Jedis.

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

    Microsoft aspire to every human pay a monthly fee for its st....d cloud services

  • @donotaskmemyname3902
    @donotaskmemyname3902 3 หลายเดือนก่อน

    this is lockin tech, not good