Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.09 KB

CSharp-.NET-MVCApp

ASP.NET MVC Application

Description

Simple ASP.NET MVC Application to send SMS texts to saved persons.

Screenshots

Main page Contacts list Message sent Input validation Error

Overview

  • An example of ASP.NET MVC Application to show some basic functionality of sending an SMS text message to a person from saved list of contacts

  • A mock database had been used, that could be replaced by actual database to save contacts data

  • Actual method to send SMS hasn't been implemented, only a message displayed on the screen

  • Validation for user input

  • Project includes Test cases to check models validation and controllers

Built using