AWS X-Ray SDK for .NET Core is Now Generally Available

Posted on: Feb 5, 2019

AWS X-Ray SDK for .NET Core is now generally available enabling .NET developers to get an end to end view of requests as they travel through their applications. 

AWS X-Ray helps developers analyze and debug their distributed applications, such as those built using a microservices architecture. Using the newly available .NET Core SDK and existing .NET SDK, you can now better understand how your .NET and .NET Core applications and their underlying services are performing. This enables you to easily identify and troubleshoot the root cause of performance issues and errors.

You can use AWS X-Ray to view a map of your applications and its services in development and in production. Your applications can be simple three-tier applications to complex microservices consisting of thousands of services such as built using AWS Lambda.

You can get the AWS X-Ray SDK for .NET Core from the X-Ray GitHub repository and learn about the new features and migration steps from previous version from our blog post.  Visit our developer guide to learn more about AWS X-Ray SDK for .NET and .NET Core.