Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions src/frontend/src/content/docs/community/videos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,48 @@ Dive into our vibrant developer community with these curated <strong>YouTube</st

<YouTubeGrid
videos={[
{
href: 'https://www.youtube.com/watch?v=FcAi-kqo3ps',
title: 'Taking .NET out of Aspire',
description: 'Learn how to orchestrate non-.NET applications like Python and Node.js with Aspire.',
tags: ['Official', '.NET Conf 2025', 'Polyglot']
},
{
href: 'https://www.youtube.com/watch?v=8NoetLolw-0',
title: 'Aspire Documented with Copilot',
description: 'Automatically generate living documentation from Aspire AppHost definitions using GitHub Copilot.',
tags: ['Official', '.NET Conf 2025', 'Documentation']
},
{
href: 'https://www.youtube.com/watch?v=p_zslgBi06k',
title: 'Windows 365 Meets Aspire',
description: 'Boost multi-repo microservice productivity with Aspire extensions for simplified onboarding.',
tags: ['Official', '.NET Conf 2025', 'Microservices']
},
{
href: 'https://www.youtube.com/watch?v=u0iK6Bv5BZ0',
title: 'Taming Service Dependencies with Aspire',
description: 'Simplify managing databases, message queues, and APIs with Aspire for local development.',
tags: ['Official', '.NET Conf 2025', 'Dependencies']
},
{
href: 'https://www.youtube.com/watch?v=aXouOsBh4ro',
title: 'Cloud-Native Development Simplified',
description: 'Overview of Aspire features for building cloud-native applications with service discovery and telemetry.',
tags: ['Official', '.NET Conf 2025', 'Cloud-Native']
},
{
href: 'https://www.youtube.com/watch?v=UQiL3nbQbtM',
title: 'Extending and Customizing Aspire',
description: 'David Fowler and Damian Edwards show how to build custom integrations and resource types.',
tags: ['Official', '.NET Conf 2025', 'Deep Dive']
},
{
href: 'https://www.youtube.com/watch?v=dJdXdRiIfDw',
title: 'Aspire Unplugged with David and Maddy',
description: 'Informal conversation about Aspire\'s vision, design decisions, and future direction.',
tags: ['Official', '.NET Conf 2025', 'Interview']
},
{
href: 'https://www.youtube.com/watch?v=4bvkIajqDjQ',
title: 'Aspire Beyond the Introduction - Chris Klug - NDC Copenhagen 2025',
Expand Down
Loading