Twilio with .NET Core

Last night after reading this tweet, I decided to try out Twilio with .NET Core Let’s create the sample console app: Create the application Open a command prompt and run 1 md twilio.console 2 cd twilio.console 3 dotnet new 4 dotnet restore 5 code . Replace the contents of project.json Replace the contents on...