In this article we are going learn how to integrate Azure Data Table with .Net Aspire as you know .Net Aspire is used to build cloud-native applications.
.NET Aspire makes it easy to build cloud-native apps. It gives developers a set of tools and patterns wrapped up in NuGet packages, so they can create apps that work well in the cloud without hassle. In this session, we walk through development to deployment, build a project from scratch with .NET Aspire, and deploy it to Kubernetes
Authorised Territory code examples - This .NET #ai #tutorial shows how to add telemetry data to Semantic Kernel application and view the data in #dotnet Aspire dashboard
Use the new relationship capabilities in .NET Aspire 9.1 to build a custom Mermaid exporter for generating architecture diagrams that are always up-to-date.
In this part, we’ll show you how to take advantage of the .NET Aspire programming model for best practices and for connecting dependent resources like cache layers and datastores. We will also show you how to use OpenTelemetry to get telemetry data out of an application, which can be viewed in the .NET Aspire dashboard.
In a recent post we gave some background on .NET Aspire and introduced our AWS integrations with .NET Aspire that integrate AWS into the .NET dev inner loop for building applications. The integrations included how to provision application resources with AWS CloudFormation or AWS Cloud Development Kit (AWS CDK) and using Amazon DynamoDB local for local development. These features can keep .NET developers in the development environments they are most productive in.
In this article, we are going to learn how to integrate Azure Blob Storage with .NET Aspire. As you know, .NET Aspire is used to build cloud-native applications.
You have to make sure your app is ready to tolerate transient failures and that it can tell you if it is not ready to do the job due to dependency issues so you can do something about it. There are a few ways to prepare .NET apps for those scenarios, but today I want to show you the zero-cost way by writing less code than before.
Did you know .NET Aspire and AWS play well together? Learn how Aspire and AWS simplify building observable, production-ready, distributed applications. You will learn how to build apps using Aspire to integrate AWS into your development environment. The combined integration of Aspire and AWS can simplify tooling to a simple F5 debug session that starts your application with all AWS resources provisioned and connected to your application.
This #dotnet #tutorial shows how to use experimental connection tracing in .NET 9.