|
| 1 | +--- |
| 2 | +title: ".NET Aspire docs: What's new for January 2024" |
| 3 | +description: "What's new in the .NET Aspire docs for January 2024." |
| 4 | +ms.custom: January-2024 |
| 5 | +ms.date: 02/01/2024 |
| 6 | +--- |
| 7 | + |
| 8 | +# .NET Aspire docs: What's new for January 2024 |
| 9 | + |
| 10 | +Welcome to what's new in the .NET Aspire docs for January 2024. This article lists some of the major changes to docs during this period. |
| 11 | + |
| 12 | +## Get started |
| 13 | + |
| 14 | +### New articles |
| 15 | + |
| 16 | +- [Build .NET Aspire apps with Node.js](../get-started/build-aspire-apps-with-nodejs.md) |
| 17 | + |
| 18 | +### Updated articles |
| 19 | + |
| 20 | +- [Build .NET Aspire apps with Node.js](../get-started/build-aspire-apps-with-nodejs.md) |
| 21 | + - update Angular Aspire description to match the sample |
| 22 | + - .NET Aspire with Node.js content |
| 23 | +- [.NET Aspire overview](../get-started/aspire-overview.md) |
| 24 | + - Restructure components, and add Azure hosting bits |
| 25 | + - Remove Container methods from AppHost docs |
| 26 | +- [Quickstart: Build your first .NET Aspire app](../get-started/build-your-first-aspire-app.md) - Remove Container methods from AppHost docs |
| 27 | + |
| 28 | +## Fundamentals |
| 29 | + |
| 30 | +### New articles |
| 31 | + |
| 32 | +- [Persist .NET Aspire app data using volumes](../fundamentals/persist-data-volumes.md) |
| 33 | +- [.NET Aspire inner-loop networking overview](../fundamentals/networking-overview.md) |
| 34 | + |
| 35 | +### Updated articles |
| 36 | + |
| 37 | +- [.NET Aspire components overview](../fundamentals/components-overview.md) |
| 38 | + - fix mongodb link |
| 39 | + - Restructure components, and add Azure hosting bits |
| 40 | + - Remove Container methods from AppHost docs |
| 41 | +- [.NET Aspire orchestration overview](../fundamentals/app-host-overview.md) - Remove Container methods from AppHost docs |
| 42 | + |
| 43 | +## Storage |
| 44 | + |
| 45 | +### Updated articles |
| 46 | + |
| 47 | +- [.NET Aspire Azure Blob Storage component](../storage/azure-storage-blobs-component.md) - Restructure components, and add Azure hosting bits |
| 48 | +- [Tutorial: Connect an ASP.NET Core app to .NET Aspire storage components](../storage/azure-storage-components.md) - Restructure components, and add Azure hosting bits |
| 49 | +- [.NET Aspire Azure Queue Storage component](../storage/azure-storage-queues-component.md) - Restructure components, and add Azure hosting bits |
| 50 | +- [.NET Aspire Azure Data Tables component](../storage/azure-storage-tables-component.md) - Restructure components, and add Azure hosting bits |
| 51 | + |
| 52 | +## Database |
| 53 | + |
| 54 | +### Updated articles |
| 55 | + |
| 56 | +- [Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core](../database/sql-server-components.md) |
| 57 | + - Removed unused variable from "Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core" |
| 58 | + - Restructure components, and add Azure hosting bits |
| 59 | +- [.NET Aspire Azure Cosmos DB component](../database/azure-cosmos-db-component.md) - Restructure components, and add Azure hosting bits |
| 60 | +- [.NET Aspire Microsoft Entity Framework Core Cosmos DB component](../database/azure-cosmos-db-entity-framework-component.md) - Restructure components, and add Azure hosting bits |
| 61 | +- [.NET Aspire MongoDB database component](../database/mongodb-component.md) |
| 62 | + - Restructure components, and add Azure hosting bits |
| 63 | + - Remove Container methods from AppHost docs |
| 64 | +- [.NET Aspire MySQL database component](../database/mysql-component.md) |
| 65 | + - Restructure components, and add Azure hosting bits |
| 66 | + - Remove Container methods from AppHost docs |
| 67 | +- [.NET Aspire PostgreSQL component](../database/postgresql-component.md) |
| 68 | + - Restructure components, and add Azure hosting bits |
| 69 | + - Remove Container methods from AppHost docs |
| 70 | +- [.NET Aspire PostgreSQL Entity Framework Core component](../database/postgresql-entity-framework-component.md) |
| 71 | + - Restructure components, and add Azure hosting bits |
| 72 | + - Remove Container methods from AppHost docs |
| 73 | +- [.NET Aspire SQL Server component](../database/sql-server-component.md) |
| 74 | + - Restructure components, and add Azure hosting bits |
| 75 | + - Update sql-server-component.md |
| 76 | + - Remove Container methods from AppHost docs |
| 77 | +- [.NET Aspire SqlServer Entity Framework Core component](../database/sql-server-entity-framework-component.md) |
| 78 | + - Restructure components, and add Azure hosting bits |
| 79 | + - Patch 2 |
| 80 | + - Remove Container methods from AppHost docs |
| 81 | + |
| 82 | +## Messaging |
| 83 | + |
| 84 | +### Updated articles |
| 85 | + |
| 86 | +- [.NET Aspire Azure Service Bus component](../messaging/azure-service-bus-component.md) - Restructure components, and add Azure hosting bits |
| 87 | +- [Tutorial: Use .NET Aspire messaging components in ASP.NET Core](../messaging/messaging-components.md) |
| 88 | + - Restructure components, and add Azure hosting bits |
| 89 | + - Update messaging-components.md |
| 90 | +- [.NET Aspire RabbitMQ component](../messaging/rabbitmq-client-component.md) |
| 91 | + - Restructure components, and add Azure hosting bits |
| 92 | + - Remove Container methods from AppHost docs |
| 93 | + |
| 94 | +## Caching |
| 95 | + |
| 96 | +### Updated articles |
| 97 | + |
| 98 | +- [.NET Aspire StackExchange Redis component](../caching/stackexchange-redis-component.md) |
| 99 | + - Restructure components, and add Azure hosting bits |
| 100 | + - Remove Container methods from AppHost docs |
| 101 | +- [.NET Aspire StackExchange Redis distributed caching component](../caching/stackexchange-redis-distributed-caching-component.md) |
| 102 | + - Restructure components, and add Azure hosting bits |
| 103 | + - Remove Container methods from AppHost docs |
| 104 | +- [.NET Aspire StackExchange Redis output caching component](../caching/stackexchange-redis-output-caching-component.md) |
| 105 | + - Restructure components, and add Azure hosting bits |
| 106 | + - Remove Container methods from AppHost docs |
| 107 | +- [Tutorial: Implement caching with .NET Aspire components](../caching/caching-components.md) |
| 108 | + - Update caching-components.md |
| 109 | + - New Cache tutorial |
| 110 | + - Remove Container methods from AppHost docs |
| 111 | + |
| 112 | +## Security |
| 113 | + |
| 114 | +### Updated articles |
| 115 | + |
| 116 | +- [.NET Aspire Azure Key Vault component](../security/azure-security-key-vault-component.md) - Restructure components, and add Azure hosting bits |
| 117 | + |
| 118 | +## Deployment |
| 119 | + |
| 120 | +### New articles |
| 121 | + |
| 122 | +- [Tutorial: Deploy a .NET Aspire app using the Azure Developer CLI and GitHub Actions](../deployment/azure/aca-deployment-github-actions.md) |
| 123 | + |
| 124 | +### Updated articles |
| 125 | + |
| 126 | +- [.NET Aspire manifest format for deployment tool builders](../deployment/manifest-format.md) |
| 127 | + - Fixed run -> build in sample |
| 128 | + - Remove Container methods from AppHost docs |
| 129 | +- [Deploy a .NET Aspire app to Azure Container Apps using the Azure Developer CLI (in-depth guide)](../deployment/azure/aca-deployment-azd-in-depth.md) |
| 130 | + - Remove Container methods from AppHost docs |
| 131 | + - Tutorial for deploying using azd and github actions |
| 132 | +- [Use Application Insights for .NET Aspire telemetry](../deployment/azure/application-insights.md) - Remove Container methods from AppHost docs |
| 133 | + |
| 134 | +## Reference |
| 135 | + |
| 136 | +### Updated articles |
| 137 | + |
| 138 | +- [Frequently asked questions about .NET Aspire](../reference/aspire-faq.yml) - Add FAQ from Aspire discussion |
| 139 | + |
| 140 | +## Community contributors |
| 141 | + |
| 142 | +The following people contributed to the .NET Aspire docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). |
| 143 | + |
| 144 | +- [MrXhh](https://github.com/MrXhh) - 小辉辉  |
| 145 | +- [Banovvv](https://github.com/Banovvv) - Ivan Gechev  |
| 146 | +- [josephaw1022](https://github.com/josephaw1022) - Joe Whiteaker  |
| 147 | +- [mountain65](https://github.com/mountain65) - Richard de Zwart  |
| 148 | +- [timdeschryver](https://github.com/timdeschryver) - Tim Deschryver  |
| 149 | +- [VahidFarahmandian](https://github.com/VahidFarahmandian) - Vahid Farahmandian  |
| 150 | +- [ZieMcd](https://github.com/ZieMcd) - Zie Mcdowell  |
0 commit comments