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

  Рет қаралды 25,234

James Montemagno

James Montemagno

Күн бұрын

Пікірлер
@AkarumeiAkashi
@AkarumeiAkashi 3 ай бұрын
This sir is the bridge between "Omg what's that? So scary" to "Wow, why I haven't used it earlier? So cool". Thanks!
@MuhammadAssadNazar
@MuhammadAssadNazar 3 ай бұрын
Adding Authentication & Authorization would have been a big plus
@alexmadnix
@alexmadnix 3 ай бұрын
James I applaud your Aspire and passion for .Net every day. 👏👏👏
@jcarman
@jcarman 2 ай бұрын
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.
@Coburah
@Coburah 2 ай бұрын
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... 😅)
@Eamo-21
@Eamo-21 3 ай бұрын
loved your old xamarin vids and great to see you doing some stuff with aspire!
@saadatzi
@saadatzi 22 күн бұрын
Thank you James, you said a lot of Automatically. So it does everything Automatically.
@MarcJennings
@MarcJennings 4 ай бұрын
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.
@jeanhibbert
@jeanhibbert Ай бұрын
Great video. Thanks James!
@jb_4720
@jb_4720 Ай бұрын
29:43 Is there any way to use Service Discovery in a client project when using auto interactivity mode?
@paireepinart
@paireepinart 2 ай бұрын
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!
@nerdintech
@nerdintech 3 ай бұрын
The aspire works with Azure Function in a Container? Thank you for the video!!
@billymartin6497
@billymartin6497 2 ай бұрын
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!
@moatasemkremed5395
@moatasemkremed5395 3 ай бұрын
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 3 ай бұрын
Best tutorial!
@JevLogin
@JevLogin 7 күн бұрын
Как это сделать без Azure? Если я хочу выложить все на свой сервер например с использованием Docker, так можно? Или как ещё можно?
@JamesMontemagno
@JamesMontemagno 6 күн бұрын
Everything works without azure, it is just an option. You can also point at dockerfiles if you have them or you can use a tool like aspir8 to deploy to kubernetes. Or just keep deploying your app like you are now.
@MrSikesben
@MrSikesben 3 ай бұрын
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 3 ай бұрын
It does it automatically in ACA with managed identity. Else if deploying yourself read documentation
@vijai851
@vijai851 3 ай бұрын
Subscribed!
@JamesMontemagno
@JamesMontemagno 3 ай бұрын
Thank you so much!
@HoltBuzzing
@HoltBuzzing 3 ай бұрын
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 3 ай бұрын
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-
@macmcmillen6282
@macmcmillen6282 3 ай бұрын
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 3 ай бұрын
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 3 ай бұрын
@@JamesMontemagnothanks James!
@BrennanHitchcock
@BrennanHitchcock 3 ай бұрын
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 3 ай бұрын
Depends what your app is and where you are deploying to. Just normal database stuff
@andreasvanbergen9696
@andreasvanbergen9696 3 ай бұрын
Just WOW!
@richaaa_.m
@richaaa_.m 3 ай бұрын
How to store the open telemetry data with aspire?
@JamesMontemagno
@JamesMontemagno 3 ай бұрын
Connect to azure monitor or anything else that injests open telemetry
@brekhof1
@brekhof1 3 ай бұрын
so basically deployment has to be to Azure?
@JamesMontemagno
@JamesMontemagno 3 ай бұрын
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
@oliverharvey7561
@oliverharvey7561 3 ай бұрын
I don’t get it - microservices are a dubious idea from the start aren’t they? (Dev with 30 years experience)
@JamesMontemagno
@JamesMontemagno 3 ай бұрын
It's not all about microservices. Even just your normal API or website there is value
@swildermuth
@swildermuth 3 ай бұрын
Where'd your hair go?
@JamesMontemagno
@JamesMontemagno 3 ай бұрын
Been gone for almost a year!!!!
@zeus7914
@zeus7914 Ай бұрын
another giant leap backwards
.NET Aspire for Beginners - Full Series
1:28:16
dotnet
Рет қаралды 16 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
What Is .NET Aspire and Why Is Everyone Talking About It?
27:36
Filip Ekberg
Рет қаралды 9 М.
.NET Aspire is Finally Awesome in .NET 9
11:37
Nick Chapsas
Рет қаралды 39 М.
Learning Blazor Live 🔴 - Building our first web app with Blazor
1:51:05
James Montemagno
Рет қаралды 11 М.
Why Developers and Companies Hate .NET 9
10:56
Nick Chapsas
Рет қаралды 56 М.
Building Real-time Apps with Go | Azim Pulat
54:58
Azim Pulat
Рет қаралды 82 М.
Learn .NET MAUI - Full Course for Beginners | Build cross-platform apps in C#
4:08:53
What Is .NET Aspire? The Insane Future of .NET!
18:35
Nick Chapsas
Рет қаралды 279 М.