.NET

Create the SMS Project File

In your terminal, execute the following command.

dotnet new mvc --no-https -n VonageSms

This creates a directory VonageSms containing the csproj file and some basic scaffolding to serve as the starting point for your application.

How to Receive an SMS Message with ASP.NET Core MVC

A tutorial to show how your ASP .NET MVC application can use the Vonage .NET SDK to receive SMS messages from your users and display them in your output window.

Available on:
.NET
Steps
1
Introduction to this tutorial
2
Prerequisites
3
Create the SMS Project File
4
Add Vonage Dotnet SDK
5
Add an SMS Controller
6
Run the .NET App
7
Conclusion