Build Better Apps with .NET Aspire - Complete Beginner's Guide & Tutorial

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

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

  • @AkarumeiAkashi
    @AkarumeiAkashi 2 месяца назад +5

    This sir is the bridge between "Omg what's that? So scary" to "Wow, why I haven't used it earlier? So cool". Thanks!

  • @alexmadnix
    @alexmadnix 2 месяца назад +3

    James I applaud your Aspire and passion for .Net every day. 👏👏👏

  • @jcarman
    @jcarman 27 дней назад

    This is easily the best video of watched on Aspire yet, awesome job, as usual, James! Can't wait to see MSFT develop this more as time goes on, hoping to see even more additions at .NET Conf in a couple weeks. This really could be one of the single most significant developer productivity gains under the .NET ecosystem.

  • @MuhammadAssadNazar
    @MuhammadAssadNazar 2 месяца назад +6

    Adding Authentication & Authorization would have been a big plus

  • @Eamo-21
    @Eamo-21 2 месяца назад +1

    loved your old xamarin vids and great to see you doing some stuff with aspire!

  • @jeanhibbert
    @jeanhibbert 24 дня назад

    Great video. Thanks James!

  • @MarcJennings
    @MarcJennings 2 месяца назад +3

    Thanks for this great overview. I've been meaning to look into it for the team but it's always seemed too intimidating. This video puts that myth to bed.

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

    Hey James, thanks for all your awesome material over the years! I’ve seen your talks at VS Live and Build and it’s always great to see what you’re up to. I heard you mention a user group in Portland, which one was that? I’m in the PDX area and would love to go to some more groups!

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

    11:37 just a quick tip! If you're currently debugging a project and want to start another simultaneously, you can right click any project, go to debug, and then click "start debugging" (or smth like that, can't remember exactly off the top of my head... 😅)

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

    Another amazing video. Crazy good! Got one problem that maybe a lot of people haven't run into yet, James.
    I add the same CDN api in different solutions, and when I added aspire to my second solution that contained the CDN I got conflicts because the CDN added dependencies for both of the solution's ServiceDefaults and couldn't figure it out, so I had to take the CDN out of one of the solutions until I figure out what to do. Hope you have an answer!

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

    The aspire works with Azure Function in a Container? Thank you for the video!!

  • @moatasemkremed5395
    @moatasemkremed5395 2 месяца назад +1

    hi james, please if you have a time for this, we need a vid explain how to use In App Purchase plugin brother

  • @10Totti
    @10Totti 2 месяца назад +1

    Best tutorial!

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

    Thanks James for the video, however, I would like to know how you can add credentials or secure the aspire dashboard if I have deployed it in production

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

      It does it automatically in ACA with managed identity. Else if deploying yourself read documentation

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

    Maybe an odd question, but can Aspire be used to orchestrate a collection of .net apps running directly on Windows, WITHOUT a container runtime platform like docker? If not, are there any libraries available to help with this kind if thing?

    • @JamesMontemagno
      @JamesMontemagno  Месяц назад +2

      It isn’t needed if you aren’t using anything that requires a container such as redis for example. Easier with it but can be used without

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

      @@JamesMontemagno Great, thanks! Upon further reading it does appear that Aspire orchestration is not intended for production which seems a shame for people wanting to leverage Aspire for apps running directly on the OS (albeit a rare scenario today).

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

    James, where I work we use an Azure SQL Server database during development, so no local db. Is Aspire setup to handle a remote db instead of using a local db? If so, how would you do that? Thanks! Your video was excellent!

    • @JamesMontemagno
      @JamesMontemagno  2 месяца назад +1

      Sure can just configure connection strings to your live db learn.microsoft.com/en-us/dotnet/aspire/database/sql-server-integration?tabs=dotnet-cli

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

      @@JamesMontemagnothanks James!

  • @vijai851
    @vijai851 2 месяца назад +1

    Subscribed!

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

    Does Aspire support multiple solutions (i.e. one solution for UI and one solution for API)?
    Or does Aspire require all of the projects to be within one solution?

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

      You can add them in by reference location: learn.microsoft.com/en-us/dotnet/aspire/reference/aspire-faq#how-can-i-add-other-projects-to-my--net-aspire-solution-

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

    Just WOW!

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

    I'd love to know what it costs by default to host the aspire app as you deployed it, bonus points if you add a database as well.

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

      Depends what your app is and where you are deploying to. Just normal database stuff

  • @oliverharvey7561
    @oliverharvey7561 2 месяца назад +1

    I don’t get it - microservices are a dubious idea from the start aren’t they? (Dev with 30 years experience)

    • @JamesMontemagno
      @JamesMontemagno  2 месяца назад +1

      It's not all about microservices. Even just your normal API or website there is value

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

    so basically deployment has to be to Azure?

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

      Nope. Anywhere you want. It is literally just your app. Put it on aws, put it on gcp, put it on prem. Yes there are integrations to easily deploy to azure

  • @richaaa_.m
    @richaaa_.m 2 месяца назад

    How to store the open telemetry data with aspire?

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

      Connect to azure monitor or anything else that injests open telemetry

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

    Where'd your hair go?

  • @zeus7914
    @zeus7914 9 дней назад

    another giant leap backwards