@Ed.L.7

This is really great, thanks, James!

@danielbub

Great video!
Can you make a video on how to deploy it?
Afaik, the aspire projet reference the hardcoded .csproj file

@Mr767267

This is crazy simple. Thanks for this video, as always a fantastic tutorial.

@nick066hu

Is this whole Aspire thing for a development/debugging setup?   Or is it also meant as a tool for deploying to a production server and serve as a dashboard for the operation ?

@alkishadjinicolaou5831

As always you have been excellent James! Thanks!

@macmcmillen6282

That is super cool. Thanks James!

@stevehiggin

Watching a video with Fowler and Edwards they say Aspire is for the local development environment only and you dont deploy anything. But you modified your two existing projects with AddServiceDefaults so now you do need to deploy the project that provides that into say production and what happens if all the ServiceDefaults are not valid for production?

@onurbarlik

thanks for this detailed informative video. I need more samples about deploying to kubernetes also, can you describe this too? There is not enough information about this.

@shakes268

A similar question I have with Aspire as I did with Dapr. Every example shows things in the same solution. Our services and front ends are all in different solutions and deployed separately. Are there any good resources for this?

@benjsoft

Hope next time you can demo how to add .NET MAUI application in .NET Aspire

@davidmasterson883

Nice video, but the "Add Aspire to any App" title seems odd when maui is not supported. Any chance of you doing a video on where we are with maui aspire support. I appreciate that this is a "Cloud First" technology but 95% plus maui apps need a back end and I can see how this would be very useful.

@sacalbal

Great video. 
A question : In your example, does this mean you can use a postgre database from your backend after having configured .net aspire ? Then, how to use it from your backend ?

@kabal911

That's amazing. Even just for local development as a first step for adoption 👍

@timur2887

Very informative, thank you!

@komilp8310

Thank for this video.  I am curious to understand how Aspire would work with micro-services that are in different solutions?  To use Aspire, do all the related apps have to be under the same solution?

@40fps143

what kind of visual studio is that ?? Looks cool i have always hated the square pointy tabs in the editor. How to get it ?

@Hasd12345

That looks awesome. I would like to see more, eg using a reverse proxy like Nginx, configuring SSL with letsencrypt and deploying all that to a virtual maschine.

@krishnankuppaswamy7553

This is interesting ❤

@amit141307

Awesome James, Thanks!

@manusidler

Great tutorial, thank you! How would you handle a scenario where Aspire is used for local development only? Do you still integrate the Aspire NuGet packages into your projects (eg. Aspire.Npgsql for Postgres)?