How to increase the disk size of a Windows EC2 machine? 4 years ago I needed to increase my disk size of my Windows 2016 server on AWS EC2. I though I will share… AWS S3 C# TransferUtilityUploadRequest keeps giving me Access Denied 4 years ago If you are using AWS S3 C# TransferUtilityUploadRequest and when you try to upload objects onto S3 you can potentially… AWS Lambda Dotnet C# could not find the specified handler assembly with the file name ‘LambdaTest’ 4 years ago If you are working on AWS Lambda Dotnet with C# and find out that you are getting something like an… Async Main in C# 7 4 years ago In C#7 there is an enhancement in the main method Async Main in C# that will allow you to await… out parameter improvements in C# 7 4 years ago In C#7 there is an improvement on using out parameter. Some of you may remember writing code like below. [crayon-672314aa36f9c616627041/]… Local functions in C# 4 years ago In C# 7 there the new feature called Local functions in C#. Basically Local functions allow one to write a… Expression Bodied Accessors in C# 4 years ago In C# 7 there are Expression Bodied Accessors which allows you to write getter and setters somewhat more functional way,… Digit Separators and Binary Literals in C# 4 years ago In C#7 there are Digit Separators and Binary Literals which were added. One may wonder what these are? Basically you… What is the advantage of using discards in C#? 4 years ago So one may ask "What is the advantage of using discards in C#?", and if you don't know what discards… C# what is the difference between ValueTuple and Tuple 4 years ago Some may wonder what is the difference between ValueTuple and Tuple that was released in C# 7, and you might… Next» « Previous