An ASP.NET web application that manages a user's clients. The user can add clients, each client will require the following data; name, email, phone, and address. Users can edit and delete existing clients as well as create new ones. All this information will be stored in an sql database.
To run this application, you will require an SQL server and .NET as the front end is designed using the Razor pages and views. (Tested on .NET 6.0)
