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