Wednesday, September 17, 2014

Performance Improvements in AWS SDK for .NET

Amazon recently released a new version of the AWS SDK for .NET which fixes some issues causing additional intermittent latency.  SDK versions 2.3.x.x and onwards contain the fix for this issue.

No comments:

Interview Question Preperation : Find longest subarray whose sum is equal to K

Software Engineering Practice interview question Given a array of N elements. Find the length of Longest Subarray whose sum is equal to give...